summaryrefslogtreecommitdiff
path: root/meta/packages/qmake/qmake2-cross_2.10a.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-07-02 01:45:15 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-05 13:29:46 +0100
commit6a5a351c7ded3964434aa95efdbfa87352e086e4 (patch)
treeddf11f6178c0f22293bf9c93eddcc74f301c8b77 /meta/packages/qmake/qmake2-cross_2.10a.bb
parenta60863a0a637cc7c96f775bea36cdf0e041fa5d0 (diff)
downloadopenembedded-core-6a5a351c7ded3964434aa95efdbfa87352e086e4.tar.gz
openembedded-core-6a5a351c7ded3964434aa95efdbfa87352e086e4.tar.bz2
openembedded-core-6a5a351c7ded3964434aa95efdbfa87352e086e4.tar.xz
openembedded-core-6a5a351c7ded3964434aa95efdbfa87352e086e4.zip
qmake2-cross: update the 2.10a recipe
The source tarball filename has changed. Rebased the 0001-fix-mkspecs.patch to the newer code. The versions of the qmake2 is still 2.10a Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/qmake/qmake2-cross_2.10a.bb')
-rw-r--r--meta/packages/qmake/qmake2-cross_2.10a.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/qmake/qmake2-cross_2.10a.bb b/meta/packages/qmake/qmake2-cross_2.10a.bb
index b8b73c12d..60f738b9c 100644
--- a/meta/packages/qmake/qmake2-cross_2.10a.bb
+++ b/meta/packages/qmake/qmake2-cross_2.10a.bb
@@ -3,9 +3,9 @@ PRIORITY = "optional"
HOMEPAGE = "http://www.trolltech.com"
SECTION = "devel"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
-QTVER = "qtopia-core-opensource-src-4.3.2"
+QTVER = "qt-embedded-linux-opensource-src-4.5.3"
SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTVER}.tar.gz \
file://0001-fix-mkspecs.patch;patch=1 \
@@ -20,6 +20,7 @@ inherit autotools cross
export QTDIR = "${S}"
EXTRA_OEMAKE = "-e"
+EXTRA_OECONF = "-opensource"
do_configure() {
# Install the OE build templates
@@ -41,6 +42,7 @@ do_configure() {
export OE_QMAKE_LDFLAGS="${LDFLAGS}"
export OE_QMAKE_LINK="${CCLD}"
export OE_QMAKE_AR="${AR}"
+ export OE_QMAKE_OBJCOPY="${OBJCOPY}"
export OE_QMAKE_STRIP="${STRIP}"
export OE_QMAKE_UIC="${STAGING_BINDIR_NATIVE}/uic"
export OE_QMAKE_MOC="${STAGING_BINDIR_NATIVE}/moc"