On 08/09/2017 06:12 PM, Andre McCurdy wrote:
-# ensure OpenSSL is used for HLS AES description instead of nettle
-# (OpenSSL is a shared dependency with dtls)
-PACKAGECONFIG[hls]             = "--enable-hls 
--with-hls-crypto=openssl,--disable-hls,openssl"
+PACKAGECONFIG[hls]             = "--enable-hls 
--with-hls-crypto=nettle,--disable-hls,nettle"
+# Provide a fallback to openssl 1.0 when using nettle is not acceptable or 
desirable
+PACKAGECONFIG[hls_openssl10]   = "--enable-hls 
--with-hls-crypto=openssl,--disable-hls,openssl10"

The option which isn't enabled is going to cause "--disable-hls" to be
added to the configure command line, so this isn't going to work as
expected.

That's right. Ignore this patch; the previous version should go in. If someone wants openssl, they can add the switch manually to configure (later options supersede earlier ones in autoconf, as far as I remember).

Alex
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to