From 982d111c9970d2d74fbb8f5aee2d190741213c84 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 11 Sep 2020 16:15:50 +0200 Subject: chromium and wam: Change PN to BPN in SRC_URI statement This fixes: WARNING: wam-git-r0 do_package_qa: QA Issue: wam: SRC_URI uses PN not BPN [src-uri-bad] WARNING: chromium68-git-r0 do_package_qa: QA Issue: chromium68: SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Jan-Simon Moeller Change-Id: I35bd763d1b32a4ebb03861e2b7278fbe0ff402cc Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25241 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb') diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb index 5a2bfa156..d50a14fa0 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb @@ -19,7 +19,7 @@ PROVIDES += "virtual/webruntime" RPROVIDES_${PN} += "virtual/webruntime" SRC_URI = "\ - git://github.com/igalia/${PN}.git;branch=WIP@6.agl.compositor;protocol=https \ + git://github.com/igalia/${BPN}.git;branch=WIP@6.agl.compositor;protocol=https \ file://WebAppMgr@.service \ file://WebAppMgr.env \ file://trunc-webapp-roles.patch \ -- cgit 1.2.3-korg