mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
0df2e15f74
commit
4aef910113
|
|
@ -18,6 +18,11 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit autotools update-rc.d useradd systemd
|
||||
|
||||
PACKAGECONFIG ??= "tcp-wrappers"
|
||||
PACKAGECONFIG[pcre] = "--enable-libpcre,--disable-libpcre,libpcre"
|
||||
PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
||||
PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline"
|
||||
|
||||
INITSCRIPT_PACKAGES = "${PN}d"
|
||||
INITSCRIPT_NAME_${PN}d = "atftpd"
|
||||
INITSCRIPT_PARAMS_${PN}d = "defaults 80"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user