meta-phosphor: mrw-api-native: switch to upstream json-perl
We are carrying a custom recipe for 'json-perl' but it turns out
there is something upstream already in meta-openembedded, just
called `libjson-perl`. Switch to use that and delete the custom recipe.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I96f3769fcdda28e8ab449829fb8a429df05c1c0a
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
index ef73bfa..cc92695 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
@@ -11,7 +11,7 @@
inherit cpan-base
inherit mrw-rev
-DEPENDS += "libxml-simple-perl-native json-perl-native"
+DEPENDS += "libxml-simple-perl-native libjson-perl-native"
SRC_URI += "${MRW_API_SRC_URI}"
SRCREV = "${MRW_API_SRCREV}"