]> code.ossystems Code Review - openembedded-core.git/commitdiff
curl: add a PACKAGECONFIG for librtmp
authorRoss Burton <ross.burton@intel.com>
Thu, 25 Sep 2014 22:58:06 +0000 (23:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 11:12:35 +0000 (12:12 +0100)
Otherwise this is a non-deterministic build dependency.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/curl/curl_7.37.1.bb

index 8bcd9bae7c80edd56b5e95decf476da4e3e31757..e2852e39a5994be07cce1e48d1a8e7d051ae6d30 100644 (file)
@@ -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 \