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)
downloadpoky-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 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 \
194# ${libdir}/rpm/bin/db_* 194# ${libdir}/rpm/bin/db_*
195# ${libdir}/rpm/bin/grep 195# ${libdir}/rpm/bin/grep
196 196
197FILES_${PN}-dbg = "${bindir}/.debug \ 197FILES_${PN}-dbg += "${libdir}/rpm/.debug \
198 ${libdir}/.debug \
199 ${libdir}/rpm/.debug \
200 ${libdir}/rpm/bin/.debug \ 198 ${libdir}/rpm/bin/.debug \
201 " 199 "
202 200