chromium and wam: Change PN to BPN in SRC_URI statement 41/25241/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 11 Sep 2020 14:15:50 +0000 (16:15 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 11 Sep 2020 20:24:31 +0000 (20:24 +0000)
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 <jsmoeller@linuxfoundation.org>
Change-Id: I35bd763d1b32a4ebb03861e2b7278fbe0ff402cc
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25241
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>

meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb
meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb

index 93e12ca..4f545c1 100644 (file)
@@ -19,7 +19,7 @@ DEPENDS = "virtual/gettext wayland wayland-native pixman freetype glib-2.0 fontc
 PROVIDES = "${BROWSER_APPLICATION}"
 
 SRC_URI = "\
-    git://github.com/igalia/${PN};branch=WIP@39.agl.compositor;protocol=https;rev=${SRCREV_chromium68};name=chromium68 \
+    git://github.com/igalia/${BPN};branch=WIP@39.agl.compositor;protocol=https;rev=${SRCREV_chromium68};name=chromium68 \
     git://github.com/webosose/v8;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8 \
     file://v8-qemu-wrapper.patch \
 "
index 5a2bfa1..d50a14f 100644 (file)
@@ -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 \