diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-11-18 15:05:47 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-11-19 16:23:59 +0000 |
commit | b25f4ec97c4ef95dbbb85423fffe9be753b52f51 (patch) | |
tree | dcd4df42294c9cc51f46cdcf2393feb256f1f934 /meta-agl-profile-core/recipes-test | |
parent | e8118390379a22f119d6ec5784dea541ca57d0df (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>
Diffstat (limited to 'meta-agl-profile-core/recipes-test')
-rw-r--r-- | meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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..7c1d2fcf2 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 = "5c3503e35c1b883e97ed6874f7683d0a7b5938b7" DEPENDS += "lua libafb-helpers libappcontroller" RDEPENDS_${PN} += "lua bash" |