From fda9ba3734340591ce7c51de739c5437d235cebc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 19 Dec 2017 16:56:27 +0100 Subject: [PATCH] Bump signal-composer revision * 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 --- .../agl-service-signal-composer/agl-service-signal-composer_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-demo-hmi/agl-service-signal-composer/agl-service-signal-composer_git.bb b/recipes-demo-hmi/agl-service-signal-composer/agl-service-signal-composer_git.bb index 7cf1f204a..0d308d0f8 100644 --- a/recipes-demo-hmi/agl-service-signal-composer/agl-service-signal-composer_git.bb +++ b/recipes-demo-hmi/agl-service-signal-composer/agl-service-signal-composer_git.bb @@ -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" -- 2.16.6