[oe-commits] Khem Raj : wvdial_1.60.bb: Use g++ for compilation.

git version control git at git.openembedded.org
Tue Oct 6 23:40:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cd0edb695198b1728c6fda51155ae12c5da2ff70
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cd0edb695198b1728c6fda51155ae12c5da2ff70

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Oct  6 16:38:20 2009 -0700

wvdial_1.60.bb: Use g++ for compilation.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 29532b2..03de436 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





More information about the Openembedded-commits mailing list