diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2011-02-25 17:28:56 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@windriver.com> | 2011-02-25 17:35:41 -0600 |
| commit | 73553e7850874133d65804719303a08eddd92df0 (patch) | |
| tree | b01af4d30d3701f4af23fcbc2f357bd1bc562bf9 /meta | |
| parent | 6c6d4f4bffd9ada3bc89728f8b4812f02ce36fe9 (diff) | |
| download | 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')
| -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 \ | |||
| 194 | # ${libdir}/rpm/bin/db_* | 194 | # ${libdir}/rpm/bin/db_* |
| 195 | # ${libdir}/rpm/bin/grep | 195 | # ${libdir}/rpm/bin/grep |
| 196 | 196 | ||
| 197 | FILES_${PN}-dbg = "${bindir}/.debug \ | 197 | FILES_${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 | ||
