summaryrefslogtreecommitdiff
path: root/packages/qte/qtopia-core_4.2.0.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-20 12:14:06 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-20 12:14:06 +0000
commitee27ee9edbf4d28d4b895b6e16a8573de054dea1 (patch)
tree19b0626591c45258c019dc770ac19146275dd92e /packages/qte/qtopia-core_4.2.0.bb
parent44099bcf4d3890beea9fcafa498fbeeea9bad7f7 (diff)
qte/qtopia-core: factor out qte_arch function into qte-functions.inc, use this from qtopia-core to get QT_ARCH
Diffstat (limited to 'packages/qte/qtopia-core_4.2.0.bb')
-rw-r--r--packages/qte/qtopia-core_4.2.0.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/qte/qtopia-core_4.2.0.bb b/packages/qte/qtopia-core_4.2.0.bb
index 2f937c5d84..ecb5978fed 100644
--- a/packages/qte/qtopia-core_4.2.0.bb
+++ b/packages/qte/qtopia-core_4.2.0.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
PRIORITY = "optional"
HOMEPAGE = "http://www.trolltech.com"
DEPENDS = "glib-2.0 dbus-glib tslib"
-PR = "r0"
+PR = "r1"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz \
file://linux-oe-qmake.conf"
@@ -55,11 +55,10 @@ export OE_QMAKE_LIBDIR_QT="${QTDIR}/lib"
export OE_QMAKE_INCDIR_QTOPIA="${QTOPIADIR}/include"
export OE_QMAKE_LIBDIR_QTOPIA="${QTOPIADIR}/lib"
+require qte-functions.inc
+QT_ARCH := "${@qte_arch(d)}"
-# FIXME
-# We should have architecture detection here and translate it to the correct
-# Qtopia -embedded switch
-QT_ARCH = "arm"
+# FIXME use info.bbclass once it has been commited
QT_ENDIAN = "-little-endian"
# We don't build the examples and demos atm. They're quite big and not used
@@ -70,7 +69,6 @@ QT_CONFIG_FLAGS = "-release \
-nomake demos -nomake examples -nomake tools \
-qt-mouse-tslib"
-
# We might want to package all the libraries separately, so you can really
# fine-tune what to install. This is e.g. done in qt4-x11-free_4.1.2.bb.
# What should these packages be called? I'm tempted to call them the same