diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-11-18 15:05:47 +0100 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2019-11-27 08:18:34 +0000 |
commit | 9d468215c9a2555a1d3dba1a06c6b19faf8d0229 (patch) | |
tree | 60e9fd0138ac6ffc654c72a57b433b5b2c6478bb /meta-agl-profile-core | |
parent | cc3240bf5c41c942ec866ea3fe600761b2865fb7 (diff) |
Bump afb-test & libappcontroller
Bump afb-test & libappcontroller to fix missing event group during test
Bug-AGL: SPEC-2795
Change-Id: Iaa87ac5512d5b54bf56922883c54cf38eaa6ce79
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
(cherry picked from commit b25f4ec97c4ef95dbbb85423fffe9be753b52f51)
Diffstat (limited to 'meta-agl-profile-core')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb | 2 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb b/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb index 7dbbb5e3c..099351bf5 100644 --- a/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb +++ b/meta-agl-profile-core/recipes-devtools/libappcontroller/libappcontroller_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libappcontroller;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "baaa5116b2299b2b01b9fa3199ba95786c2d8a77" +SRCREV = "4ea033c56ad1e07c82cad570758b7715eefb4f23" PV = "${AGLVERSION}" S = "${WORKDIR}/git" diff --git a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb index 15fbb6f1c..33843804f 100644 --- a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb +++ b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SECTION = "apps" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/app-afb-test;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "3605fd31f04a9198402a687b1a3242835b27cff0" +SRCREV = "eb4d2471f1609e217b2a3a919eeb7d76ca1c7417" DEPENDS += "lua libafb-helpers libappcontroller" RDEPENDS_${PN} += "lua bash" |