diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 12:07:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-15 15:57:39 +0100 |
commit | 48f6553680addf13ae8c27912b06ab39dded8f61 (patch) | |
tree | 72f516f182265fc5c8270acb86e11a92bb96cbab /meta/recipes-core | |
parent | c037017f71fc3b703639d992c9af41e6b0540a94 (diff) | |
download | poky-48f6553680addf13ae8c27912b06ab39dded8f61.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/udev/udev-extraconf_1.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/udev/udev-extraconf_1.0.bb b/meta/recipes-core/udev/udev-extraconf_1.0.bb index ea95a60067..fd9a333fe6 100644 --- a/meta/recipes-core/udev/udev-extraconf_1.0.bb +++ b/meta/recipes-core/udev/udev-extraconf_1.0.bb | |||
@@ -4,8 +4,6 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | inherit allarch | ||
8 | |||
9 | PR = "r8" | 7 | PR = "r8" |
10 | 8 | ||
11 | SRC_URI = " \ | 9 | SRC_URI = " \ |