Bump signal-composer revision 41/12741/10 4.99.5 eel/4.99.5 eel_4.99.5
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 19 Dec 2017 15:54:23 +0000 (16:54 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 21 Dec 2017 18:07:38 +0000 (18:07 +0000)
* Don't segfault at exit pointed to freed objects
* Don't use afb-genskel until C++ is handled
* Remove 3rdparty lua
* Align submodule branch to project eel branch
* 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: I6a924de349ccf455915b06f7a432c6c796563d9e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
recipes-demo-hmi/agl-service-signal-composer/agl-service-signal-composer_git.bb

index 7cf1f20..e42d0eb 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 = "ecfa70966642816a2506473bbd1d8dff7ba99e8e"
 
 PV = "4.0-RC5+git${SRCPV}"
 S  = "${WORKDIR}/git"