diff options
-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 |