mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
allarch: Drop various problematic allarch usages
In each of these cases allarch is used where the package in question has a dependency on things which are not allach and change when MACHINE is changed. This leads to a rebuild of the package each time MACHINE is switched and the sstate checksum changes. The dependencies in question are not suited be being marked as ABISAFE. (From OE-Core rev: 087a680429efa713a98fbb89f927b046fe07f87c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,5 +15,3 @@ do_install() {
|
||||
PACKAGES = "${PN}"
|
||||
RDEPENDS_${PN} = "dbus rsync"
|
||||
|
||||
inherit allarch
|
||||
|
||||
|
||||
@@ -21,5 +21,3 @@ do_install() {
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "distcc"
|
||||
|
||||
inherit allarch
|
||||
|
||||
@@ -15,5 +15,3 @@ do_install() {
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "packagegroup-core-nfs-server"
|
||||
|
||||
inherit allarch
|
||||
|
||||
Reference in New Issue
Block a user