summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-19 23:42:18 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-22 01:08:05 +0300
commit58b6bd18d4e889caec509a160dd39a651415894a (patch)
treeb97e607fc85fd63dbd7e4cdce6c00a40329674fa /meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
parent88296b84acf85ef3411265526449fa794cf56457 (diff)
downloadopenbmc-58b6bd18d4e889caec509a160dd39a651415894a.tar.xz
meta-phosphor: obmc-console: use BPN in SRC_URI
A new package_qa test upstream results in this warning: SRC_URI uses PN not BPN [src-uri-bad] obmc-console doesn't support non target config files at the present time but if it did, the desired config file name would probably not be different for different recipe classes so it suffices to simply replace PN with BPN. (From meta-phosphor rev: b9a91af4cf0d69563128d7ddf82f4279b8a57046) Change-Id: I5ab121fec5141ba9cbf99489d69e85af805b6519 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/console/obmc-console_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/console/obmc-console_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 006f9418e..aa8fb3826 100644
--- a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
+++ b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
@@ -16,7 +16,7 @@ DEPENDS += "autoconf-archive-native \
"
SRC_URI += "git://github.com/openbmc/obmc-console"
-SRC_URI += "file://${PN}.conf"
+SRC_URI += "file://${BPN}.conf"
SRCREV = "1cecc5deeae236e9886f624ea7168e075f057047"
PV = "1.0+git${SRCPV}"