summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-12-19 10:57:03 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-12-20 20:06:35 +0000
commitaa137a09ab5e9fbe66648c26f8502aaee1699e8c (patch)
tree21c1fba05d828667ce3910b800a5ed1a586baac7
parent43ad6ffca096975766a262d9a14dc2533f12e32f (diff)
Bump afb-test
* cdaad5d - Cleaning redundant link option specified * 329d115 - little memleak fix. * 61f3565 - Handle more argument's type when making a subcall * 1e4cc59 - Clean way to wait for an api's event * 13c270a - Limit the monitoring to events not to the requests * ebd628a - Add new assert verb * df71761 - Bump app-controller-submodule * 012fd23 - Move autobuild to top tree * 0e2d5eb - Change exit message depending on exit reason * 4d9b8f8 - Packaging: Set project version using command-line * 27a69ea - Change .gitmodules following submodule migration * 25003dd - Improves packaging debian rules * 186580d - Fix packaging for native build * 2f36542 - Docs reorganization and update * 2a7b4de - Migrate app-templates to CMake module * a50f22b - Adjust lib dependencies * 91e90e5 - Add packaging materials * afa8dec - Clean the code. Change-Id: I12efe3e8cf754a67880e05b51b668d284fbe7f7d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb2
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 666c99d3d..7d030de66 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 = "gitsm://gerrit.automotivelinux.org/gerrit/apps/app-afb-test;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "afa8decdbbc2959a413c1d9d7cd054df4ea4e4ff"
+SRCREV = "cdaad5dbef30d989fab207324ec3c37d6e50c5a0"
DEPENDS += "lua"
RDEPENDS_${PN} += "lua bash"