mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cf06c94a8a
commit
2bf3117510
@@ -18,6 +18,9 @@ SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=s
|
||||
SRC_URI[src.md5sum] = "7ddfea7e9e85f868670f94d3ea08358b"
|
||||
SRC_URI[src.sha256sum] = "faea2ed6c63bb97a59237fd43b7c35ad248317297e8bfeb2e6f2ec1e6bc58277"
|
||||
|
||||
PACKAGECONFIG ??= "tcp-wrappers"
|
||||
PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
||||
|
||||
EXTRA_OECONF = " --disable-termios "
|
||||
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user