diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-25 16:26:19 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-25 08:45:03 -0700 |
| commit | 79e1e2a1e91c8c510b7d960fe6d4378405101be3 (patch) | |
| tree | 5b2a986b3aa2c575dced187f438798838eec39f3 | |
| parent | 2d1e7f17161c3195ff6e64fde943c6bc90d12e44 (diff) | |
| download | meta-openembedded-79e1e2a1e91c8c510b7d960fe6d4378405101be3.tar.gz | |
cpan-requirements-dynamic: add recipe
It's a runtime requirement for libmodule-build-tiny-perl-ptest
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb b/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb new file mode 100644 index 0000000000..4ee221a8a0 --- /dev/null +++ b/meta-perl/recipes-extended/requirements-dynamic/cpan-requirements-dynamic_0.002.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Dynamic prerequisites in meta files" | ||
| 2 | DESCRIPTION = "This module implements a format for describing dynamic prerequisites \ | ||
| 3 | of a distribution.cts and (by default) mails MIME messages." | ||
| 4 | HOMEPAGE = "https://metacpan.org/pod/CPAN::Requirements::Dynamic" | ||
| 5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=818dfe6ef2e2204af6c824ca00e2b485" | ||
| 7 | |||
| 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/CPAN-Requirements-Dynamic-${PV}.tar.gz" | ||
| 9 | SRC_URI[sha256sum] = "9e290179fd1ab8574f7a2297baf015ea4fef3703a99d48798f61ec9347b4905b" | ||
| 10 | |||
| 11 | S = "${UNPACKDIR}/CPAN-Requirements-Dynamic-${PV}" | ||
| 12 | |||
| 13 | inherit cpan | ||
