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:
Richard Purdie 2013-04-15 12:07:08 +01:00
parent ba4f19ece8
commit 0d9f7900de
7 changed files with 2 additions and 12 deletions

View File

@ -4,8 +4,6 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit allarch
PR = "r8"
SRC_URI = " \

View File

@ -15,5 +15,3 @@ do_install() {
PACKAGES = "${PN}"
RDEPENDS_${PN} = "dbus rsync"
inherit allarch

View File

@ -21,5 +21,3 @@ do_install() {
}
RDEPENDS_${PN} = "distcc"
inherit allarch

View File

@ -15,5 +15,3 @@ do_install() {
}
RDEPENDS_${PN} = "packagegroup-core-nfs-server"
inherit allarch

View File

@ -12,7 +12,7 @@ RDEPENDS_${PN} = "fontconfig-utils"
PR = "r4"
PE = "1"
inherit allarch fontcache
inherit fontcache
FONT_PACKAGES = "${PN}"

View File

@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
PR = "r7"
RDEPENDS_${PN} = "fontconfig-utils"
inherit allarch fontcache
inherit fontcache
FONT_PACKAGES = "${PN}"

View File

@ -9,8 +9,6 @@ SRC_URI = "file://etc \
S = "${WORKDIR}"
inherit allarch
do_install() {
cp -R ${S}/etc ${D}${sysconfdir}
chmod -R 755 ${D}${sysconfdir}