X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-connectivity%2Fwvdial%2Fwvdial_1.60.bb;h=86e82c11c37c2b8cb6618803e5a5631952995243;hp=9e23e2a1f08a8803e20f89e8f696ca17dde59cf5;hb=8205d55cd1f4f813c303e01e8bf54b5aa45ce915;hpb=462d73d2987416bb23b756e4379a1c830e925604 diff --git a/meta-openvuplus/recipes-connectivity/wvdial/wvdial_1.60.bb b/meta-openvuplus/recipes-connectivity/wvdial/wvdial_1.60.bb index 9e23e2a..86e82c1 100644 --- a/meta-openvuplus/recipes-connectivity/wvdial/wvdial_1.60.bb +++ b/meta-openvuplus/recipes-connectivity/wvdial/wvdial_1.60.bb @@ -1,20 +1,21 @@ 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 = "r3" +PR = "r4" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" SRC_URI = "\ http://www.alumnit.ca/download/wvdial-1.60.tar.gz \ - file://wvdial-vuplus_001.patch;patch=1 \ + file://wvdial-vuplus_001.patch \ + file://wvdial_fileselect.patch \ " DEPENDS = "wvstreams ppp" -RDEPENDS = "ppp wvstreams" +RDEPENDS_${PN} = "ppp wvstreams" -inherit autotools pkgconfig +inherit autotools-brokensep pkgconfig CFLAGS += " -Wno-write-strings " LDFLAGS = " -L ${CROSS_DIR}/${TARGET_SYS}/usr/lib -luniconf -lwvstreams -lwvbase -lwvutils "