[oe-commits] =?UTF-8?Q?David=20Nystr=C3=B6m=20?=: rpm: Fixed Q&A Errors in netivesdk-rpm

git at git.openembedded.org git at git.openembedded.org
Thu Dec 5 14:24:14 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 247d1803c76f1aad54a8bc7d447384d720a81839
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=247d1803c76f1aad54a8bc7d447384d720a81839

Author: David Nyström <david.c.nystrom at gmail.com>
Date:   Wed Dec  4 16:18:15 2013 +0100

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 at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index 4b95a90..9d376a5 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 \



More information about the Openembedded-commits mailing list