From 7aefddc57e9da02298af1aa98abedbe99435e15a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 4 Aug 2011 13:59:14 +0100 Subject: font-util: The recipe produces binaries so don't mark as 'all' architecture Since font-util produces binaries it shouldn't be marked as "all" package architecture. To achieve this we need to move the settings out the common include file. This fixes errors like: ERROR: runstrip: ''mips-poky-linux-strip' --remove-section=.comment --remove-section=.note '/srv/home/pokybuild/poky-slave/nightly-external/build/build/tmp/work/all-poky-linux/font-util-1.2.0-r2.1/package/usr/bin/bdftruncate'' strip command failed ERROR: runstrip: ''mips-poky-linux-strip' --remove-section=.comment --remove-section=.note '/srv/home/pokybuild/poky-slave/nightly-external/build/build/tmp/work/all-poky-linux/font-util-1.2.0-r2.1/package/usr/bin/ucs2any'' strip command failed Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb') diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb index cec890d015..1b639614cb 100644 --- a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb +++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb @@ -16,5 +16,7 @@ RDEPENDS_${PN}_virtclass-native = "font-util-native" PE = "1" PR = "${INC_PR}.1" +PACKAGE_ARCH = "all" + SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a" -- cgit 1.2.3-korg