summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-04-27 11:43:35 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-09-05 02:45:56 +0300
commit6d64bbc668cde5b97ab783df4230a7b2df3e742e (patch)
treef13ed94828a35ddd939b7c1b05fd9e7864527785
parentc92e0f0960e62ed568d71a42a7f02e7c052fb9c1 (diff)
downloadopenbmc-6d64bbc668cde5b97ab783df4230a7b2df3e742e.tar.xz
OpenBMC: Fixed: mrw: native class is not inherited last
Signed-off-by: Andrey V.Kosteltsev <AKosteltsev@IBS.RU>
-rw-r--r--meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
index ef73bfa77d..cbfc1f93c2 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"