zuc needs STL, so link with g++
authorMichael Lauer <mickey@vanille-media.de>
Fri, 1 Apr 2005 14:14:01 +0000 (14:14 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 1 Apr 2005 14:14:01 +0000 (14:14 +0000)
BKrev: 424d57295PcOE7H6byCOIoSpI-_UBA

packages/zuc/zuc_1.1.2ern.bb

index 673dc82..f80a19e 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "GPL"
 APPTYPE = "binary"
 APPNAME = "zuc"
 APPDESKTOP = "${S}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://www.linux-solutions.at/projects/zaurus/source/zuc_V${PV}.tar.gz \
            http://nick.kreucher.net/zuc/zuc_units"
@@ -14,6 +14,8 @@ S = "${WORKDIR}/zuc_V${PV}"
 
 inherit opie
 
+export OE_QMAKE_LINK="${CXX}"
+
 do_configure_append() {
        echo "#define VERSION \""${PV}"\"" > version.h
        echo "#define BUILDTIME \""`date +%Y%m%d%H%M`"\"" >> version.h
@@ -23,5 +25,5 @@ do_install() {
        install -d ${D}${palmtopdir}/pics/
         install -m 0644 *.png ${D}${palmtopdir}/pics/
        install -d ${D}${palmtopdir}/etc/
-       install -m 0644 ${WORKDIR}/nick.kreucher.net/zuc_units ${D}${palmtopdir}/etc/
+       install -m 0644 ${WORKDIR}/zuc_units ${D}${palmtopdir}/etc/
 }