diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-03 21:21:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-03 21:21:40 +0000 |
commit | 2a08b60aff9d9bc2f84ac0e6249f29b31f9b0bd7 (patch) | |
tree | 71623c38fe9adcacc8113e396d4173cee156bd0a /qte | |
parent | 83794ba00760024b581fca215962aa577d23b8d2 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/12/03 15:21:29-06:00 ti.com!kergoth
Update the PACKAGE_ARCH bits to suck a bit less.
BKrev: 41b0d8e4rsL0NS7oeNg9h5Mf9Y9g4A
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte_2.3.7.oe | 2 | ||||
-rw-r--r-- | qte/qte_2.3.8-snapshot.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index c6ae045558..104c4b34b9 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -164,7 +164,7 @@ ${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_libqte2 := "${MACHINE_ARCH}" FILES_${PN} = "" FILES_libqte2 = "${palmtopdir}/lib/libqte.so* /usr/sbin/update-qtfontdir" diff --git a/qte/qte_2.3.8-snapshot.oe b/qte/qte_2.3.8-snapshot.oe index 4ddfa97853..137b504465 100644 --- a/qte/qte_2.3.8-snapshot.oe +++ b/qte/qte_2.3.8-snapshot.oe @@ -166,7 +166,7 @@ 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_libqte2 := "${MACHINE_ARCH}" FILES_${PN} = "" FILES_libqte2 = "${palmtopdir}/lib/libqte.so* /usr/sbin/update-qtfontdir" |