[oe-commits] Marcin Juszkiewicz : qt3e.bbclass: fix paths for staging

git version control git at git.openembedded.org
Wed Jan 20 10:31:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c4408fc35e6ce5fa3f08a5f8635471a6bb346dd3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c4408fc35e6ce5fa3f08a5f8635471a6bb346dd3

Author: Marcin Juszkiewicz <marcin at buglabs.net>
Date:   Fri Jan 15 18:14:38 2010 +0100

qt3e.bbclass: fix paths for staging

Without that patch uicmoc3-native fails to build.

---

 classes/qt3e.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/qt3e.bbclass b/classes/qt3e.bbclass
index 35958b3..d3d4a14 100644
--- a/classes/qt3e.bbclass
+++ b/classes/qt3e.bbclass
@@ -6,6 +6,6 @@ export QTEDIR="${STAGING_DIR_HOST}/qte3"
 export OE_QMAKE_UIC="${STAGING_BINDIR_NATIVE}/uic3"
 export OE_QMAKE_MOC="${STAGING_BINDIR_NATIVE}/moc3"
 export OE_QMAKE_CXXFLAGS="${CXXFLAGS} "
-export OE_QMAKE_INCDIR_QT="${QTEDIR}/include"
-export OE_QMAKE_LIBDIR_QT="${QTEDIR}/lib"
+export OE_QMAKE_INCDIR_QT="${STAGING_INCDIR}/qte3/include"
+export OE_QMAKE_LIBDIR_QT="${STAGING_LIBDIR}/qte3/lib"
 export OE_QMAKE_LIBS_QT="qte"





More information about the Openembedded-commits mailing list