mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
8f3df8b447
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
35 lines
1.1 KiB
BlitzBasic
35 lines
1.1 KiB
BlitzBasic
SUMMARY = "SASL Authentication framework for Perl"
|
|
DESCRIPTION = "SASL is a generic mechanism for authentication used by several network \
|
|
protocols. Authen::SASL provides an implementation framework that all \
|
|
protocols should be able to share."
|
|
HOMEPAGE = "https://metacpan.org/dist/Authen-SASL/"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609"
|
|
|
|
DEPENDS = "perl"
|
|
RDEPENDS:${PN} = "libdigest-hmac-perl"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/E/EH/EHUELS/Authen-SASL-${PV}.tar.gz \
|
|
file://run-ptest \
|
|
"
|
|
SRC_URI[sha256sum] = "8cdf5a7f185448b614471675dae5b26f8c6e330b62264c3ff5d91172d6889b99"
|
|
|
|
S = "${UNPACKDIR}/Authen-SASL-${PV}"
|
|
|
|
inherit cpan ptest
|
|
|
|
export PERL_USE_UNSAFE_INC = "1"
|
|
|
|
do_install_ptest () {
|
|
cp -r ${B}/t ${D}${PTEST_PATH}
|
|
}
|
|
|
|
RDEPENDS:${PN}-ptest += "perl-module-test-more \
|
|
perl-module-findbin \
|
|
perl-module-test2-api-breakage \
|
|
perl-module-tie-handle"
|
|
|
|
BBCLASSEXTEND = "native"
|