Bleh, more PACKAGE_ARCH updates.
authorChris Larson <clarson@kergoth.com>
Sat, 4 Dec 2004 00:50:03 +0000 (00:50 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 4 Dec 2004 00:50:03 +0000 (00:50 +0000)
BKrev: 41b109bb8hIvqQyghBI0sGknKikNBQ

glibc/glibc_2.2.5.oe
opie-button-settings/opie-button-settings_1.1.7.oe
opie-button-settings/opie-button-settings_cvs.oe
qte/qte_2.3.7.oe
qte/qte_2.3.8-snapshot.oe

index 91ba169..bc49575 100644 (file)
@@ -250,7 +250,7 @@ include glibc-package.oeclass
 # Unslung distribution specific packages follow ...
 
 PACKAGES_unslung = libc6-unslung
-PACKAGE_ARCH_libc6-unslung = "nslu2"
+PACKAGE_ARCH_nslu2 = "nslu2"
 MAINTAINER_libc6-unslung = "NSLU2 Linux <www.nslu2-linux.org>"
 RDEPENDS_libc6-unslung = "nslu2-linksys-ramdisk"
 RPROVIDES_libc6-unslung = "libc6"
index f9796c2..d2a912a 100644 (file)
@@ -4,6 +4,7 @@ PRIORITY = "optional"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
 RDEPENDS = "opie-button-settings-pics"
+PR = "r1"
 
 APPNAME = "buttonsettings"
 
@@ -27,6 +28,8 @@ do_install() {
 PACKAGES_prepend = "opie-button-settings-pics "
 FILES_opie-button-settings-pics = "${palmtopdir}/pics/devicebuttons/z*" 
 FILES_opie-button-settings-pics_h3600 = "${palmtopdir}/pics/devicebuttons/ipaq*"
+PACKAGE_ARCH_h3600 = "h3600"
 FILES_opie-button-settings-pics_h3900 = "${palmtopdir}/pics/devicebuttons/ipaq*"
+PACKAGE_ARCH_h3900 = "h3900"
 FILES_opie-button-settings-pics_simpad = "${palmtopdir}/pics/devicebuttons/simpad*"
-PACKAGE_ARCH_opie-button-settings-pics := "${MACHINE_ARCH}"
+PACKAGE_ARCH_simpad = "simpad"
index bd4b1dc..84fb8d0 100644 (file)
@@ -5,6 +5,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
 RDEPENDS = "opie-button-settings-pics"
 PV = "1.1.7+cvs-${CVSDATE}"
+PR = "r1"
 APPNAME = "buttonsettings"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/core/settings/button \
@@ -26,6 +27,8 @@ do_install() {
 PACKAGES_prepend = "opie-button-settings-pics "
 FILES_opie-button-settings-pics = "${palmtopdir}/pics/devicebuttons/z*" 
 FILES_opie-button-settings-pics_h3600 = "${palmtopdir}/pics/devicebuttons/ipaq*"
+PACKAGE_ARCH_h3600 = "h3600"
 FILES_opie-button-settings-pics_h3900 = "${palmtopdir}/pics/devicebuttons/ipaq*"
+PACKAGE_ARCH_h3900 = "h3900"
 FILES_opie-button-settings-pics_simpad = "${palmtopdir}/pics/devicebuttons/simpad*"
-PACKAGE_ARCH_opie-button-settings-pics := "${MACHINE_ARCH}"
+PACKAGE_ARCH_simpad = "simpad"
index 104c4b3..531e928 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL QPL"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 DEPENDS = "zlib libpng jpeg tslib uicmoc-native"
 PROVIDES = "virtual/qte virtual/libqte2"
-PR = "r20"
+PR = "r21"
 
 SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \
           file://qpe.patch;patch=1 \
@@ -164,20 +164,29 @@ ${sbindir}/update-qtfontdir
 PACKAGES = "libqte2 qte-font-fixed qte-font-helvetica-small qte-font-helvetica-large \
                        qte-font-smoothtimes qte-font-smallsmooth qte-font-unicode qte-font-lcd \
                        qte-font-japanese qte-font-micro qte-font-courier"
-PACKAGE_ARCH_libqte2 := "${MACHINE_ARCH}"
+PACKAGE_ARCH := "${MACHINE_ARCH}"
 
 FILES_${PN} = ""
 FILES_libqte2 = "${palmtopdir}/lib/libqte.so* /usr/sbin/update-qtfontdir"
 FILES_qte-font-fixed = "${palmtopdir}/lib/fonts/fixed*"
+PACKAGE_ARCH_qte-font-fixed = "all"
 FILES_qte-font-helvetica-small = "${palmtopdir}/lib/fonts/helvetica_80*.qpf \
        ${palmtopdir}/lib/fonts/helvetica_100*.qpf ${palmtopdir}/lib/fonts/helvetica_120*.qpf"
+PACKAGE_ARCH_qte-font-helvetica-small = "all"
 FILES_qte-font-helvetica-large = "${palmtopdir}/lib/fonts/helvetica_140*.qpf \
        ${palmtopdir}/lib/fonts/helvetica_180*.qpf ${palmtopdir}/lib/fonts/helvetica_240*.qpf"
+PACKAGE_ARCH_qte-font-helvetica-large = "all"
 FILES_qte-font-smoothtimes = "${palmtopdir}/lib/fonts/smoothtimes*"
+PACKAGE_ARCH_qte-font-smoothtimes = "all"
 FILES_qte-font-smallsmooth = "${palmtopdir}/lib/fonts/smallsmooth*"
+PACKAGE_ARCH_qte-font-smallsmooth = "all"
 FILES_qte-font-unicode = "${palmtopdir}/lib/fonts/unifont*.qpf"
+PACKAGE_ARCH_qte-font-unicode = "all"
 FILES_qte-font-lcd = "${palmtopdir}/lib/fonts/lcd*"
+PACKAGE_ARCH_qte-font-lcd = "all"
 FILES_qte-font-japanese = "${palmtopdir}/lib/fonts/japanese*"
+PACKAGE_ARCH_qte-font-japanese = "all"
 FILES_qte-font-micro = "${palmtopdir}/lib/fonts/micro*.qpf"
+PACKAGE_ARCH_qte-font-micro = "all"
 FILES_qte-font-courier = "${palmtopdir}/lib/fonts/cour*"
-
+PACKAGE_ARCH_qte-font-courier = "all"
index 137b504..dc49473 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 LICENSE = "GPL QPL"
 DEPENDS = "zlib libpng jpeg tslib uicmoc-native"
 PROVIDES = "virtual/qte virtual/libqte2"
-PR = "r1"
+PR = "r2"
 palmtopdir="/opt/Qtopia"
 
 # CVSDATE="20040818"
@@ -166,35 +166,51 @@ PACKAGES = "libqte2 qte-font-fixed qte-font-helvetica-small qte-font-helvetica-l
       qte-font-unicode qte-font-lcd qte-font-japanese qte-font-micro \
       qte-font-courier"
 
-PACKAGE_ARCH_libqte2 := "${MACHINE_ARCH}"
+PACKAGE_ARCH := "${MACHINE_ARCH}"
 
 FILES_${PN} = ""
 FILES_libqte2 = "${palmtopdir}/lib/libqte.so* /usr/sbin/update-qtfontdir"
 FILES_qte-font-fixed = "${palmtopdir}/lib/fonts/fixed*"
+PACKAGE_ARCH_qte-font-fixed = "all"
 FILES_qte-font-helvetica-small = "${palmtopdir}/lib/fonts/helvetica_80*.qpf \
        ${palmtopdir}/lib/fonts/helvetica_100*.qpf ${palmtopdir}/lib/fonts/helvetica_120*.qpf"
+PACKAGE_ARCH_qte-font-helvetica-small = "all"
 FILES_qte-font-helvetica-large = "${palmtopdir}/lib/fonts/helvetica_140*.qpf \
        ${palmtopdir}/lib/fonts/helvetica_180*.qpf ${palmtopdir}/lib/fonts/helvetica_240*.qpf"
+PACKAGE_ARCH_qte-font-helvetica-large = "all"
 FILES_qte-font-smoothtimes = "${palmtopdir}/lib/fonts/smoothtimes*.qpf"
+PACKAGE_ARCH_qte-font-smoothtimes = "all"
 FILES_qte-font-smallsmooth = "${palmtopdir}/lib/fonts/smallsmooth*.qpf"
+PACKAGE_ARCH_qte-font-smallsmooth = "all"
 FILES_qte-font-smoothmono-small = "${palmtopdir}/lib/fonts/smoothmono_90*.qpf \
   ${palmtopdir}/lib/fonts/smoothmono_100*.qpf  ${palmtopdir}/lib/fonts/smoothmono_110*.qpf \
   ${palmtopdir}/lib/fonts/smoothmono_120*.qpf"
+PACKAGE_ARCH_qte-font-smoothmono-small = "all"
 FILES_qte-font-smoothmono-large = "${palmtopdir}/lib/fonts/smoothmono_140*.qpf \
        ${palmtopdir}/lib/fonts/smoothmono_180*.qpf ${palmtopdir}/lib/fonts/smoothmono_240*.qpf"
+PACKAGE_ARCH_qte-font-smoothmono-large = "all"
 FILES_qte-font-smoothsans-small = "${palmtopdir}/lib/fonts/smoothsans_90*.qpf \
        ${palmtopdir}/lib/fonts/smoothsans_100*.qpf ${palmtopdir}/lib/fonts/smoothsans_110*.qpf \
   ${palmtopdir}/lib/fonts/smoothsans_120*.qpf"
+PACKAGE_ARCH_qte-font-smoothsans-small = "all"
 FILES_qte-font-smoothsans-large = "${palmtopdir}/lib/fonts/smoothsans_140*.qpf \
         ${palmtopdir}/lib/fonts/smoothsans_180*.qpf ${palmtopdir}/lib/fonts/smoothsans_240*.qpf"
+PACKAGE_ARCH_qte-font-smoothsans-large = "all"
 FILES_qte-font-smoothserif-small = "${palmtopdir}/lib/fonts/smoothserif_90*.qpf \
        ${palmtopdir}/lib/fonts/smoothserif_100*.qpf ${palmtopdir}/lib/fonts/smoothserif_110*.qpf \
        ${palmtopdir}/lib/fonts/smoothserif_120*.qpf"
+PACKAGE_ARCH_qte-font-smoothserif-small = "all"
 FILES_qte-font-smoothserif-large = "${palmtopdir}/lib/fonts/smoothserif_140*.qpf \
        ${palmtopdir}/lib/fonts/smoothserif_180*.qpf ${palmtopdir}/lib/fonts/smoothserif_240*.qpf"
+PACKAGE_ARCH_qte-font-smoothserif-large = "all"
 FILES_qte-font-unicode = "${palmtopdir}/lib/fonts/unifont*.qpf"
+PACKAGE_ARCH_qte-font-unicode = "all"
 FILES_qte-font-lcd = "${palmtopdir}/lib/fonts/lcd*"
+PACKAGE_ARCH_qte-font-lcd = "all"
 FILES_qte-font-japanese = "${palmtopdir}/lib/fonts/japanese*"
+PACKAGE_ARCH_qte-font-japanese = "all"
 FILES_qte-font-micro = "${palmtopdir}/lib/fonts/micro*.qpf"
+PACKAGE_ARCH_qte-font-micro = "all"
 FILES_qte-font-courier = "${palmtopdir}/lib/fonts/cour*"
+PACKAGE_ARCH_qte-font-courier = "all"