mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
@@ -304,13 +304,6 @@ FILES_${PN}-pod = "${libdir}/perl/${PV}/pod \
|
||||
${libdir}/perl/${PV}/*/*.pod \
|
||||
${libdir}/perl/${PV}/*/*/*.pod "
|
||||
FILES_perl-misc = "${bindir}/*"
|
||||
FILES_${PN}-dbg += "${libdir}/perl/${PV}/auto/*/.debug \
|
||||
${libdir}/perl/${PV}/auto/*/*/.debug \
|
||||
${libdir}/perl/${PV}/auto/*/*/*/.debug \
|
||||
${libdir}/perl/${PV}/CORE/.debug \
|
||||
${libdir}/perl/${PV}/*/.debug \
|
||||
${libdir}/perl/${PV}/*/*/.debug \
|
||||
${libdir}/perl/${PV}/*/*/*/.debug "
|
||||
FILES_${PN}-doc = "${libdir}/perl/${PV}/*/*.txt \
|
||||
${libdir}/perl/${PV}/*/*/*.txt \
|
||||
${libdir}/perl/${PV}/auto/XS/Typemap \
|
||||
|
||||
Reference in New Issue
Block a user