diff options
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 4b95a906c9..9d376a5b31 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb | |||
@@ -223,7 +223,9 @@ FILES_${PN} = "${bindir}/rpm \ | |||
223 | ${libdir}/rpm/bin/mtree \ | 223 | ${libdir}/rpm/bin/mtree \ |
224 | ${libdir}/rpm/bin/rpmkey \ | 224 | ${libdir}/rpm/bin/rpmkey \ |
225 | ${libdir}/rpm/bin/rpmrepo \ | 225 | ${libdir}/rpm/bin/rpmrepo \ |
226 | ${libdir}/rpm/bin/rpmrepo.real \ | ||
226 | ${libdir}/rpm/bin/rpmspecdump \ | 227 | ${libdir}/rpm/bin/rpmspecdump \ |
228 | ${libdir}/rpm/bin/rpmspecdump.real \ | ||
227 | ${libdir}/rpm/bin/wget \ | 229 | ${libdir}/rpm/bin/wget \ |
228 | ${localstatedir}/cache \ | 230 | ${localstatedir}/cache \ |
229 | ${localstatedir}/cache/rpm \ | 231 | ${localstatedir}/cache/rpm \ |
@@ -284,11 +286,17 @@ FILES_${PN}-build = "${prefix}/src/rpm \ | |||
284 | ${libdir}/rpm/pkgconfigdeps.sh \ | 286 | ${libdir}/rpm/pkgconfigdeps.sh \ |
285 | ${libdir}/rpm/pythondeps.sh \ | 287 | ${libdir}/rpm/pythondeps.sh \ |
286 | ${libdir}/rpm/bin/debugedit \ | 288 | ${libdir}/rpm/bin/debugedit \ |
289 | ${libdir}/rpm/bin/debugedit.real \ | ||
287 | ${libdir}/rpm/bin/rpmcache \ | 290 | ${libdir}/rpm/bin/rpmcache \ |
291 | ${libdir}/rpm/bin/rpmcache.real \ | ||
288 | ${libdir}/rpm/bin/rpmcmp \ | 292 | ${libdir}/rpm/bin/rpmcmp \ |
293 | ${libdir}/rpm/bin/rpmcmp.real \ | ||
289 | ${libdir}/rpm/bin/rpmdeps \ | 294 | ${libdir}/rpm/bin/rpmdeps \ |
295 | ${libdir}/rpm/bin/rpmdeps.real \ | ||
290 | ${libdir}/rpm/bin/rpmdeps-oecore \ | 296 | ${libdir}/rpm/bin/rpmdeps-oecore \ |
297 | ${libdir}/rpm/bin/rpmdeps-oecore.real \ | ||
291 | ${libdir}/rpm/bin/rpmdigest \ | 298 | ${libdir}/rpm/bin/rpmdigest \ |
299 | ${libdir}/rpm/bin/rpmdigest.real \ | ||
292 | ${libdir}/rpm/bin/abi-compliance-checker.pl \ | 300 | ${libdir}/rpm/bin/abi-compliance-checker.pl \ |
293 | ${libdir}/rpm/bin/api-sanity-autotest.pl \ | 301 | ${libdir}/rpm/bin/api-sanity-autotest.pl \ |
294 | ${libdir}/rpm/bin/chroot \ | 302 | ${libdir}/rpm/bin/chroot \ |