diff options
author | Qian Lei <qianl.fnst@cn.fujitsu.com> | 2015-01-22 14:01:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:48 +0000 |
commit | 0383bb86589964e19cb391512d6196fb2cdac114 (patch) | |
tree | c5f2c5cade7f9f959b6d92f865605079e210415a /meta/recipes-extended/lighttpd | |
parent | c453597d44a1a2301f4be7bf7a0853ea12eb448c (diff) | |
download | poky-0383bb86589964e19cb391512d6196fb2cdac114.tar.gz |
lighttpd: Use PACKAGECONFIG to enable openssl
Enabled openssl defalutly to use https, just like ubuntu do.
(From OE-Core rev: 549c9cb6a7b0e989ffcefed8219eedaa6f13c6c8)
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb index 20d5c1caa0..0cf5aa2df2 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | |||
@@ -29,6 +29,9 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t | |||
29 | SRC_URI[md5sum] = "f7a88130ee9984b421ad8aa80629750a" | 29 | SRC_URI[md5sum] = "f7a88130ee9984b421ad8aa80629750a" |
30 | SRC_URI[sha256sum] = "4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7" | 30 | SRC_URI[sha256sum] = "4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7" |
31 | 31 | ||
32 | PACKAGECONFIG ??= "openssl" | ||
33 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | ||
34 | |||
32 | EXTRA_OECONF = " \ | 35 | EXTRA_OECONF = " \ |
33 | --without-bzip2 \ | 36 | --without-bzip2 \ |
34 | --without-ldap \ | 37 | --without-ldap \ |
@@ -37,7 +40,6 @@ EXTRA_OECONF = " \ | |||
37 | --with-pcre \ | 40 | --with-pcre \ |
38 | --without-webdav-props \ | 41 | --without-webdav-props \ |
39 | --without-webdav-locks \ | 42 | --without-webdav-locks \ |
40 | --without-openssl \ | ||
41 | --disable-static \ | 43 | --disable-static \ |
42 | " | 44 | " |
43 | 45 | ||