diff options
-rw-r--r-- | meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb index adbf831dd4..b44c66af7e 100644 --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.59.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/" | |||
3 | LICENSE = "LGPL-2.1+" | 3 | LICENSE = "LGPL-2.1+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9331186f4f80db7da0e724bdd6554ee5" |
5 | SECTION = "net" | 5 | SECTION = "net" |
6 | DEPENDS = "libgcrypt gnutls file" | 6 | DEPENDS = "file" |
7 | 7 | ||
8 | SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz" | 8 | SRC_URI = "http://ftp.gnu.org/gnu/libmicrohttpd/${BPN}-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48" | 9 | SRC_URI[md5sum] = "8ab5123535549195aff19e91b4e49f48" |
@@ -15,12 +15,13 @@ CFLAGS += "-pthread -D_REENTRANT" | |||
15 | 15 | ||
16 | EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../" | 16 | EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../" |
17 | 17 | ||
18 | PACKAGECONFIG ?= "curl" | 18 | PACKAGECONFIG ?= "curl https" |
19 | PACKAGECONFIG_append_class-target = "\ | 19 | PACKAGECONFIG_append_class-target = "\ |
20 | ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \ | 20 | ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \ |
21 | " | 21 | " |
22 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | 22 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," |
23 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," | 23 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," |
24 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," | ||
24 | 25 | ||
25 | do_compile_append() { | 26 | do_compile_append() { |
26 | sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc | 27 | sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc |