wvdial_1.60.bb: Use g++ for compilation.
authorKhem Raj <raj.khem@gmail.com>
Tue, 6 Oct 2009 23:38:20 +0000 (16:38 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 6 Oct 2009 23:38:20 +0000 (16:38 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/wvdial/wvdial_1.60.bb

index 29532b2..03de436 100644 (file)
@@ -1,7 +1,7 @@
 HOMEPAGE = "http://www.alumnit.ca/wiki/?WvDial"
 DESCRIPTION = "WvDial is a program that makes it easy to connect your Linux workstation to the Internet."
 
-PR = "r1"
+PR = "r2"
 
 LICENSE = "LGPL"
 SRC_URI = "http://www.alumnit.ca/download/wvdial-1.60.tar.gz"
@@ -10,7 +10,7 @@ DEPENDS = "wvstreams"
 RDEPENDS = "ppp"
 
 EXTRA_OEMAKE = ""
-export WVLINK="${LD}"
+export CC="${CXX}"
 
 do_install() {
     oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install