diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-02-25 17:28:56 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-03-01 11:46:46 +0000 |
commit | 215d06f3ea86099781dbc84cbf5074380e4eaaa2 (patch) | |
tree | 6836dfd50c35115ae83a80cc954416c4d3755093 /meta/recipes-devtools/rpm | |
parent | 3920d3da400baef3fb080bfaced6db1428e4acde (diff) | |
download | openembedded-core-215d06f3ea86099781dbc84cbf5074380e4eaaa2.tar.gz openembedded-core-215d06f3ea86099781dbc84cbf5074380e4eaaa2.tar.bz2 openembedded-core-215d06f3ea86099781dbc84cbf5074380e4eaaa2.zip |
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.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 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 \ " |