commit | df35a2536cf347e9a4e5b15ae48b59630722d08d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 03 15:45:27 2020 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Apr 06 19:33:07 2020 +0000 |
tree | 0a481b8654b77ea4603d85754b8d67b12e8d6f9e | |
parent | 07cc98a90dc4be2ef5998efd197238098a8a21c6 [diff] |
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/debug/openpower-debug-collector_git.bb b/recipes-phosphor/debug/openpower-debug-collector_git.bb index 4e43625..d637aac 100644 --- a/recipes-phosphor/debug/openpower-debug-collector_git.bb +++ b/recipes-phosphor/debug/openpower-debug-collector_git.bb
@@ -10,7 +10,7 @@ pythonnative \ phosphor-dbus-yaml -require ${PN}.inc +require ${BPN}.inc DEPENDS += " \ phosphor-logging \
diff --git a/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb b/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb index 8275fe7..4f77133 100644 --- a/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb +++ b/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb
@@ -9,7 +9,7 @@ inherit obmc-phosphor-ipmiprovider-symlink inherit pythonnative -require ${PN}.inc +require ${BPN}.inc DEPENDS += "phosphor-ipmi-host" DEPENDS += "autoconf-archive-native"
diff --git a/recipes-phosphor/occ/openpower-occ-control_git.bb b/recipes-phosphor/occ/openpower-occ-control_git.bb index 9fcf93b..548bdb0 100644 --- a/recipes-phosphor/occ/openpower-occ-control_git.bb +++ b/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -10,7 +10,7 @@ python3native \ phosphor-dbus-yaml -require ${PN}.inc +require ${BPN}.inc SRC_URI += "file://occ-active.sh" do_install_append() {
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"