summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-29 12:42:17 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-30 00:14:58 -0700
commit8c05c5b088a2842e55d79a2fad67c37a0bae3c41 (patch)
tree7f5abd08cce6b494c8e23acbcf9d74fcfcb8965c /meta-networking/recipes-protocols
parentb7a1a02d5630af988642034d9eae952289c651f4 (diff)
downloadmeta-openembedded-8c05c5b088a2842e55d79a2fad67c37a0bae3c41.tar.gz
dante: Upgrade to 1.4.3
License-Update: Dates and address changed Link with libtirpc for bindresvport() implementation Drop krb5 packageconfig, its gone from this version Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/dante/dante_1.4.3.bb (renamed from meta-networking/recipes-protocols/dante/dante_1.4.1.bb)12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb b/meta-networking/recipes-protocols/dante/dante_1.4.3.bb
index 48f970856..746c08be6 100644
--- a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb
+++ b/meta-networking/recipes-protocols/dante/dante_1.4.3.bb
@@ -9,12 +9,11 @@ what could be described as a non-transparent Layer 4 router."
9HOMEPAGE = "http://www.inet.no/dante/" 9HOMEPAGE = "http://www.inet.no/dante/"
10 10
11LICENSE = "BSD-3-Clause" 11LICENSE = "BSD-3-Clause"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=221118dda731fe93a85d0ed973467249" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=edd508404db7339042dfc861a3a690ad"
13 13
14SRC_URI = "https://www.inet.no/dante/files/dante-${PV}.tar.gz \ 14SRC_URI = "https://www.inet.no/dante/files/dante-${PV}.tar.gz \
15 " 15 "
16SRC_URI[md5sum] = "68c2ce12119e12cea11a90c7a80efa8f" 16SRC_URI[sha256sum] = "418a065fe1a4b8ace8fbf77c2da269a98f376e7115902e76cda7e741e4846a5d"
17SRC_URI[sha256sum] = "b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f261c4f53"
18 17
19# without --without-gssapi, config.log will contain reference to /usr/lib 18# without --without-gssapi, config.log will contain reference to /usr/lib
20# as a consequence of GSSAPI path being set to /usr by default. 19# as a consequence of GSSAPI path being set to /usr by default.
@@ -23,16 +22,17 @@ SRC_URI[sha256sum] = "b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f26
23# --enable-release build prerelease as full release 22# --enable-release build prerelease as full release
24EXTRA_OECONF += "--without-gssapi --sbindir=${bindir}" 23EXTRA_OECONF += "--without-gssapi --sbindir=${bindir}"
25 24
26DEPENDS += "flex-native bison-native libpam" 25DEPENDS += "flex-native bison-native libpam libtirpc"
27
28inherit autotools-brokensep features_check 26inherit autotools-brokensep features_check
29 27
28CFLAGS += "-I${STAGING_INCDIR}/tirpc"
29LIBS += "-ltirpc"
30
30REQUIRED_DISTRO_FEATURES = "pam" 31REQUIRED_DISTRO_FEATURES = "pam"
31 32
32EXTRA_AUTORECONF = "-I ${S}" 33EXTRA_AUTORECONF = "-I ${S}"
33 34
34PACKAGECONFIG[libwrap] = ",--disable-libwrap,tcp-wrappers,libwrap" 35PACKAGECONFIG[libwrap] = ",--disable-libwrap,tcp-wrappers,libwrap"
35PACKAGECONFIG[krb5] = ",--without-krb5,krb5"
36 36
37PACKAGECONFIG ??= "" 37PACKAGECONFIG ??= ""
38 38