From 9b369fdc17949f59a70d72d9a00c679bc20b16ef Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 30 Mar 2018 12:06:53 -0400 Subject: 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 --- .../recipes-devtools/perl/yaml-tiny-native_1.69.bb | 17 ----------------- .../common/recipes-devtools/perl/yaml-tiny_1.69.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb create mode 100644 meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb (limited to 'meta-phosphor') diff --git a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb deleted file mode 100644 index b117a602d..000000000 --- a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny-native_1.69.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "YAML::Tiny Version 1.69" -PR = "r1" -LICENSE = "Artistic-1.0 | GPL-2.0" -HOMEPAGE = "https://metacpan.org/release/YAML-Tiny" - -inherit native -inherit cpan - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI += "https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.69.tar.gz" - -SRC_URI[md5sum] = "7deacd0ee428038407ccc5cd0b50f66f" -SRC_URI[sha256sum] = "bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592" - -S = "${WORKDIR}/YAML-Tiny-${PV}" diff --git a/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb new file mode 100644 index 000000000..55ab964b4 --- /dev/null +++ b/meta-phosphor/common/recipes-devtools/perl/yaml-tiny_1.69.bb @@ -0,0 +1,19 @@ +SUMMARY = "YAML::Tiny Version 1.69" +PR = "r1" +LICENSE = "Artistic-1.0 | GPL-2.0" +HOMEPAGE = "https://metacpan.org/release/YAML-Tiny" + +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" + +SRC_URI += "https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.69.tar.gz" + +SRC_URI[md5sum] = "7deacd0ee428038407ccc5cd0b50f66f" +SRC_URI[sha256sum] = "bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592" + +S = "${WORKDIR}/YAML-Tiny-${PV}" + +BBCLASSEXTEND = "native" -- cgit v1.2.1