diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-09 14:16:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-13 09:27:38 +0100 |
commit | 43d52e785b42a9b38419ae2959cc5983bd017deb (patch) | |
tree | 3a2baa094fa828ab76fc18b393a6d4ff8570f7df /meta | |
parent | f20a63aee3e2669cbe98812ee4b767cc2662a555 (diff) | |
download | poky-43d52e785b42a9b38419ae2959cc5983bd017deb.tar.gz |
gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin
It has not been ported to openssl 1.1 (and there's nothing in upstream git),
but it's possible to use nettle or gcrypt intead.
Also, provide a fallback option to use openssl 1.0 when necessary.
(From OE-Core rev: 624aed5d450664b0f0a36b14d658248202f864ed)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index e964fef3f2..dc47f581af 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | |||
@@ -40,9 +40,9 @@ PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" | |||
40 | PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth" | 40 | PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth" |
41 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" | 41 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" |
42 | PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3" | 42 | PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3" |
43 | # ensure OpenSSL is used for HLS AES description instead of nettle | 43 | PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=nettle,--disable-hls,nettle" |
44 | # (OpenSSL is a shared dependency with dtls) | 44 | # Provide a fallback to openssl 1.0 when using nettle is not acceptable or desirable |
45 | PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" | 45 | PACKAGECONFIG[hls_openssl10] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl10" |
46 | PACKAGECONFIG[kms] = "--enable-kms,--disable-kms,libdrm" | 46 | PACKAGECONFIG[kms] = "--enable-kms,--disable-kms,libdrm" |
47 | PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms" | 47 | PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms" |
48 | PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" | 48 | PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" |