diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-07-22 09:50:45 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:16:18 +0200 |
| commit | 68b2dec5d43904c5e76fb54740b1ed84007335bd (patch) | |
| tree | 5f65d63c63e2579a466ccb0c324767f8132daf86 /meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | |
| parent | a8b54e300be027fefe8a774ca1861d0fb8e80d99 (diff) | |
| download | meta-openembedded-68b2dec5d43904c5e76fb54740b1ed84007335bd.tar.gz | |
wvstreams: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 9 |
1 files changed, 8 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 607a6178f6..0ac175251a 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | |||
| @@ -5,6 +5,7 @@ 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) dbus readline" | 7 | DEPENDS = "zlib openssl (>= 0.9.8) dbus readline" |
| 8 | DEPENDS_append_libc-musl = " argp-standalone libexecinfo" | ||
| 8 | 9 | ||
| 9 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ | 10 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ |
| 10 | file://04_signed_request.diff \ | 11 | file://04_signed_request.diff \ |
| @@ -12,7 +13,13 @@ SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ | |||
| 12 | file://06_gcc-4.7.diff \ | 13 | file://06_gcc-4.7.diff \ |
| 13 | file://07_buildflags.diff \ | 14 | file://07_buildflags.diff \ |
| 14 | file://gcc-6.patch \ | 15 | file://gcc-6.patch \ |
| 15 | " | 16 | file://argp.patch \ |
| 17 | file://0001-Check-for-limits.h-during-configure.patch \ | ||
| 18 | file://0002-wvtask-Dont-use-ucontext-on-non-glibc-systems.patch \ | ||
| 19 | file://0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch \ | ||
| 20 | file://0004-wvcrash-Replace-use-of-basename-API.patch \ | ||
| 21 | file://0005-check-for-libexecinfo-during-configure.patch \ | ||
| 22 | " | ||
| 16 | 23 | ||
| 17 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" | 24 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" |
| 18 | SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633" | 25 | SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633" |
