diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-12-04 16:18:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 14:25:29 +0000 |
commit | 77c1320175db717179acdbc2205027acb65d548e (patch) | |
tree | 33304f90cdbcc71af2c72aae82c74aa63f374415 /meta | |
parent | aa61c619e050aead2e0d0d19582f6bf36de7e6ef (diff) | |
download | poky-77c1320175db717179acdbc2205027acb65d548e.tar.gz |
rpm: Fixed Q&A Errors in netivesdk-rpm
ERROR: QA Issue: nativesdk-rpm: Files/directories were installed but not shipped
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/rpmcmp.real
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/rpmrepo.real
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/rpmdigest.real
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/rpmspecdump.real
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/rpmcache.real
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/debugedit.real
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/rpmdeps-oecore.real
/opt/poky/1.5+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/rpm/bin/rpmdeps.real
ERROR: QA run found fatal errors. Please consider fixing them.
(From OE-Core rev: 247d1803c76f1aad54a8bc7d447384d720a81839)
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 \ |