[oe-commits] org.oe.dev classes/qtopia4core.bbclass: The current name of the include and libdir is qtopia

freyther commit openembedded-commits at lists.openembedded.org
Thu Dec 27 03:33:30 UTC 2007


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.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: fbd86972fdbb72808c12ac67d8903695443fb97d
ViewMTN: http://monotone.openembedded.org/revision/info/fbd86972fdbb72808c12ac67d8903695443fb97d
Files:
1
classes/qtopia4core.bbclass
Diffs:

#
# mt diff -r2039d1e2ddb6b9f6c2c5a46d6412b2813d5a0df6 -rfbd86972fdbb72808c12ac67d8903695443fb97d
#
# 
# 
# patch "classes/qtopia4core.bbclass"
#  from [7dbc3f0dec99238640767e983264960e4a286e1b]
#    to [5f82061b34d43b07d4b472e008ae6c9b41f31ffc]
# 
============================================================
--- classes/qtopia4core.bbclass	7dbc3f0dec99238640767e983264960e4a286e1b
+++ classes/qtopia4core.bbclass	5f82061b34d43b07d4b472e008ae6c9b41f31ffc
@@ -1,11 +1,11 @@ inherit qmake2
 DEPENDS_prepend = "${@["qtopia-core ", ""][(bb.data.getVar('PN', d, 1) == 'qtopia-core')]}"
 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"






More information about the Openembedded-commits mailing list