mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
On hosts where we may already be past the #! limit this is required and this is safe on the target as well. This is be7fe31 in oe.dev. Related to this we now bump all PRs for recipes that inherit cpan. Note that in oe.dev we mangle for perl but here we use the new nativeperl script. (From OE-Core rev: 682a213dc732074985bf86f508305fc6eafe18d9) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
628 B
BlitzBasic
18 lines
628 B
BlitzBasic
SUMMARY = "A simple post-processor for SGMLS and NSGMLS"
|
|
DESCRIPTION = "A simple post-processor for SGMLS and NSGMLS"
|
|
HOMEPAGE = "http://search.cpan.org/src/DMEGG/SGMLSpm-1.03ii/DOC/HTML/SGMLSpm/sgmlspm.html"
|
|
SECTION = "libs"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-${PV}.tar.gz \
|
|
file://combined.patch"
|
|
|
|
SRC_URI[md5sum] = "5bcb197fd42e67d51c739b1414d514a7"
|
|
SRC_URI[sha256sum] = "f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913"
|
|
|
|
S = "${WORKDIR}/SGMLSpm"
|
|
|
|
inherit native cpan
|