From: Mark Hatle Date: Fri, 25 Feb 2011 23:28:56 +0000 (-0600) Subject: rpm: Fix rpm-dbg package split X-Git-Tag: 2011-1~2221 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=215d06f3ea86099781dbc84cbf5074380e4eaaa2;p=openembedded-core.git 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 --- diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index e350150cf6..0003f48e10 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb @@ -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 \ "