summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/atftp/atftp_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_git.bb b/meta-networking/recipes-daemons/atftp/atftp_git.bb
index 09451bc7a..4b9ff05ac 100644
--- a/meta-networking/recipes-daemons/atftp/atftp_git.bb
+++ b/meta-networking/recipes-daemons/atftp/atftp_git.bb
@@ -18,6 +18,11 @@ S = "${WORKDIR}/git"
18 18
19inherit autotools update-rc.d useradd systemd 19inherit autotools update-rc.d useradd systemd
20 20
21PACKAGECONFIG ??= "tcp-wrappers"
22PACKAGECONFIG[pcre] = "--enable-libpcre,--disable-libpcre,libpcre"
23PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
24PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline"
25
21INITSCRIPT_PACKAGES = "${PN}d" 26INITSCRIPT_PACKAGES = "${PN}d"
22INITSCRIPT_NAME_${PN}d = "atftpd" 27INITSCRIPT_NAME_${PN}d = "atftpd"
23INITSCRIPT_PARAMS_${PN}d = "defaults 80" 28INITSCRIPT_PARAMS_${PN}d = "defaults 80"