diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:51:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:10 +0100 |
commit | 7386dba5beb3a27db2a4e04a3a026a39151eab42 (patch) | |
tree | b2a17fcaf3e0dfd0465dcfc7c30a81a082ebe60a /meta/recipes-connectivity | |
parent | 4154db3fe7285384f5baaf83287e92780ea3159c (diff) | |
download | poky-7386dba5beb3a27db2a4e04a3a026a39151eab42.tar.gz |
socat: add PACKAGECONFIG for tcp-wrappers
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
(From OE-Core rev: 15d82c0f0cccdf0886d4452fddf399b7569f7e56)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.2.2.bb | 3 |
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 \ | |||
18 | SRC_URI[md5sum] = "39231e512d8052f328552865df15d42f" | 18 | SRC_URI[md5sum] = "39231e512d8052f328552865df15d42f" |
19 | SRC_URI[sha256sum] = "9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c" | 19 | SRC_URI[sha256sum] = "9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "tcp-wrappers" | ||
22 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | ||
23 | |||
21 | EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \ | 24 | EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \ |
22 | sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \ | 25 | sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \ |
23 | ac_cv_ispeed_offset=13 \ | 26 | ac_cv_ispeed_offset=13 \ |