Bump signal-composer revision 43/12743/11
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 19 Dec 2017 15:56:27 +0000 (16:56 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 21 Dec 2017 19:53:40 +0000 (19:53 +0000)
* Don't segfault at exit pointed to freed objects
* Don't use afb-genskel until C++ is handled
* Remove 3rdparty lua
* Update controller submodule
* Be sure to set execution right on binaries
* Specify needed permissions for addObjects in doc
* Get builtin plugin as a normal plugin
* Update gitignore, minor fix

Bug-AGL: SPEC-1215

Change-Id: Ia6e8327afafd130fcd3f6162476330f386055869
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
recipes-demo-hmi/agl-service-signal-composer/agl-service-signal-composer_git.bb

index 7cf1f20..0d308d0 100644 (file)
@@ -8,8 +8,11 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 inherit cmake pkgconfig aglwgt
 
+DEPENDS += "lua lua-native"
+RDEPENDS_${PN} += "lua"
+
 SRC_URI = "gitsm://git.automotivelinux.org/apps/agl-service-signal-composer;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "35096ad54a6ab61ef3a74cb85a285ec00c1e2da0"
+SRCREV = "b77795e5c12be30a1fd2cc14b1b2b8cb83a58f4d"
 
 PV = "4.0-RC5+git${SRCPV}"
 S  = "${WORKDIR}/git"