summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tnftp/tnftp_20151004.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/tnftp/tnftp_20151004.bb')
-rw-r--r--meta-networking/recipes-support/tnftp/tnftp_20151004.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb
index b17ffebef..8c2c111fd 100644
--- a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb
+++ b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb
@@ -32,5 +32,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e"
32SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5" 32SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5"
33SRC_URI[sha256sum] = "c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0" 33SRC_URI[sha256sum] = "c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0"
34 34
35PACKAGECONFIG ?= "openssl" 35PACKAGECONFIG ?= "openssl \
36 ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \
37"
36PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl" 38PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl"
39PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"