mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
29aeb06f60
Changes: 2.000006 - 2017-11-08 - account for code references stored directly in stash (for perl 5.28) - work around hint leakage when loading modules in perl 5.8 and 5.10.1 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
30 lines
898 B
BlitzBasic
30 lines
898 B
BlitzBasic
SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose."
|
|
DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool."
|
|
|
|
SECTION = "libs"
|
|
|
|
HOMEPAGE = "https://metacpan.org/pod/Role::Tiny"
|
|
|
|
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=177;endline=214;md5=26df7e7c20551fb1906e2286624f0b71"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "7c277728a7e090f64b495857cadfed08"
|
|
SRC_URI[sha256sum] = "cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382"
|
|
|
|
S = "${WORKDIR}/Role-Tiny-${PV}"
|
|
|
|
inherit cpan
|
|
|
|
RDEPENDS_${PN} = " perl-module-exporter \
|
|
perl-module-strict \
|
|
perl-module-test-more \
|
|
perl-module-warnings \
|
|
"
|
|
|
|
RPROVIDES_${PN} = " librole-tiny-perl \
|
|
librole-tiny-with-perl \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native"
|