-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perlcritic: add missing new dependencies
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
- Loading branch information
1 parent
bc93619
commit 65ba58e
Showing
6 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
recipes-perl/perl-safe-isa-native/nativesdk-perl-safe-isa_1.000010.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
SUMMARY = "Call isa, can, does and DOES safely on things that may not be objects" | ||
HOMEPAGE = "https://metacpan.org/pod/Safe::Isa" | ||
|
||
DEFAULT_PREFERENCE = "${SCA_DEFAULT_PREFERENCE}" | ||
LICENSE = "GPL-2.0-only & Artistic-1.0" | ||
LIC_FILES_CHKSUM = "file://README;beginline=147;md5=87e1d51b7bf1b1a730156174d3235554" | ||
|
||
SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Safe-Isa-${PV}.tar.gz" | ||
|
||
SRC_URI[sha256sum] = "87f4148aa0ff1d5e652723322eab7dafa3801c967d6f91ac9147a3c467b8a66a" | ||
|
||
UNPACKDIR ??= "${WORKDIR}/sources" | ||
S = "${UNPACKDIR}/Safe-Isa-${PV}" | ||
|
||
inherit cpan | ||
inherit_defer nativesdk |
16 changes: 16 additions & 0 deletions
16
recipes-perl/perl-safe-isa-native/perl-safe-isa-native_1.000010.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
SUMMARY = "Call isa, can, does and DOES safely on things that may not be objects" | ||
HOMEPAGE = "https://metacpan.org/pod/Safe::Isa" | ||
|
||
DEFAULT_PREFERENCE = "${SCA_DEFAULT_PREFERENCE}" | ||
LICENSE = "GPL-2.0-only & Artistic-1.0" | ||
LIC_FILES_CHKSUM = "file://README;beginline=147;md5=87e1d51b7bf1b1a730156174d3235554" | ||
|
||
SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Safe-Isa-${PV}.tar.gz" | ||
|
||
SRC_URI[sha256sum] = "87f4148aa0ff1d5e652723322eab7dafa3801c967d6f91ac9147a3c467b8a66a" | ||
|
||
UNPACKDIR ??= "${WORKDIR}/sources" | ||
S = "${UNPACKDIR}/Safe-Isa-${PV}" | ||
|
||
inherit cpan | ||
inherit_defer native |
18 changes: 18 additions & 0 deletions
18
recipes-perl/perl-yaml-pp-native/nativesdk-perl-yaml-pp_0.38.1.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
SUMMARY = "YAML 1.2 processor" | ||
HOMEPAGE = "https://metacpan.org/pod/YAML::PP" | ||
|
||
DEFAULT_PREFERENCE = "${SCA_DEFAULT_PREFERENCE}" | ||
LICENSE = "GPL-2.0-only & Artistic-1.0" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed15294933f5d94828e02d243070d415" | ||
|
||
SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-v${PV}.tar.gz" | ||
|
||
SRC_URI[sha256sum] = "cf5f1096af3ea5c036d838847b213a613e9a85b757962bacf508d4ad72f88f49" | ||
|
||
UNPACKDIR ??= "${WORKDIR}/sources" | ||
S = "${UNPACKDIR}/YAML-PP-v${PV}" | ||
|
||
inherit cpan | ||
inherit_defer nativesdk | ||
|
||
UPSTREAM_CHECK_REGEX = "YAML-PP-v(?P<pver>\d+.\d+(.\d+)*).tar.gz" |
18 changes: 18 additions & 0 deletions
18
recipes-perl/perl-yaml-pp-native/perl-yaml-pp-native_0.38.1.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
SUMMARY = "YAML 1.2 processor" | ||
HOMEPAGE = "https://metacpan.org/pod/YAML::PP" | ||
|
||
DEFAULT_PREFERENCE = "${SCA_DEFAULT_PREFERENCE}" | ||
LICENSE = "GPL-2.0-only & Artistic-1.0" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed15294933f5d94828e02d243070d415" | ||
|
||
SRC_URI = "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-v${PV}.tar.gz" | ||
|
||
SRC_URI[sha256sum] = "cf5f1096af3ea5c036d838847b213a613e9a85b757962bacf508d4ad72f88f49" | ||
|
||
UNPACKDIR ??= "${WORKDIR}/sources" | ||
S = "${UNPACKDIR}/YAML-PP-v${PV}" | ||
|
||
inherit cpan | ||
inherit_defer native | ||
|
||
UPSTREAM_CHECK_REGEX = "YAML-PP-v(?P<pver>\d+.\d+(.\d+)*).tar.gz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters