summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.4.9.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 12:59:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 13:06:20 +0000
commit2588a0ff43def50bdd8a2a4f85eb4c8db23ce193 (patch)
tree0082254bf42ee86a4a549efa0c45487090e7b1ce /meta/recipes-devtools/rpm/rpm_5.4.9.bb
parentd69931da48b9cc5082feb46c654b9861f30244d9 (diff)
downloadpoky-2588a0ff43def50bdd8a2a4f85eb4c8db23ce193.tar.gz
rpm: Fix FILES_${PN}
In a recent commit, the FILES expression for rpm accidently 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. (From OE-Core rev: a72ca9b8068f71cfed8b7cbe0f08247bd3f0fbe7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.9.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.9.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index 9699639221..5498541a50 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 \
224 ${libdir}/rpm/bin/rpmrepo \ 224 ${libdir}/rpm/bin/rpmrepo \
225 ${libdir}/rpm/bin/rpmspecdump \ 225 ${libdir}/rpm/bin/rpmspecdump \
226 ${libdir}/rpm/bin/wget \ 226 ${libdir}/rpm/bin/wget \
227 ${libdir}/rpm \
228 ${localstatedir}/cache \ 227 ${localstatedir}/cache \
229 ${localstatedir}/cache/rpm \ 228 ${localstatedir}/cache/rpm \
230 ${localstatedir}/cache/wdj \ 229 ${localstatedir}/cache/wdj \