[poky] [PATCH 3/3] rpm: Fix rpm-dbg package split
Mark Hatle
mark.hatle at windriver.com
Fri Feb 25 15:39:15 PST 2011
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 at windriver.com>
---
meta/recipes-devtools/rpm/rpm_5.4.0.bb | 4 +---
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 \
"
--
1.7.3.4
More information about the poky
mailing list