mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user