From 73553e7850874133d65804719303a08eddd92df0 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 25 Feb 2011 17:28:56 -0600 Subject: 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 --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-devtools/rpm') 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 \ " -- cgit v1.2.3-54-g00ecf