diff options
author | Ross Burton <ross.burton@intel.com> | 2014-09-25 23:58:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 12:12:35 +0100 |
commit | 8521d4d6b73c93ae60cca3d04673cdd02c27446c (patch) | |
tree | 591c2ac00b16bd40112b98245e99e4193cba1045 /meta/recipes-support | |
parent | de57a1ab92f975b020b9119e48c6cc8fc8393992 (diff) | |
download | openembedded-core-8521d4d6b73c93ae60cca3d04673cdd02c27446c.tar.gz openembedded-core-8521d4d6b73c93ae60cca3d04673cdd02c27446c.tar.bz2 openembedded-core-8521d4d6b73c93ae60cca3d04673cdd02c27446c.zip |
curl: add a PACKAGECONFIG for librtmp
Otherwise this is a non-deterministic build dependency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.37.1.bb | 1 |
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," PACKAGECONFIG[ssl] = "--with-ssl --with-random=/dev/urandom,--without-ssl,openssl" PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" +PACKAGECONFIG[rtmpdump] = "--with-librtmp,--without-librtmp,rtmpdump" EXTRA_OECONF = "--without-libssh2 \ --without-libidn \ |