mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
rpm: Fix rpm-dbg package split
The rpm-dbg package split was specified incorrectly in the recipe, correct this so we generate the proper -dbg file. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
@@ -194,9 +194,7 @@ FILES_${PN} = "${bindir}/rpm \
|
||||
# ${libdir}/rpm/bin/db_*
|
||||
# ${libdir}/rpm/bin/grep
|
||||
|
||||
FILES_${PN}-dbg = "${bindir}/.debug \
|
||||
${libdir}/.debug \
|
||||
${libdir}/rpm/.debug \
|
||||
FILES_${PN}-dbg += "${libdir}/rpm/.debug \
|
||||
${libdir}/rpm/bin/.debug \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user