* [meta-perl][PATCH 1/2] libhtml-tree-perl: fix QA Issue: TMPDIR [buildpaths] [not found] <20241028061153.2165048-1-schonm@gmail.com> @ 2024-10-28 6:07 ` J. S. 2024-10-28 6:07 ` [meta-perl][PATCH 2/2] libmodule-build-tiny-perl: " J. S. 1 sibling, 0 replies; 2+ messages in thread From: J. S. @ 2024-10-28 6:07 UTC (permalink / raw) To: openembedded-devel; +Cc: ticotimo, Jason Schonberg Signed-off-by: Jason Schonberg <schonm@gmail.com> --- meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb index f07019660..b9099fc57 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb @@ -6,7 +6,7 @@ libwww-perl distribution, but are now unbundled in order to facilitate \ a separate development track." SECTION = "libs" -HOMEPAGE = "https://metacpan.org/release/CJM/HTML-Tree-5.03/source/README" +HOMEPAGE = "http://www.cpan.org/authors/id/C/CJ/CJM/HTML-Tree-${PV}.readme" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242" @@ -25,6 +25,13 @@ export PERL_USE_UNSAFE_INC = "1" DEPENDS += "libmodule-build-perl-native \ " +do_install:append() { + sed -i \ + -e 's|${TMPDIR}||g' \ + `find ${D}/usr/share/doc/perl/html/site/lib/HTML/ -type f` \ + `find ${D}/usr/lib/perl5 -type f -name .packlist` +} + RPROVIDES:${PN} = " libhtml-element-perl \ libhtml-tree-assubs-perl \ libhtml-tree-perl \ -- 2.43.0 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* [meta-perl][PATCH 2/2] libmodule-build-tiny-perl: fix QA Issue: TMPDIR [buildpaths] [not found] <20241028061153.2165048-1-schonm@gmail.com> 2024-10-28 6:07 ` [meta-perl][PATCH 1/2] libhtml-tree-perl: fix QA Issue: TMPDIR [buildpaths] J. S. @ 2024-10-28 6:07 ` J. S. 1 sibling, 0 replies; 2+ messages in thread From: J. S. @ 2024-10-28 6:07 UTC (permalink / raw) To: openembedded-devel; +Cc: ticotimo, Jason Schonberg Signed-off-by: Jason Schonberg <schonm@gmail.com> --- .../libmodule/libmodule-build-tiny-perl_0.048.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb index a662b4540..bab9c5c95 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb @@ -21,6 +21,13 @@ S = "${WORKDIR}/Module-Build-Tiny-${PV}" inherit cpan_build ptest-perl +do_install:append() { + sed -i \ + -e 's|${TMPDIR}||g' \ + `find ${D}/usr/lib/perl5 -type f -name .packlist` +} + + RDEPENDS:${PN} += " \ libextutils-config-perl \ libextutils-helpers-perl \ -- 2.43.0 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-28 11:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20241028061153.2165048-1-schonm@gmail.com>
2024-10-28 6:07 ` [meta-perl][PATCH 1/2] libhtml-tree-perl: fix QA Issue: TMPDIR [buildpaths] J. S.
2024-10-28 6:07 ` [meta-perl][PATCH 2/2] libmodule-build-tiny-perl: " J. S.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox