Merge remote-tracking branch 'OE-2.1/master' into vuplus-3.0
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / wvdial / wvdial_1.60.bb
index 9e23e2a..86e82c1 100644 (file)
@@ -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 "