[OE-core] [PATCH] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu Aug 10 09:41:26 UTC 2017


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



More information about the Openembedded-core mailing list