diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-20 22:51:18 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-20 22:51:18 +0000 |
commit | a0d9c5d2964c122a0ecdd508d54e2e12d3ea5462 (patch) | |
tree | b73c6a235de495df5b4558f1fd5067743fbb2301 /qte/qte_2.3.7.oe | |
parent | 9409c3d3093f8cab03181f70e0fdecfee9dc14d6 (diff) |
set machine arch for libqte2 2.3.7 and 2.3.8
BKrev: 414f5ee6R4z4AxSnhOnNuVNUfbEArQ
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 8bdd214043..71270d34e1 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -2,6 +2,7 @@ DESCRIPTION = "Qt/Embedded version ${PV}" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL/QPL" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" PR = "r16" @@ -156,6 +157,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}" FILES_${PN} = "" FILES_libqte2 = "${palmtopdir}/lib/libqte.so* /usr/sbin/update-qtfontdir" |