summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-02-25 17:28:56 -0600
committerMark Hatle <mark.hatle@windriver.com>2011-02-25 17:35:41 -0600
commit73553e7850874133d65804719303a08eddd92df0 (patch)
treeb01af4d30d3701f4af23fcbc2f357bd1bc562bf9 /meta/recipes-devtools/rpm
parent6c6d4f4bffd9ada3bc89728f8b4812f02ce36fe9 (diff)
downloadast2050-yocto-poky-73553e7850874133d65804719303a08eddd92df0.zip
ast2050-yocto-poky-73553e7850874133d65804719303a08eddd92df0.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>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-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 e350150..0003f48 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 \
"
OpenPOWER on IntegriCloud