diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-11 16:15:50 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-11 20:24:31 +0000 |
commit | 982d111c9970d2d74fbb8f5aee2d190741213c84 (patch) | |
tree | 06d775d9a64a9d7041ed0551fc2eaab19efd9316 /meta-agl-profile-graphical-html5/recipes-wam/wam | |
parent | 5ca173bb20d780fde95a9b387390d7a54d4beaca (diff) |
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 <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>
Diffstat (limited to 'meta-agl-profile-graphical-html5/recipes-wam/wam')
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |