From c64341c1756fdd5ed23b9f3e2d0f0a4d8bb93a6a Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 25 Mar 2019 13:14:15 -0400 Subject: meta-openembedded: refresh thud: 6ef9657068..4cd3a39f22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update meta-openembedded to thud HEAD. Adrian Bunk (2): wireless-regdb: update 2018.05.31 -> 2018.10.24 Split ntpq into an own package André Draszik (2): mosquitto: fix build in systemd environments mosquitto: fully switch over to using PACKAGECONFIG_CONFARGS Khem Raj (1): rtmpdump: Switch to using GNU TLS instead of openssl10 Ovidiu Panait (1): python3-blivetgui: Fix _supported_filesystems crash Change-Id: Id488182d26039d9a5bf170503f867b515688a738 Signed-off-by: Brad Bishop --- .../meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb') diff --git a/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb b/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb index a72b0d651..5f78be4f5 100644 --- a/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.4.bb +++ b/meta-openembedded/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}" -- cgit v1.2.3