From 8061d34f1db234bbc76eea36641b6924d28d6f6e Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 7 Sep 2018 13:18:02 +0200 Subject: 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 --- meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb | 4 ++-- 1 file 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 -- cgit 1.2.3-korg