From: Jan-Simon Möller Date: Mon, 20 May 2019 13:37:36 +0000 (+0200) Subject: Bump app-afb-test SRCREV to fix also p-prefix X-Git-Tag: halibut_7.99.1~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e9ef4aa5dedadb42966a5c52f02197a75681497d;p=AGL%2Fmeta-agl.git 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 --- 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"