From ee27ee9edbf4d28d4b895b6e16a8573de054dea1 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 20 Oct 2006 12:14:06 +0000 Subject: qte/qtopia-core: factor out qte_arch function into qte-functions.inc, use this from qtopia-core to get QT_ARCH --- packages/qte/qtopia-core_4.2.0.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'packages/qte/qtopia-core_4.2.0.bb') 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 -- cgit v1.2.3