diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-31 17:30:19 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-31 17:30:19 +0200 |
commit | 5ad0538d20ca8f66af9f94cb63b10b303f6277cb (patch) | |
tree | 21e0d3ab09db6602ea688024624060b53555e1fb /meta-agl-profile-core/recipes-test/afb-test | |
parent | 167a4ec92de01c7803d43d0e2ec55db9b5cdd47b (diff) |
Update afb-test revision
3c1dab4 - Update gitignore
39f65fa - Lower CMake version requirement
82c8c5f - Make afTest test itself correctly
e681815 - Don't crash if lua test files aren't found
d54d2b7 - afb-test doc: Updated doc.
a7fecc2 - Native test script launcher improvments
fd49db6 - afb-test doc: Changed doc to new format
Change-Id: I3877322929824f489c288feb51d71ee732abb6b4
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-test/afb-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 e846745d7..7f5a221fd 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 = "bc634e0d890f8f3f51205f95187f639f73e864a7" +SRCREV = "3c1dab4cb0457a97d71365e58c5ea033c1f0a42c" DEPENDS += "lua" RDEPENDS_${PN} += "lua bash" RDEPENDS_${PN}-ptest += "af-binder" -PV = "5.99-FF.RC4.0+git${SRCPV}" +PV = "5.99-FF.RC5.0+git${SRCPV}" S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig ptest |