mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
rpm4: Drop native RDEPENDS
Native recipes should *never* depend on target recipes since this would cause them to rebuild every time the target changes. Before the recent datastore changes, this happened to work. Now, this makes rpm-native unbuildable since base-files-native doesn't exist and the code remaps the variable. Dropping these dependencies here is the correct way to resolve this issue and fix an autobuilder selftest failure. (From OE-Core rev: ef84c4bf1d93e9fa674300b80d0442ae1069c473) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -122,7 +122,7 @@ FILES_${PN} += "${libdir}/rpm \
|
|||||||
${libdir}/rpm-plugins/exec.so \
|
${libdir}/rpm-plugins/exec.so \
|
||||||
"
|
"
|
||||||
RDEPENDS_${PN} = "base-files run-postinsts"
|
RDEPENDS_${PN} = "base-files run-postinsts"
|
||||||
RDEPENDS_${PN}_class-native = "base-files run-postinsts"
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/rpm/.debug/* \
|
FILES_${PN}-dbg += "${libdir}/rpm/.debug/* \
|
||||||
${libdir}/rpm-plugins/.debug/* \
|
${libdir}/rpm-plugins/.debug/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user