mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
29 lines
855 B
BlitzBasic
29 lines
855 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-or-later"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45"
|
|
|
|
S = "${UNPACKDIR}/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"
|