summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/socat
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-10-10 13:18:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:10 +0100
commitc9aa4b061f015fce9e2775d417cf7d0881a8a6ca (patch)
tree69a72bd1c25fc33511183ac2b58b2b2eb5a73da7 /meta/recipes-connectivity/socat
parent94f6b31befda5c496f65e863a6f8152b42d7ebf0 (diff)
downloadpoky-c9aa4b061f015fce9e2775d417cf7d0881a8a6ca.tar.gz
socat: turn hard readline dependency into an option
(From OE-Core rev: dee3eeb5d4e58b141ebb95595b72c66d8b04bcd3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/socat')
-rw-r--r--meta/recipes-connectivity/socat/socat_1.7.3.3.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.3.bb b/meta/recipes-connectivity/socat/socat_1.7.3.3.bb
index 067f7c6444..1dbbe5cd55 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.3.3.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.3.3.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.dest-unreach.org/socat/"
5 5
6SECTION = "console/network" 6SECTION = "console/network"
7 7
8DEPENDS = "openssl readline" 8DEPENDS = "openssl"
9 9
10LICENSE = "GPL-2.0-with-OpenSSL-exception" 10LICENSE = "GPL-2.0-with-OpenSSL-exception"
11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
@@ -39,9 +39,10 @@ TERMBITS_SHIFTS_powerpc64 = "sc_cv_sys_crdly_shift=12 \
39 sc_cv_sys_tabdly_shift=10 \ 39 sc_cv_sys_tabdly_shift=10 \
40 sc_cv_sys_csize_shift=8" 40 sc_cv_sys_csize_shift=8"
41 41
42PACKAGECONFIG_class-target ??= "tcp-wrappers" 42PACKAGECONFIG_class-target ??= "tcp-wrappers readline"
43PACKAGECONFIG ??= "" 43PACKAGECONFIG ??= "readline"
44PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" 44PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
45PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
45 46
46do_install_prepend () { 47do_install_prepend () {
47 mkdir -p ${D}${bindir} 48 mkdir -p ${D}${bindir}