aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:51:50 +0200
committerSaul Wold <sgw@linux.intel.com>2013-07-27 23:28:26 -0700
commit15d82c0f0cccdf0886d4452fddf399b7569f7e56 (patch)
tree22b3ff60dc2748db514f15f010cd9906a86a2d2c /meta
parentc11aaac4952320f565bd65ec5f601c50763408a7 (diff)
downloadopenembedded-core-15d82c0f0cccdf0886d4452fddf399b7569f7e56.tar.gz
socat: add PACKAGECONFIG for tcp-wrappers
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/socat/socat_1.7.2.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
index 2f0ee683a9..f015def60a 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
@@ -18,6 +18,9 @@ SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
SRC_URI[md5sum] = "39231e512d8052f328552865df15d42f"
SRC_URI[sha256sum] = "9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c"
+PACKAGECONFIG ??= "tcp-wrappers"
+PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
+
EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \
sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \
ac_cv_ispeed_offset=13 \