summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-09-25 23:58:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-29 12:12:45 +0100
commitcf9fbf53b933d627bab71cc3f3dbb50a6bca3ec1 (patch)
treeb42a03e927571c140d7658a13c687f87ba33a0bd /meta/recipes-support/curl
parent49cbd6aad395810a00c31baccbd11d27052cac3e (diff)
downloadpoky-cf9fbf53b933d627bab71cc3f3dbb50a6bca3ec1.tar.gz
curl: add a PACKAGECONFIG for librtmp
Otherwise this is a non-deterministic build dependency. (From OE-Core rev: 8521d4d6b73c93ae60cca3d04673cdd02c27446c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r--meta/recipes-support/curl/curl_7.37.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb
index 8bcd9bae7c..e2852e39a5 100644
--- a/meta/recipes-support/curl/curl_7.37.1.bb
+++ b/meta/recipes-support/curl/curl_7.37.1.bb
@@ -27,6 +27,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
27PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openssl" 27PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openssl"
28PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" 28PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
29PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" 29PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib"
30PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump"
30 31
31EXTRA_OECONF = "--without-libssh2 \ 32EXTRA_OECONF = "--without-libssh2 \
32 --without-libidn \ 33 --without-libidn \