diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-08 11:02:23 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-08 11:02:23 +0000 |
commit | 1016c9f974cb6cff0bb82291f3938ded9dcaaf42 (patch) | |
tree | ba736ff757051b7d6e275e2c746651ff480748e7 /qte | |
parent | 922acc09ac4c74272b0291a22fb1e466c1689270 (diff) |
Updates per the core rename.
BKrev: 41b6df3f1WM7snr9msmSOLS9PzF8Sg
Diffstat (limited to 'qte')
-rw-r--r-- | qte/qte-for-opie_2.3.7.bb | 10 | ||||
-rw-r--r-- | qte/qte-for-opie_2.3.8.bb | 23 | ||||
-rw-r--r-- | qte/qte-for-qtopia_2.3.7.bb | 13 | ||||
-rw-r--r-- | qte/qte-for-qtopia_2.3.8.bb | 13 | ||||
-rw-r--r-- | qte/qte-for-qvfb_2.3.7.bb | 13 |
5 files changed, 72 insertions, 0 deletions
diff --git a/qte/qte-for-opie_2.3.7.bb b/qte/qte-for-opie_2.3.7.bb index e69de29bb2..396f9e3dfd 100644 --- a/qte/qte-for-opie_2.3.7.bb +++ b/qte/qte-for-opie_2.3.7.bb @@ -0,0 +1,10 @@ +SECTION = "opie/base" +include qte_${PV}.bb + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-${PV}" + +DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}" + +SRC_URI_append = "file://opie.patch;patch=1 \ + file://lefthand.patch;patch=1 \ + file://qiconview-speed.patch;patch=1 " diff --git a/qte/qte-for-opie_2.3.8.bb b/qte/qte-for-opie_2.3.8.bb index e69de29bb2..b344336853 100644 --- a/qte/qte-for-opie_2.3.8.bb +++ b/qte/qte-for-opie_2.3.8.bb @@ -0,0 +1,23 @@ +SECTION = "opie/base" +include qte_${PV}-snapshot.bb +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-2.3.8-snapshot" + +DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}" + +SRC_URI_append = " file://opie.patch;patch=1 \ + file://qte238-iconviewspeed.patch;patch=1 \ + file://c700-hardware.patch;patch=1 \ + file://tslib.patch;patch=1 \ + file://qpe.patch;patch=1 \ + file://vt-switch.patch;patch=1 \ + file://daemonize.patch;patch=1 \ + file://no-moc.patch;patch=1 \ + file://encoding.patch;patch=1 \ + file://fix-qgfxraster.patch;patch=1 \ + file://update-qtfontdir \ + file://sharp_char.h \ + file://switches.h " + + + +# file://lefthand.patch;patch=1 \ diff --git a/qte/qte-for-qtopia_2.3.7.bb b/qte/qte-for-qtopia_2.3.7.bb index e69de29bb2..c497d86f3a 100644 --- a/qte/qte-for-qtopia_2.3.7.bb +++ b/qte/qte-for-qtopia_2.3.7.bb @@ -0,0 +1,13 @@ +SECTION = "opie/base" +include qte_${PV}.bb + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-${PV}-r0" + +DESCRIPTION = "Qt/Embedded w/ Qtopia Patches version ${PV}" + +SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ + file://qtopia.patch;patch=1 \ + file://tslib.patch;patch=1 \ + file://devfs.patch;patch=1 \ + file://no-moc.patch;patch=1" + diff --git a/qte/qte-for-qtopia_2.3.8.bb b/qte/qte-for-qtopia_2.3.8.bb index e69de29bb2..d2d50f2bcb 100644 --- a/qte/qte-for-qtopia_2.3.8.bb +++ b/qte/qte-for-qtopia_2.3.8.bb @@ -0,0 +1,13 @@ +SECTION = "opie/base" +include qte_${PV}-snapshot.bb + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-2.3.8-snapshot" + +DESCRIPTION = "Qt/Embedded for Qtopia version ${PV}" + +SRC_URI_append = " file://qtopia.patch;patch=1 \ + file://qconfig-qpe.h \ + file://sharp_char.h \ + file://switches.h " + +# file://devfs.patch;patch=1 \ diff --git a/qte/qte-for-qvfb_2.3.7.bb b/qte/qte-for-qvfb_2.3.7.bb index e69de29bb2..ab8dc7740c 100644 --- a/qte/qte-for-qvfb_2.3.7.bb +++ b/qte/qte-for-qvfb_2.3.7.bb @@ -0,0 +1,13 @@ +SECTION = "opie/base" +include qte_${PV}.bb + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-${PV}" + +DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}" + +SRC_URI_append = "file://opie.patch;patch=1 \ + file://lefthand.patch;patch=1 \ + file://qiconview-speed.patch;patch=1 " + +EXTRA_OECONF = "-system-jpeg -system-libpng -system-zlib -qvfb -no-xft -no-vnc -gif \ + -xplatform ${TARGET_OS}-${QTE_ARCH}-g++ ${EXTRA_OECONF_CONFIG}" |