summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-05-20 15:37:36 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-20 17:35:10 +0000
commite9ef4aa5dedadb42966a5c52f02197a75681497d (patch)
tree0c7484393318654764d9f9bc4807a5a2ceb8316a
parent677c2cc7672143744170da5130bf4c22044a0fae (diff)
Bump app-afb-test SRCREV to fix also p-prefix
We were missing the SRCREV bump on afb-test. This also fixes the '/p' prefix issue. v2: fix gitsm -> git in SRC_URI and brain bug on RDEPENDS vs. DEPENDS. Bug-AGL: SPEC-2423 Change-Id: Ibcec604ee5b3441e6863c3eaf8ee8ceaa3ee16d6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb6
1 files changed, 3 insertions, 3 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 7d030de66..15fbb6f1c 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
@@ -6,10 +6,10 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SECTION = "apps"
-SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/app-afb-test;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "cdaad5dbef30d989fab207324ec3c37d6e50c5a0"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/app-afb-test;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "3605fd31f04a9198402a687b1a3242835b27cff0"
-DEPENDS += "lua"
+DEPENDS += "lua libafb-helpers libappcontroller"
RDEPENDS_${PN} += "lua bash"
RDEPENDS_${PN}-ptest += "af-binder"