From: Chris Larson Date: Thu, 2 Dec 2004 06:46:46 +0000 (+0000) Subject: Fix xqt to depend on virtual/libqte2, not qte. Depending on qte resulted in X-Git-Tag: Release-2010-05/1~15829 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f07efa59db66c9564bec24f81a5e66d7b927621;p=openembedded.git Fix xqt to depend on virtual/libqte2, not qte. Depending on qte resulted in two different qtes being built in the same tree during a world build, which breaks things rather badly. BKrev: 41aeba562jVJ2CPxUochaMat0khOKw --- diff --git a/xqt/xqt_0.0.9.oe b/xqt/xqt_0.0.9.oe index fda26a44d3..61545714c9 100644 --- a/xqt/xqt_0.0.9.oe +++ b/xqt/xqt_0.0.9.oe @@ -3,7 +3,7 @@ SECTION = "x11/base" CVSDATE = "20041111" -DEPENDS = "freetype libxi xmu flex-2.5.4-native qte libqpe-opie" +DEPENDS = "freetype libxi xmu flex-2.5.4-native virtual/libqte2 libqpe-opie" SRC_URI = "cvs://anonymous@cvs.sourceforge.jp/cvsroot/xqt;module=xc;method=pserver \ file://imake-staging.patch;patch=1 \ @@ -87,4 +87,4 @@ do_stage() { } -FILES_${PN} = " ${palmtopdir}/apps/Applications/Xqt.desktop ${palmtopdir}/pics/Xqt/Xqt.png ${bindir}/Xqt " \ No newline at end of file +FILES_${PN} = " ${palmtopdir}/apps/Applications/Xqt.desktop ${palmtopdir}/pics/Xqt/Xqt.png ${bindir}/Xqt "