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:06 +0000 |
commit | 3ab59d49dd7c18e194b58d1248b4b87709b5a738 (patch) | |
tree | dfc174d1a665584b2378fdb00c44e8792c10a62a /meta/classes/cpan-base.bbclass | |
parent | da5ec06814e105451cca11cce76b5c5231110524 (diff) | |
download | openembedded-core-3ab59d49dd7c18e194b58d1248b4b87709b5a738.tar.gz openembedded-core-3ab59d49dd7c18e194b58d1248b4b87709b5a738.tar.bz2 openembedded-core-3ab59d49dd7c18e194b58d1248b4b87709b5a738.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cpan-base.bbclass')
-rw-r--r-- | meta/classes/cpan-base.bbclass | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/classes/cpan-base.bbclass b/meta/classes/cpan-base.bbclass index a3d08f4a90..55ac052695 100644 --- a/meta/classes/cpan-base.bbclass +++ b/meta/classes/cpan-base.bbclass @@ -38,15 +38,3 @@ PERLLIBDIRS = "${libdir}/perl" PERLLIBDIRS_class-native = "${libdir}/perl-native" PERLVERSION := "${@get_perl_version(d)}" PERLVERSION[vardepvalue] = "" - -FILES_${PN}-dbg += "${PERLLIBDIRS}/auto/*/.debug \ - ${PERLLIBDIRS}/auto/*/*/.debug \ - ${PERLLIBDIRS}/auto/*/*/*/.debug \ - ${PERLLIBDIRS}/auto/*/*/*/*/.debug \ - ${PERLLIBDIRS}/auto/*/*/*/*/*/.debug \ - ${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/.debug \ - ${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/*/.debug \ - ${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/*/*/.debug \ - ${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/*/*/*/.debug \ - ${PERLLIBDIRS}/vendor_perl/${PERLVERSION}/auto/*/*/*/*/*/.debug \ - " |