From 79809ea7c46e7d54bfb9e3d7ac185d9965c4a81d Mon Sep 17 00:00:00 2001 From: Joseph Reynolds Date: Fri, 26 Feb 2021 15:37:31 -0600 Subject: native class is not inherited last Moved "inherit native" statements to the last position to remove QA Issues. The message is: WARNING: QA Issue: {RECIPENAME}: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: {CLASSFILES} [native-last] Tested: The witherspoon image builds without the warnings. Signed-off-by: Joseph Reynolds Change-Id: Ic3c71234abfcac8b26478bc32808e3bec8bba810 --- .../ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb') diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb index 0f993e8e7..7a143a417 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb @@ -2,9 +2,9 @@ SUMMARY = "Generate inventory map for phosphor-ipmi-host from a MRW." PR = "r1" PV = "1.0+git${SRCPV}" -inherit native inherit phosphor-ipmi-host inherit mrw-xml +inherit native require phosphor-ipmi-host.inc -- cgit v1.2.3