[oe-commits] : midpath: depend on qte-mt instead of the non-existant qt-mt

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 20 00:30:39 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 765d091baba8f1fd4764dce3a2409502b2b5daca
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=765d091baba8f1fd4764dce3a2409502b2b5daca

Author:  <Laibsch at openembedded.org>
Date:   Wed Aug 20 00:23:33 2008 +0000

midpath: depend on qte-mt instead of the non-existant qt-mt

---

 .../midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb   |    2 +-
 .../midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb   |    2 +-
 packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb
index 3f1c0e5..1d79379 100644
--- a/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb
+++ b/packages/midpath/midpath-backend-qt3x11_0.2+0.3rc1.bb
@@ -6,7 +6,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz"
 
 S = "${WORKDIR}/midpath-0.3rc1"
 
-DEPENDS = "classpath qt-mt"
+DEPENDS = "classpath qte-mt"
 RCONFLICTS = "midpath-backend-qte"
 
 inherit qt3x11
diff --git a/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb
index ba12796..f26ea4e 100644
--- a/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb
+++ b/packages/midpath/midpath-backend-qt4x11_0.2+0.3rc1.bb
@@ -6,7 +6,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz"
 
 S = "${WORKDIR}/midpath-0.3rc1"
 
-DEPENDS = "classpath qt-mt"
+DEPENDS = "classpath qte-mt"
 
 inherit qt4x11
 
diff --git a/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb b/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb
index c812b34..6d7cb9d 100644
--- a/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb
+++ b/packages/midpath/midpath-backend-qte_0.2+0.3rc1.bb
@@ -6,7 +6,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc1.tar.gz"
 
 S = "${WORKDIR}/midpath-0.3rc1"
 
-DEPENDS = "classpath qt-mt"
+DEPENDS = "classpath qte-mt"
 RCONFLICTS = "midpath-backend-qt3"
 
 inherit qt3e





More information about the Openembedded-commits mailing list