Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 26 Dec 2004 12:40:09 +0000 (12:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 26 Dec 2004 12:40:09 +0000 (12:40 +0000)
into bkbits.net:/repos/n/nslu2-linux/openembedded

2004/12/26 13:08:36+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/12/26 13:08:22+01:00 uni-frankfurt.de!mickeyl
bring back qmake 1.07a until opie has catched up with 1.08a

BKrev: 41ceb129j2Bm_Nf-ZthWbF5emSSbOA

packages/qmake/files/common.pro [moved from packages/qmake/qmake-native-1.08a/common.pro with 100% similarity]
packages/qmake/files/linux-oe-qmake.conf [moved from packages/qmake/qmake-native-1.08a/linux-oe-qmake.conf with 100% similarity]
packages/qmake/files/ramses/linux-oe-qmake.conf [moved from packages/qmake/qmake-native-1.08a/ramses/linux-oe-qmake.conf with 100% similarity]
packages/qmake/qmake-native_1.07a.bb [new file with mode: 0644]
packages/qmake/qmake-native_1.08a.bb

diff --git a/packages/qmake/qmake-native_1.07a.bb b/packages/qmake/qmake-native_1.07a.bb
new file mode 100644 (file)
index 0000000..e69de29
index a310301..22530d1 100644 (file)
@@ -4,15 +4,17 @@ HOMEPAGE = "http://www.trolltech.com"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 SECTION = "devel"
 LICENSE = "GPL|QPL"
-PR = "r2"
+PR = "r3"
 
-QTEVER = "4.0.0-b1"
+DEFAULT_PREFERENCE = "-1"
 
-SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-opensource-${QTEVER}.tar.bz2 \
+QTEVER = "qt-embedded-opensource-4.0.0-b1"
+
+SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTEVER}.tar.bz2 \
            file://old-moc-compatibility.patch;patch=1 \
            file://old-uic-compatibility.patch;patch=1 \
            file://linux-oe-qmake.conf"
-S = "${WORKDIR}/qt-embedded-opensource-${QTEVER}"
+S = "${WORKDIR}/${QTEVER}"
 
 inherit autotools native