summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:51:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:15 +0100
commit2bf311751089cf6419996f531ef0027b5ad9237b (patch)
tree2e27b48035b14d11b4967b7f6e95ddff556f08b0 /meta
parentcf06c94a8a19e87977f6543e4c76a1748f8357d3 (diff)
downloadpoky-2bf311751089cf6419996f531ef0027b5ad9237b.tar.gz
socat: add PACKAGECONFIG for tcp-wrappers
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 15d82c0f0cccdf0886d4452fddf399b7569f7e56) (From OE-Core rev: 38041598112ae19205f6bf640bea65d83daf4da3) 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')
-rw-r--r--meta/recipes-connectivity/socat/socat_1.7.2.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb
index 950e1e5384..8aff4deee5 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.2.1.bb
@@ -18,6 +18,9 @@ SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=s
18SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b" 18SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b"
19SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277" 19SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277"
20 20
21PACKAGECONFIG ??= "tcp-wrappers"
22PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
23
21EXTRA_OECONF = " --disable-termios " 24EXTRA_OECONF = " --disable-termios "
22 25
23inherit autotools 26inherit autotools