xorg-fonts: set package arch to all for fonts
authorKoen Kooi <koen@openembedded.org>
Sun, 24 Aug 2008 11:54:46 +0000 (11:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 24 Aug 2008 11:54:46 +0000 (11:54 +0000)
packages/xorg-font/font-util_1.0.1.bb
packages/xorg-font/xfonts-xorg_6.8.bb
packages/xorg-font/xorg-font-common.inc

index 915c40c..3ba1c05 100644 (file)
@@ -1,5 +1,7 @@
 require xorg-font-common.inc
 
+PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
+
 DESCRIPTION = "X font utils."
 
 DEPENDS = "encodings"
index f8a6a76..78068e0 100644 (file)
@@ -3,6 +3,8 @@ PR = "r1"
 # XXX Is this true?  These fonts are from X.org.
 LICENSE = "XFree86"
 
+PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
+
 SRC_URI = "${FREEDESKTOP_CVS}/xorg;module=xc;tag=XORG-6_8_0;method=pserver \
        file://lexer.patch;patch=1"
 
index c2977c8..09489b1 100644 (file)
@@ -22,6 +22,8 @@ do_stage() {
        autotools_stage_all
 }
 
+PACKAGE_ARCH = "all"
+
 pkg_postinst_${PN} () {
        set -x
        for fontdir in `find $D/usr/lib/X11/fonts -type d`; do