From: Mark Hatle Date: Fri, 25 Feb 2011 23:28:56 +0000 (-0600) Subject: rpm: Fix rpm-dbg package split X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~46377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=215d06f3ea86099781dbc84cbf5074380e4eaaa2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e350150cf68..0003f48e106 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 \ "