summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-30 12:06:53 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-04-10 19:24:14 +0000
commit9b369fdc17949f59a70d72d9a00c679bc20b16ef (patch)
tree7ac2669880ca85d9950997c8a1d703a0b54b21aa /meta-phosphor
parentf81ca34b50f0fe183503b61f7df3c676bb0c4f8e (diff)
downloadtalos-openbmc-9b369fdc17949f59a70d72d9a00c679bc20b16ef.tar.gz
talos-openbmc-9b369fdc17949f59a70d72d9a00c679bc20b16ef.zip
minor yaml-tiny recipe enhancements
inherit allarch and enable both native and target builds. Change-Id: Ib5c6bb03a9ac5c5cf7aab9ba65ef4b95845b5478 Tested: Built witherspoon and palmetto images Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-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"
OpenPOWER on IntegriCloud