From: Ross Burton Date: Thu, 25 Sep 2014 22:58:06 +0000 (+0100) Subject: curl: add a PACKAGECONFIG for librtmp X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8521d4d6b73c93ae60cca3d04673cdd02c27446c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git curl: add a PACKAGECONFIG for librtmp Otherwise this is a non-deterministic build dependency. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb index 8bcd9bae7c8..e2852e39a59 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 \