diff options
| author | J. S. <schonm@gmail.com> | 2024-10-28 08:40:42 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-28 17:54:32 -0700 |
| commit | 5f471132db6df673bbc2c9d7e03f3a049401cfa8 (patch) | |
| tree | 43e11e9e9a09cf104c5a8021664230d2a5d05548 /meta-perl/recipes-perl | |
| parent | 6b4f33ac3e0a728fbbb0f2032df1b1afe8a72d5d (diff) | |
| download | meta-openembedded-5f471132db6df673bbc2c9d7e03f3a049401cfa8.tar.gz | |
libhtml-tree-perl: fix QA Issue: TMPDIR [buildpaths]
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 7 |
1 files changed, 7 insertions, 0 deletions
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 f070196606..7bdebcd37c 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 | |||
| @@ -25,6 +25,13 @@ export PERL_USE_UNSAFE_INC = "1" | |||
| 25 | DEPENDS += "libmodule-build-perl-native \ | 25 | DEPENDS += "libmodule-build-perl-native \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | do_install:append() { | ||
| 29 | sed -i \ | ||
| 30 | -e 's|${TMPDIR}||g' \ | ||
| 31 | `find ${D}/usr/share/doc/perl/html/site/lib/HTML/ -type f` \ | ||
| 32 | `find ${D}/usr/lib/perl5 -type f -name .packlist` | ||
| 33 | } | ||
| 34 | |||
| 28 | RPROVIDES:${PN} = " libhtml-element-perl \ | 35 | RPROVIDES:${PN} = " libhtml-element-perl \ |
| 29 | libhtml-tree-assubs-perl \ | 36 | libhtml-tree-assubs-perl \ |
| 30 | libhtml-tree-perl \ | 37 | libhtml-tree-perl \ |
