From 0d9f7900dec4ec68d8ad6c8a455e5b4f068e3715 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Apr 2013 12:07:08 +0100 Subject: 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 --- meta/recipes-devtools/devel-config/anjuta-remote-run.bb | 2 -- meta/recipes-devtools/devel-config/distcc-config.bb | 2 -- meta/recipes-devtools/devel-config/nfs-export-root.bb | 2 -- 3 files changed, 6 deletions(-) (limited to 'meta/recipes-devtools/devel-config') diff --git a/meta/recipes-devtools/devel-config/anjuta-remote-run.bb b/meta/recipes-devtools/devel-config/anjuta-remote-run.bb index 51fdf9ecac..b9cded74a8 100644 --- a/meta/recipes-devtools/devel-config/anjuta-remote-run.bb +++ b/meta/recipes-devtools/devel-config/anjuta-remote-run.bb @@ -15,5 +15,3 @@ do_install() { PACKAGES = "${PN}" RDEPENDS_${PN} = "dbus rsync" -inherit allarch - diff --git a/meta/recipes-devtools/devel-config/distcc-config.bb b/meta/recipes-devtools/devel-config/distcc-config.bb index 8deaa66589..c9c024dde9 100644 --- a/meta/recipes-devtools/devel-config/distcc-config.bb +++ b/meta/recipes-devtools/devel-config/distcc-config.bb @@ -21,5 +21,3 @@ do_install() { } RDEPENDS_${PN} = "distcc" - -inherit allarch diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb index 4d9f6dd5aa..5fa8cb3c0f 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root.bb +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb @@ -15,5 +15,3 @@ do_install() { } RDEPENDS_${PN} = "packagegroup-core-nfs-server" - -inherit allarch -- cgit v1.2.3-54-g00ecf