diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 13:59:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 14:03:11 +0100 |
commit | 7aefddc57e9da02298af1aa98abedbe99435e15a (patch) | |
tree | 5622729d23db432dc08cb1f2af464722f14026ff /meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | |
parent | cd5440f6fa4b1d470c722039b4d2ea6f9b4bfd88 (diff) | |
download | openembedded-core-7aefddc57e9da02298af1aa98abedbe99435e15a.tar.gz openembedded-core-7aefddc57e9da02298af1aa98abedbe99435e15a.tar.bz2 openembedded-core-7aefddc57e9da02298af1aa98abedbe99435e15a.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |