diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-15 15:40:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 11:56:30 +0000 |
commit | e0890b662e590d18a4eb7229b469f0078f97b1e7 (patch) | |
tree | 68a658a13cde6650067ef61444d961936a9570d5 /meta/recipes-devtools/perl | |
parent | b7766e4bbe61d025346365de4cbafcae56909c27 (diff) | |
download | poky-e0890b662e590d18a4eb7229b469f0078f97b1e7.tar.gz |
meta: Drop now pointless manual -dbg packaging
With the autodebug package generation logic, specifically setting FILES_${PN}-dbg
isn't needed in most cases, we can remove them.
(From OE-Core rev: 3ab59d49dd7c18e194b58d1248b4b87709b5a738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.22.0.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.22.0.bb b/meta/recipes-devtools/perl/perl_5.22.0.bb index 9df8d043e3..29dd12d77d 100644 --- a/meta/recipes-devtools/perl/perl_5.22.0.bb +++ b/meta/recipes-devtools/perl/perl_5.22.0.bb | |||
@@ -304,13 +304,6 @@ FILES_${PN}-pod = "${libdir}/perl/${PV}/pod \ | |||
304 | ${libdir}/perl/${PV}/*/*.pod \ | 304 | ${libdir}/perl/${PV}/*/*.pod \ |
305 | ${libdir}/perl/${PV}/*/*/*.pod " | 305 | ${libdir}/perl/${PV}/*/*/*.pod " |
306 | FILES_perl-misc = "${bindir}/*" | 306 | FILES_perl-misc = "${bindir}/*" |
307 | FILES_${PN}-dbg += "${libdir}/perl/${PV}/auto/*/.debug \ | ||
308 | ${libdir}/perl/${PV}/auto/*/*/.debug \ | ||
309 | ${libdir}/perl/${PV}/auto/*/*/*/.debug \ | ||
310 | ${libdir}/perl/${PV}/CORE/.debug \ | ||
311 | ${libdir}/perl/${PV}/*/.debug \ | ||
312 | ${libdir}/perl/${PV}/*/*/.debug \ | ||
313 | ${libdir}/perl/${PV}/*/*/*/.debug " | ||
314 | FILES_${PN}-doc = "${libdir}/perl/${PV}/*/*.txt \ | 307 | FILES_${PN}-doc = "${libdir}/perl/${PV}/*/*.txt \ |
315 | ${libdir}/perl/${PV}/*/*/*.txt \ | 308 | ${libdir}/perl/${PV}/*/*/*.txt \ |
316 | ${libdir}/perl/${PV}/auto/XS/Typemap \ | 309 | ${libdir}/perl/${PV}/auto/XS/Typemap \ |