summaryrefslogtreecommitdiff
path: root/qte/qte-for-opie_2.3.7.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-17 15:18:14 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-17 15:18:14 +0000
commit3e7b0e770e1d6e119cb38c1853cdc0389ef324a9 (patch)
treeb792fcab9513aa0b4852cbb61630bb169a4b4010 /qte/qte-for-opie_2.3.7.oe
parentfe9ed6c58625640a81993a6da3b5a72f3a298600 (diff)
add update-qtfontdir. Note: This doesn't fully work yet
because we obviously can't specify pkg_postinst_<subpackage>, at least not for subpackages containing hypens. BKrev: 40a8d7b6Q7jxka6N2o2Npl1muRqqWg
Diffstat (limited to 'qte/qte-for-opie_2.3.7.oe')
-rw-r--r--qte/qte-for-opie_2.3.7.oe7
1 files changed, 1 insertions, 6 deletions
diff --git a/qte/qte-for-opie_2.3.7.oe b/qte/qte-for-opie_2.3.7.oe
index 54a51c8a65..79d418299a 100644
--- a/qte/qte-for-opie_2.3.7.oe
+++ b/qte/qte-for-opie_2.3.7.oe
@@ -4,9 +4,4 @@ FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/qte-${PV}-r0"
DESCRIPTION = "Qt/Embedded w/ Opie Patches version ${PV}"
-SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \
- file://${FILESDIR}/qpe.patch;patch=1 \
- file://${FILESDIR}/tslib.patch;patch=1 \
- file://${FILESDIR}/devfs.patch;patch=1 \
- file://${FILESDIR}/no-moc.patch;patch=1 \
- file://${FILESDIR}/opie.patch;patch=1"
+SRC_URI_append = "file://${FILESDIR}/opie.patch;patch=1"