diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-07 13:18:02 +0200 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-09-07 15:29:46 +0000 |
commit | 8061d34f1db234bbc76eea36641b6924d28d6f6e (patch) | |
tree | 14065d8a7757b1e9c9231ec1e784f6bc13060206 /meta-agl-profile-core/recipes-test | |
parent | ec73be70be92b98c877de8bf6ae6c8733bba33d7 (diff) |
Update afb-test revision for FF.RC6
This includes the following changes:
* bba4bef Use controller new behavior that add objects
* a826da1 Silence all outputs of kill command
* 2f768ef Reset context functions between test files
Change-Id: I0329bdd9f5e04423558057ce0a55adbf086dd366
Signed-off-by: Romain Forlot <romain.forlot@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 | 4 |
1 files changed, 2 insertions, 2 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 7f5a221fd..bbc156efd 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,13 +7,13 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SECTION = "apps" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/app-afb-test;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "3c1dab4cb0457a97d71365e58c5ea033c1f0a42c" +SRCREV = "bba4befcc57ff4eb106a01b416119da01accfcd1" DEPENDS += "lua" RDEPENDS_${PN} += "lua bash" RDEPENDS_${PN}-ptest += "af-binder" -PV = "5.99-FF.RC5.0+git${SRCPV}" +PV = "5.99-FF.RC6.0+git${SRCPV}" S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig ptest |