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>
This commit is contained in:
Ross Burton 2014-09-25 23:58:06 +01:00 committed by Richard Purdie
parent 49cbd6aad3
commit cf9fbf53b9
1 changed files with 1 additions and 0 deletions

View 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 \