summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-13 17:11:59 +0000
committerChris Larson <clarson@kergoth.com>2004-01-13 17:11:59 +0000
commitfc22411e12ff4762ec5997d543c5637398580437 (patch)
treeb8da0c83755e22d8b006806ffd833aaec55c4bc0
parentb128379e402a80568a97a59f4a5c62d988775e01 (diff)
Correct uicmoc dependency in qte builds.
BKrev: 400426dfOGxOe1ghpmnZ-D8Z4PoDuA
-rw-r--r--qte/qte_2.3.6.oe2
-rw-r--r--qte/qte_2.3.7.oe2
-rw-r--r--qte/qte_2.3.8-snap.oe2
3 files changed, 3 insertions, 3 deletions
diff --git a/qte/qte_2.3.6.oe b/qte/qte_2.3.6.oe
index c00fda666e..5db3f4f0a6 100644
--- a/qte/qte_2.3.6.oe
+++ b/qte/qte_2.3.6.oe
@@ -5,7 +5,7 @@ SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \
file://${FILESDIR}/tslib.patch;patch=1 \
file://${FILESDIR}/devfs.patch;patch=1 \
file://${FILESDIR}/no-moc.patch;patch=1 "
-DEPENDS=virtual/libc base/zlib base/libpng base/jpeg base/uicmoc
+DEPENDS=virtual/libc base/zlib base/libpng base/jpeg uicmoc-native
RDEPENDS=libc6 libjpeg62 libpng3 zlib1g
PROVIDES=virtual/qte virtual/libqte2
S="${WORKDIR}/qt-${PV}"
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe
index c00fda666e..5db3f4f0a6 100644
--- a/qte/qte_2.3.7.oe
+++ b/qte/qte_2.3.7.oe
@@ -5,7 +5,7 @@ SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \
file://${FILESDIR}/tslib.patch;patch=1 \
file://${FILESDIR}/devfs.patch;patch=1 \
file://${FILESDIR}/no-moc.patch;patch=1 "
-DEPENDS=virtual/libc base/zlib base/libpng base/jpeg base/uicmoc
+DEPENDS=virtual/libc base/zlib base/libpng base/jpeg uicmoc-native
RDEPENDS=libc6 libjpeg62 libpng3 zlib1g
PROVIDES=virtual/qte virtual/libqte2
S="${WORKDIR}/qt-${PV}"
diff --git a/qte/qte_2.3.8-snap.oe b/qte/qte_2.3.8-snap.oe
index 5b09148f7f..83d36b40de 100644
--- a/qte/qte_2.3.8-snap.oe
+++ b/qte/qte_2.3.8-snap.oe
@@ -6,7 +6,7 @@ SRC_URI="ftp://ftp.trolltech.com/pub/qt/snapshots/qt-embedded-${PV}shot-${SNAPDA
file://${FILESDIR}/tslib.patch;patch=1 \
file://${FILESDIR}/devfs.patch;patch=1 \
file://${FILESDIR}/no-moc.patch;patch=1"
-DEPENDS=virtual/libc base/zlib base/libpng base/jpeg base/uicmoc
+DEPENDS=virtual/libc base/zlib base/libpng base/jpeg uicmoc-native
RDEPENDS=libc6 libjpeg62 libpng3 zlib1g
PROVIDES=virtual/qte virtual/libqte2
S="${WORKDIR}/qt-${PV}shot-${SNAPDATE}"