[oe-commits] [meta-openembedded] 06/06: rtmpdump: Switch to using GNU TLS instead of openssl10

git at git.openembedded.org git at git.openembedded.org
Mon Mar 25 04:07:09 UTC 2019


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

khem pushed a commit to branch thud
in repository meta-openembedded.

commit 4cd3a39f22a2712bfa8fc657d09fe2c7765a4005
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Feb 1 23:00:08 2019 -0800

    rtmpdump: Switch to using GNU TLS instead of openssl10
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    [THUD: fixes usr/include/openssl/rc4.h:74:5: error: unknown type name 'RC4_INT']
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb
index a72b0d6..5f78be4 100644
--- a/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb
+++ b/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://rtmpdump.mplayerhq.hu/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-DEPENDS = "openssl10 zlib"
+DEPENDS = "gnutls zlib"
 
 SRCREV = "fa8646daeb19dfd12c181f7d19de708d623704c0"
 SRC_URI = " \
@@ -18,5 +18,5 @@ inherit autotools-brokensep
 
 EXTRA_OEMAKE = " \
     CC='${CC}' LD='${LD} ${STAGING_LIBDIR}' XCFLAGS='${CFLAGS}' XLDFLAGS='${LDFLAGS}' \
-    SYS=posix INC=-I=/usr/include DESTDIR=${D} \
+    SYS=posix INC=-I=/usr/include DESTDIR=${D} CRYPTO=GNUTLS \
     prefix=${prefix} libdir=${libdir} incdir=${includedir}/librtmp bindir=${bindir} mandir=${mandir}"

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


More information about the Openembedded-commits mailing list