summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/socat
diff options
context:
space:
mode:
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}