aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-02-25 17:28:56 -0600
committerRichard Purdie <rpurdie@linux.intel.com>2011-03-01 11:46:46 +0000
commit215d06f3ea86099781dbc84cbf5074380e4eaaa2 (patch)
tree6836dfd50c35115ae83a80cc954416c4d3755093
parent3920d3da400baef3fb080bfaced6db1428e4acde (diff)
downloadopenembedded-core-contrib-215d06f3ea86099781dbc84cbf5074380e4eaaa2.tar.gz
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>
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb4
1 files changed, 1 insertions, 3 deletions
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 \
"