* [PATCH] qt3e.bbclass: fix paths for staging
@ 2010-01-15 19:01 Marcin Juszkiewicz
2010-01-16 0:08 ` Rolf Leggewie
0 siblings, 1 reply; 2+ messages in thread
From: Marcin Juszkiewicz @ 2010-01-15 19:01 UTC (permalink / raw)
To: openembedded-devel
From: Marcin Juszkiewicz <marcin@buglabs.net>
Without that patch uicmoc3-native fails to build.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
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"
--
1.6.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] qt3e.bbclass: fix paths for staging
2010-01-15 19:01 [PATCH] qt3e.bbclass: fix paths for staging Marcin Juszkiewicz
@ 2010-01-16 0:08 ` Rolf Leggewie
0 siblings, 0 replies; 2+ messages in thread
From: Rolf Leggewie @ 2010-01-16 0:08 UTC (permalink / raw)
To: openembedded-devel
Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
>
> Without that patch uicmoc3-native fails to build.
>
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
verified problem and fix
Acked-by: Rolf Leggewie <foss@rolf.leggewie.biz>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-16 0:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15 19:01 [PATCH] qt3e.bbclass: fix paths for staging Marcin Juszkiewicz
2010-01-16 0:08 ` Rolf Leggewie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.