mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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:
@@ -18,6 +18,11 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools update-rc.d useradd systemd
|
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_PACKAGES = "${PN}d"
|
||||||
INITSCRIPT_NAME_${PN}d = "atftpd"
|
INITSCRIPT_NAME_${PN}d = "atftpd"
|
||||||
INITSCRIPT_PARAMS_${PN}d = "defaults 80"
|
INITSCRIPT_PARAMS_${PN}d = "defaults 80"
|
||||||
|
|||||||
Reference in New Issue
Block a user