summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb
diff options
context:
space:
mode:
authorJoseph Reynolds <joseph-reynolds@charter.net>2021-02-27 00:37:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-03-02 04:22:49 +0300
commit79809ea7c46e7d54bfb9e3d7ac185d9965c4a81d (patch)
tree449158f152d5ccfef63d3d3f0a6ceb890c5ae665 /meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb
parentb4187e7c2f94a3e80e442c3a26acd49c3744e51f (diff)
downloadopenbmc-79809ea7c46e7d54bfb9e3d7ac185d9965c4a81d.tar.xz
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 <joseph-reynolds@charter.net> Change-Id: Ic3c71234abfcac8b26478bc32808e3bec8bba810
Diffstat (limited to 'meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb')
-rw-r--r--meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb b/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb
index 723d59e04..394297d67 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb
@@ -2,9 +2,9 @@ SUMMARY = "OpenPower OCC Control with example occ sensor IDs"
PR = "r1"
PV = "1.0+git${SRCPV}"
-inherit native
require openpower-occ-control.inc
inherit openpower-occ-control
+inherit native
PROVIDES += "virtual/openpower-occ-control-config-native"