diff options
-rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb index bb4d72ccfd..8a77b5bec4 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | |||
@@ -4,7 +4,7 @@ SUMMARY = "WvStreams is a network programming library in C++" | |||
4 | LICENSE = "LGPLv2" | 4 | LICENSE = "LGPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" |
6 | 6 | ||
7 | DEPENDS = "zlib openssl (>= 0.9.8)" | 7 | DEPENDS = "zlib openssl (>= 0.9.8) dbus readline" |
8 | 8 | ||
9 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ | 9 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ |
10 | file://04_signed_request.diff \ | 10 | file://04_signed_request.diff \ |
@@ -16,7 +16,7 @@ SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ | |||
16 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" | 16 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" |
17 | SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633" | 17 | SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools-brokensep pkgconfig |
20 | 20 | ||
21 | PARALLEL_MAKE = "" | 21 | PARALLEL_MAKE = "" |
22 | 22 | ||