Bump app-afb-test SRCREV to fix also p-prefix 44/21344/6
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 20 May 2019 13:37:36 +0000 (15:37 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 20 May 2019 17:35:10 +0000 (17:35 +0000)
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>
meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb

index 7d030de..15fbb6f 100644 (file)
@@ -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"