* [PATCH] rpm: Fix FILES_${PN}
@ 2013-10-30 13:05 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-10-30 13:05 UTC (permalink / raw)
To: openembedded-core
In a recent commit, the FILES expression for rpm accidentally moved a
large portion of rpm-build into rpm:
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=2e557556e03f4e86795cf331ccf06acd4c373045
Since rpm-build requires perl, this caused a number of build failures
when the rpm-build package was attempted to be used since it references
/usr/bin/perl. This commit restores the previous contents of the rpm
package.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index 9699639..5498541 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
@@ -224,7 +224,6 @@ FILES_${PN} = "${bindir}/rpm \
${libdir}/rpm/bin/rpmrepo \
${libdir}/rpm/bin/rpmspecdump \
${libdir}/rpm/bin/wget \
- ${libdir}/rpm \
${localstatedir}/cache \
${localstatedir}/cache/rpm \
${localstatedir}/cache/wdj \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-30 13:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 13:05 [PATCH] rpm: Fix FILES_${PN} Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox