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 13:30:19 +0000 |
commit | 247d1803c76f1aad54a8bc7d447384d720a81839 (patch) | |
tree | 41658f19ae8393f5c784f4e84d0444bf8de289e4 | |
parent | b4d426bf6ceed19a6f5dd3df06b61f6917039ef0 (diff) | |
download | openembedded-core-247d1803c76f1aad54a8bc7d447384d720a81839.tar.gz openembedded-core-247d1803c76f1aad54a8bc7d447384d720a81839.tar.bz2 openembedded-core-247d1803c76f1aad54a8bc7d447384d720a81839.zip |
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.
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \ ${libdir}/rpm/bin/mtree \ ${libdir}/rpm/bin/rpmkey \ ${libdir}/rpm/bin/rpmrepo \ + ${libdir}/rpm/bin/rpmrepo.real \ ${libdir}/rpm/bin/rpmspecdump \ + ${libdir}/rpm/bin/rpmspecdump.real \ ${libdir}/rpm/bin/wget \ ${localstatedir}/cache \ ${localstatedir}/cache/rpm \ @@ -284,11 +286,17 @@ FILES_${PN}-build = "${prefix}/src/rpm \ ${libdir}/rpm/pkgconfigdeps.sh \ ${libdir}/rpm/pythondeps.sh \ ${libdir}/rpm/bin/debugedit \ + ${libdir}/rpm/bin/debugedit.real \ ${libdir}/rpm/bin/rpmcache \ + ${libdir}/rpm/bin/rpmcache.real \ ${libdir}/rpm/bin/rpmcmp \ + ${libdir}/rpm/bin/rpmcmp.real \ ${libdir}/rpm/bin/rpmdeps \ + ${libdir}/rpm/bin/rpmdeps.real \ ${libdir}/rpm/bin/rpmdeps-oecore \ + ${libdir}/rpm/bin/rpmdeps-oecore.real \ ${libdir}/rpm/bin/rpmdigest \ + ${libdir}/rpm/bin/rpmdigest.real \ ${libdir}/rpm/bin/abi-compliance-checker.pl \ ${libdir}/rpm/bin/api-sanity-autotest.pl \ ${libdir}/rpm/bin/chroot \ |