From 247d1803c76f1aad54a8bc7d447384d720a81839 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Wed, 4 Dec 2013 16:18:15 +0100 Subject: rpm: Fixed Q&A Errors in netivesdk-rpm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta/recipes-devtools/rpm') 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 \ -- cgit 1.2.3-korg