diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:28:13 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:56 +0200 |
| commit | be9f03c181f7fa9b06fee97310a052504335d2c9 (patch) | |
| tree | 0a15e5161238c35d6a8be57cf03ce0d67f9db7a3 | |
| parent | dc87ad4e7f7fb1ba8ec05b0ca35089c7e5d439aa (diff) | |
| download | meta-openembedded-be9f03c181f7fa9b06fee97310a052504335d2c9.tar.gz | |
wvstreams: Add missing dbus/readline DEPENDS and use autotools-brokensep
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 | ||
