aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/uhubctl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-20 17:47:10 -0700
committerKhem Raj <raj.khem@gmail.com>2019-07-21 09:40:20 -0700
commit7033623f394616f14589b76d11717c6b76819ddc (patch)
tree7368227c205423e7dd14383040713ec81f98ac8b /meta-oe/recipes-support/uhubctl
parent80731442f7ca1e8f3696b8f93084371cd8728da5 (diff)
downloadmeta-openembedded-contrib-7033623f394616f14589b76d11717c6b76819ddc.tar.gz
recipes: Use BPN instead of PN in SRC_URIs
Makes it work for multilib case and fixes QA error SRC_URI uses PN not BPN [src-uri-bad] Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/uhubctl')
-rw-r--r--meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb
index 6306ddb55a..f5d1285000 100644
--- a/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb
+++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.0.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libusb1"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRC_URI = "https://github.com/mvp/${PN}/archive/v${PV}.tar.gz"
+SRC_URI = "https://github.com/mvp/${BPN}/archive/v${PV}.tar.gz"
SRC_URI[md5sum] = "5c711911d766d76813333c3812277574"
SRC_URI[sha256sum] = "4c31278b2c03e5be5a696c3088bc86cf2557a70e00f697799c163aba18e3c40e"