From 9bf0d8898b028f2b3379dc43fe647eb38c022f53 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 17 May 2011 23:03:02 +0000 Subject: Improve handling of 'all' architecture recipes and their interaction with sstate * Jansa: rebased on current master, added nocompiler patch also to font-alias, dropped allarch from linux-firmware, gnome-icon-theme, hal-info as those are checking compiler (ie in intltool check) and better to build them as default arch instead of rebuilding after every machine change. * this is also part of [BUGID# 1075] (From OE-Core rev: 85d8362e0c443f11fe8d3fd0fba55d1bd4983613) Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-font/encodings_1.0.4.bb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'meta/recipes-graphics/xorg-font/encodings_1.0.4.bb') diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb index 1345134432..cf7b3e3609 100644 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb @@ -7,13 +7,15 @@ require xorg-font-common.inc LICENSE = "PD" LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" PE = "1" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" DEPENDS = "mkfontscale-native font-util-native" -EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" +SRC_URI += "file://nocompiler.patch" + +inherit allarch -PACKAGE_ARCH = "all" +EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" SRC_URI[md5sum] = "0f2d6546d514c5cc4ecf78a60657a5c1" SRC_URI[sha256sum] = "ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539" -- cgit v1.2.3-54-g00ecf