diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 12:59:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 13:05:56 +0000 |
commit | a72ca9b8068f71cfed8b7cbe0f08247bd3f0fbe7 (patch) | |
tree | 488b694fc7e31e7c30a4cf74f192a951053d522f | |
parent | fa90f92e52330a9bf5836c0832412af0927b19a9 (diff) | |
download | openembedded-core-a72ca9b8068f71cfed8b7cbe0f08247bd3f0fbe7.tar.gz openembedded-core-a72ca9b8068f71cfed8b7cbe0f08247bd3f0fbe7.tar.bz2 openembedded-core-a72ca9b8068f71cfed8b7cbe0f08247bd3f0fbe7.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 1 |
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 \ ${libdir}/rpm/bin/rpmrepo \ ${libdir}/rpm/bin/rpmspecdump \ ${libdir}/rpm/bin/wget \ - ${libdir}/rpm \ ${localstatedir}/cache \ ${localstatedir}/cache/rpm \ ${localstatedir}/cache/wdj \ |