summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/mrw
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-phosphor/recipes-phosphor/mrw
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-phosphor/recipes-phosphor/mrw')
-rw-r--r--meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/mrw/mrw-native_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
index b8c311bd1..f6581beb1 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
S = "${WORKDIR}/git"
-inherit native
inherit perlnative
inherit cpan-base
inherit mrw-rev
+inherit native
DEPENDS += "libxml-simple-perl-native json-perl-native"
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-native_git.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-native_git.bb
index b17b7f63a..d9776021e 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-native_git.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-native_git.bb
@@ -6,8 +6,8 @@ PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
inherit obmc-xmlpatch
-inherit native
inherit mrw-xml
+inherit native
PHOSPHOR_MRW_LICENSE ?= "Apache-2.0"
PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb
index 97de44896..c507894c8 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
S = "${WORKDIR}/git"
-inherit native
inherit mrw-rev
+inherit native
DEPENDS += "python3-native python3-lxml-native"
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb
index 0d79e39ee..95ce05ca3 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb
@@ -6,9 +6,9 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
S = "${WORKDIR}/git"
-inherit native
inherit cpan_build
inherit mrw-rev
+inherit native
DEPENDS += "libmodule-build-perl-native mrw-api-native yaml-tiny-native"