diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 17:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 17:40:10 +0000 |
commit | 5f5a2bd538f995cfdf20d3c3243b23ad863c707d (patch) | |
tree | 1bc362ba4a81feb7294101b88467508f287cc3b0 /packages/qte | |
parent | 0b3f69daef9f8b3c7ad888a4d75c1782463b3331 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/07 18:27:23+01:00 (none)!br1
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/closed/build/unstable/openembedded
2005/01/07 18:25:57+01:00 (none)!br1
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/closed/build/unstable/openembedded
2005/01/07 18:25:33+01:00 (none)!br1
fix libperl soname
2005/01/07 18:25:06+01:00 (none)!koen
the faad2 patch line-ending saga continues
2005/01/07 18:08:48+01:00 (none)!koen
*really* fix faad2 makefile.patch (crosses fingers)
2005/01/07 18:04:17+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/01/07 18:04:05+01:00 (none)!koen
Fix faad2 patch to use dos-style line endings
2005/01/07 18:02:36+01:00 (none)!koen
added faad patch with correct line-endings
2005/01/07 17:47:38+01:00 uni-frankfurt.de!mickeyl
add openzaurus-pxa-2.6 machine support
2005/01/07 17:43:40+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into merlin.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/07 17:42:19+01:00 uni-frankfurt.de!mickeyl
add openzaurus-pxa-2.6 support to qte-2.3.9 and opie-taskbar-cvs
2005/01/07 17:36:42+01:00 uni-frankfurt.de!mickeyl
add new machine configuration 'openzaurus-pxa-2.6' as well as the necessary machine dependent files
BKrev: 41dec97aspbPf4bkaUSarhsLYAYKlw
Diffstat (limited to 'packages/qte')
-rw-r--r-- | packages/qte/qte_2.3.9-snapshot.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/qte/qte_2.3.9-snapshot.bb b/packages/qte/qte_2.3.9-snapshot.bb index c44ca05ae6..4148519cb8 100644 --- a/packages/qte/qte_2.3.9-snapshot.bb +++ b/packages/qte/qte_2.3.9-snapshot.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL QPL" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" PROVIDES = "virtual/qte virtual/libqte2" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}.tar.gz \ file://qpe.patch;patch=1 \ @@ -28,6 +28,8 @@ SRC_URI_append_husky = "file://kernel-keymap.patch;patch=1 file://kernel-keymap SRC_URI_append_tosa = "file://kernel-keymap.patch;patch=1 file://kernel-keymap-tosa.patch;patch=1 " SRC_URI_append_beagle = "file://beagle.patch;patch=1 " +SRC_URI_append_openzaurus-pxa-2.6 = "file://kernel-keymap.patch;patch=1 file://kernel-keymap-corgi.patch;patch=1" + S = "${WORKDIR}/qt-${PV}" export QTDIR = "${S}" @@ -65,6 +67,7 @@ EXTRA_DEFINES_corgi = "-DQWS_TSLIB -DQT_QWS_CUSTOM -DQT_QWS_SLC700 -DQT_QWS EXTRA_DEFINES_shepherd = "-DQWS_TSLIB -DQT_QWS_CUSTOM -DQT_QWS_SLC700 -DQT_QWS_SL5XXX" EXTRA_DEFINES_husky = "-DQWS_TSLIB -DQT_QWS_CUSTOM -DQT_QWS_SLC700 -DQT_QWS_SL5XXX" EXTRA_DEFINES_beagle = "-DQWS_TSLIB -DQT_QWS_CUSTOM -DQT_QWS_IPAQ -DQT_QWS_BEAGLE" +EXTRA_DEFINES_openzaurus-pxa-2.6= "-DQWS_TSLIB -DQT_QWS_CUSTOM -DQT_QWS_SLC700 -DQT_QWS_SL5XXX" export SYSCONF_CC = "${CC}" export SYSCONF_CXX = "${CXX}" |