diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-06 16:38:20 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-06 16:38:20 -0700 |
commit | cd0edb695198b1728c6fda51155ae12c5da2ff70 (patch) | |
tree | 23c2e0fcfe0b99413f561b2d18420641fec4b66e /recipes/wvdial | |
parent | 84011b0d22f56008f5fd7f9c53a0e34d5861e50d (diff) |
wvdial_1.60.bb: Use g++ for compilation.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/wvdial')
-rw-r--r-- | recipes/wvdial/wvdial_1.60.bb | 4 |
1 files 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 |