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>
diff --git a/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb b/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb
index 006f941..aa8fb38 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 @@
             "
 
 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}"