On Friday 26 September 2014 08:55:03 Koen Kooi wrote: > Op 26 sep. 2014, om 01:13 heeft Ross Burton <[email protected]> het > volgende geschreven: > > Otherwise this is a non-deterministic build dependency. > > > > Signed-off-by: Ross Burton <[email protected]> > > --- > > 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" > > Using librtmp has nasty legal consequences in various countries, is there a > way to express that risk? Something analogous to the commercial license > protection we have.
Maybe set LICENSE_FLAGS conditionally upon rtmpdump being in PACKAGECONFIG? Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
