meta-openpower: PN.inc to BPN.inc
Some recipes have abstracted the git revision into a separate file
and have a line 'require ${PN}.inc'. The issue with PN is that it
changes to have a -native or -nativesdk for those contexts. The
variable ${BPN} (base package name) should be used instead.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I850c293153d495045b442b0a7d30fbf6aa245d87
diff --git a/recipes-phosphor/vpd/openpower-fru-vpd_git.bb b/recipes-phosphor/vpd/openpower-fru-vpd_git.bb
index e986f17..b82ae84 100644
--- a/recipes-phosphor/vpd/openpower-fru-vpd_git.bb
+++ b/recipes-phosphor/vpd/openpower-fru-vpd_git.bb
@@ -8,7 +8,7 @@
inherit python3native
inherit obmc-phosphor-systemd
-require ${PN}.inc
+require ${BPN}.inc
SRC_URI += "file://70-op-vpd.rules"