[oe-commits] [openembedded-core] 07/12: gstreamer1.0-plugins-bad: do not provide a fallback to openssl 1.0

git at git.openembedded.org git at git.openembedded.org
Wed Aug 16 08:19:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d2562cfe4517d85328e961f968db2c7cd3c6c6f2
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Aug 14 16:19:21 2017 +0300

    gstreamer1.0-plugins-bad: do not provide a fallback to openssl 1.0
    
    This does not work as intended: enabling either of the alternatives
    causes the other alternative to append a --disable-hls flag to
    configure. Anyone needing openssl 1.0 should set it up manually
    via EXTRA_OECONF_append or similar.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 7bcd6db..2e466fe 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -41,8 +41,6 @@ PACKAGECONFIG[fluidsynth]      = "--enable-fluidsynth,--disable-fluidsynth,fluid
 PACKAGECONFIG[gles2]           = "--enable-gles2,--disable-gles2,virtual/libgles2"
 PACKAGECONFIG[gtk]             = "--enable-gtk3,--disable-gtk3,gtk+3"
 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"
 PACKAGECONFIG[kms]             = "--enable-kms,--disable-kms,libdrm"
 PACKAGECONFIG[libmms]          = "--enable-libmms,--disable-libmms,libmms"
 PACKAGECONFIG[libssh2]         = "--enable-libssh2,--disable-libssh2,libssh2"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list