aboutsummaryrefslogtreecommitdiffstats
path: root/classes/qtopia4core.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-03-10 08:21:54 +0000
committerHolger Freyther <zecke@selfish.org>2008-03-10 08:21:54 +0000
commit73aecdc2451b2fc990204192bee1626f1149a4ee (patch)
tree83cb6c707d05a60cbb074c88f2dbf28fde11c89e /classes/qtopia4core.bbclass
parentfbcc2a285efb50ec78d8257b6c22ee73174b4066 (diff)
downloadopenembedded-73aecdc2451b2fc990204192bee1626f1149a4ee.tar.gz
Qt: The suffix for the staging libdir was omitted, remove it from the libs
Diffstat (limited to 'classes/qtopia4core.bbclass')
-rw-r--r--classes/qtopia4core.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass
index fd8939a23f..c6a05488ef 100644
--- a/classes/qtopia4core.bbclass
+++ b/classes/qtopia4core.bbclass
@@ -5,7 +5,7 @@ inherit qmake2
# override variables set by qmake-base to compile QtopiaCore apps
#
export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopia"
-export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopia"
+export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}"
export OE_QMAKE_LIBS_QT = "qt"
export OE_QMAKE_LIBS_X11 = ""
export OE_QMAKE_EXTRA_MODULES = "network"