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-05-22 21:26:51 +0300
commit9370a93f5f1b53b3d2f2c0c79871a84f3b9fbf62 (patch)
tree7fa4df0cc391dbc3a6c4689460c3ace869390e09
parent656fdec454f0c795180788b16aec2b3d8f8fd81d (diff)
downloadopenbmc-9370a93f5f1b53b3d2f2c0c79871a84f3b9fbf62.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"