]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: Fix rpm-dbg package split
authorMark Hatle <mark.hatle@windriver.com>
Fri, 25 Feb 2011 23:28:56 +0000 (17:28 -0600)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Mar 2011 11:46:46 +0000 (11:46 +0000)
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>
meta/recipes-devtools/rpm/rpm_5.4.0.bb

index e350150cf6828dd9f11b81f46af21241109bf1af..0003f48e106c03fceff8c8564b613665a149b9f4 100644 (file)
@@ -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 \
                "