From: Holger Freyther Date: Wed, 26 Dec 2007 19:11:31 +0000 (+0000) Subject: classes/qtopia4core.bbclass: The current name of the include and libdir is qtopia X-Git-Tag: Release-2010-05/1~8077^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c52a3af0a9af10e754198c6ec609ffef775148;p=openembedded.git classes/qtopia4core.bbclass: The current name of the include and libdir is qtopia Change the include and library path to end with qtopia as this is where qtopia-core is going to stage the headers in. The full blown Qtopia platform will use the same directory. --- diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass index 181973d72d..a8364d86ff 100644 --- a/classes/qtopia4core.bbclass +++ b/classes/qtopia4core.bbclass @@ -4,8 +4,8 @@ inherit qmake2 # # override variables set by qmake-base to compile QtopiaCore apps # -export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopiacore" -export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopiacore" +export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopia" +export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopia" export OE_QMAKE_LIBS_QT = "qt" export OE_QMAKE_LIBS_X11 = "" export OE_QMAKE_EXTRA_MODULES = "network"