summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb (renamed from meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb
index b117a602d..55ab964b4 100644
--- a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb
+++ b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb
@@ -3,8 +3,8 @@ PR = "r1"
LICENSE = "Artistic-1.0 | GPL-2.0"
HOMEPAGE = "https://metacpan.org/release/YAML-Tiny"
-inherit native
inherit cpan
+inherit allarch
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
@@ -15,3 +15,5 @@ SRC_URI[md5sum] = "7deacd0ee428038407ccc5cd0b50f66f"
SRC_URI[sha256sum] = "bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592"
S = "${WORKDIR}/YAML-Tiny-${PV}"
+
+BBCLASSEXTEND = "native"