[oe-commits] Ross Burton : curl: add a PACKAGECONFIG for librtmp

git at git.openembedded.org git at git.openembedded.org
Mon Sep 29 11:13:03 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 8521d4d6b73c93ae60cca3d04673cdd02c27446c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8521d4d6b73c93ae60cca3d04673cdd02c27446c

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Sep 25 23:58:06 2014 +0100

curl: add a PACKAGECONFIG for librtmp

Otherwise this is a non-deterministic build dependency.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-support/curl/curl_7.37.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb
index 8bcd9ba..e2852e3 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 \



More information about the Openembedded-commits mailing list