From 3fc6158a7b3ac5b52bc92e425e99717daabd589f Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 12 Jan 2016 09:24:45 +0000 Subject: HVAC plugin: support Yocto 2.0, merge AGL patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit : - fixes CMakeLists.txt for CMake 3.3.1 (Yocto 2.0) ; - merges Jan-Simon MÃller's AGL patch for cross-compilation (gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl .git;a=commit;h=8c7ab6abb2baae052ac5477ae45a35460da6b2df). Change-Id: I317eade139d0c7f637bb603fd9301a0a5ce134c3 Signed-off-by: Manuel Bachmann --- meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb') diff --git a/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb b/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb index 1d73c72f2..62e008bad 100644 --- a/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb +++ b/meta-agl/recipes-automotive/hvacplugin/hvacplugin_0.1.bb @@ -6,9 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ SRC_URI = "git://github.com/iotbzh/hvacplugin \ file://hvacplugin \ - file://0001-Fix-boost-include-statement.patch \ " -SRCREV = "253e3d98505108f652ba875544fde4f58d4714c8" +SRCREV = "00cb8ff4084d635d3a929cb41b8d853f6c4baf76" S = "${WORKDIR}/git" DEPENDS = "glib-2.0 json-c automotive-message-broker" -- cgit 1.2.3-korg