From 6c9e01403c96774cd130e553f258c1a0c5821ce7 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 3 Apr 2020 15:45:27 -0500 Subject: 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. (From meta-openpower rev: df35a2536cf347e9a4e5b15ae48b59630722d08d) Signed-off-by: Patrick Williams Change-Id: I12040750b349bc36601c00a1b355d81ded2a0a01 Signed-off-by: Andrew Geissler --- meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-phosphor/ipmi') diff --git a/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb b/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb index 8275fe77f..4f7713378 100644 --- a/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb +++ b/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb @@ -9,7 +9,7 @@ inherit autotools pkgconfig inherit obmc-phosphor-ipmiprovider-symlink inherit pythonnative -require ${PN}.inc +require ${BPN}.inc DEPENDS += "phosphor-ipmi-host" DEPENDS += "autoconf-archive-native" -- cgit v1.2.3