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.

Change-Id: I0811b8ff70cb7b7833bad83d068b45208dd7337a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-phosphor/console/obmc-console_git.bb b/recipes-phosphor/console/obmc-console_git.bb
index 006f941..aa8fb38 100644
--- a/recipes-phosphor/console/obmc-console_git.bb
+++ b/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}"