diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-08-31 06:25:51 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-09-06 07:44:12 -0400 |
commit | ff075f6ee795a590b244d70a90cc312ba1f2d83d (patch) | |
tree | a617790bdbfdeef960665ba0242e1f0c93e5301a /meta-phosphor/recipes-devtools/perl | |
parent | 3e4da38c127bb7e7641adc2fc41f4c33744cb918 (diff) | |
download | blackbird-openbmc-ff075f6ee795a590b244d70a90cc312ba1f2d83d.tar.gz blackbird-openbmc-ff075f6ee795a590b244d70a90cc312ba1f2d83d.zip |
meta-phosphor: Move layer content from common/
Adopt a more conventional directory hierarchy. meta-phosphor is still
a _long_ way from suitable for hosting on yoctoproject.org but things
like this don't help.
(From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b)
Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-devtools/perl')
-rw-r--r-- | meta-phosphor/recipes-devtools/perl/yaml-tiny_1.73.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-devtools/perl/yaml-tiny_1.73.bb b/meta-phosphor/recipes-devtools/perl/yaml-tiny_1.73.bb new file mode 100644 index 000000000..46640c496 --- /dev/null +++ b/meta-phosphor/recipes-devtools/perl/yaml-tiny_1.73.bb @@ -0,0 +1,19 @@ +SUMMARY = "YAML::Tiny Version 1.73" +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.73.tar.gz" + +SRC_URI[md5sum] = "d1bb2525e4ab46bfab4b22842c467529" +SRC_URI[sha256sum] = "bc315fa12e8f1e3ee5e2f430d90b708a5dc7e47c867dba8dce3a6b8fbe257744" + +S = "${WORKDIR}/YAML-Tiny-${PV}" + +BBCLASSEXTEND = "native" |