From cd0edb695198b1728c6fda51155ae12c5da2ff70 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 6 Oct 2009 16:38:20 -0700 Subject: [PATCH] wvdial_1.60.bb: Use g++ for compilation. Signed-off-by: Khem Raj --- recipes/wvdial/wvdial_1.60.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wvdial/wvdial_1.60.bb b/recipes/wvdial/wvdial_1.60.bb index 29532b241c..03de43609e 100644 --- a/recipes/wvdial/wvdial_1.60.bb +++ b/recipes/wvdial/wvdial_1.60.bb @@ -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 -- 2.39.5