summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/wvdial
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 22:25:00 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-16 07:47:41 -0700
commit0b7f1c6ac06de46ea174746124a330965f6c3a5f (patch)
tree6bc574e44729ac1b9fe875ead2295d4b2685bb01 /meta-oe/recipes-connectivity/wvdial
parent972249b6e4e0423ba21b6ddd1a002b479d91c39a (diff)
downloadmeta-openembedded-0b7f1c6ac06de46ea174746124a330965f6c3a5f.tar.gz
wvstreams: Add missing dependency on boost
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/wvdial')
-rw-r--r--meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb2
1 files changed, 1 insertions, 1 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 d73c64661f..3453f3e964 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++"
4LICENSE = "LGPL-2.0-only" 4LICENSE = "LGPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605"
6 6
7DEPENDS = "zlib openssl (>= 0.9.8) dbus readline" 7DEPENDS = "zlib openssl (>= 0.9.8) dbus readline boost"
8DEPENDS:append:libc-musl = " argp-standalone libexecinfo" 8DEPENDS:append:libc-musl = " argp-standalone libexecinfo"
9 9
10SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BP}.tar.gz \ 10SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BP}.tar.gz \