mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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:
@@ -75,7 +75,6 @@ do_install_append_class-nativesdk() {
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/git-core ${libexecdir}/git-core/"
|
||||
FILES_${PN}-dbg += "${libexecdir}/git-core/.debug"
|
||||
|
||||
PERLTOOLS = " \
|
||||
${libexecdir}/git-core/git-add--interactive \
|
||||
|
||||
Reference in New Issue
Block a user