]> code.ossystems Code Review - openembedded-core.git/commitdiff
uicmoc4-native: set library path to grab zlib-native
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 14 Feb 2008 09:46:12 +0000 (09:46 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 14 Feb 2008 09:46:12 +0000 (09:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3798 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/uicmoc/uicmoc4-native.inc

index 8f0c715a89f35860f97bf482b35d28b18494b48f..8c4787866e1fdf150461ec13bd4811ebf7ee23d7 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "libs"
 HOMEPAGE = "http://www.trolltech.com"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz"
 S = "${WORKDIR}/qtopia-core-opensource-src-${PV}"
@@ -22,6 +22,7 @@ EXTRA_OECONF = "-prefix ${STAGING_DIR_NATIVE}/qt4 \
                 -no-tablet    -no-xkb            \
                 -no-libpng                       \
                 -verbose -release  -fast -static \
+                -L ${STAGING_LIBDIR_NATIVE}      \
                 -qt3support "
 # yank default -e
 EXTRA_OEMAKE = " "