diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 14:13:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:09 +0200 |
commit | 59c37fd9ead07cae965922f66cb7a7d15d9ce8eb (patch) | |
tree | 911fce1073864cf4a355ecd2e8deaea4ce72f8a2 /meta-networking/recipes-daemons/atftp | |
parent | 29677f802dc80dadde2723d6e9c677d04ed1f674 (diff) | |
download | meta-openembedded-59c37fd9ead07cae965922f66cb7a7d15d9ce8eb.tar.gz |
atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper
* it's autodetected from sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/atftp')
-rw-r--r-- | meta-networking/recipes-daemons/atftp/atftp_git.bb | 5 |
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 | ||
19 | inherit autotools update-rc.d useradd systemd | 19 | inherit autotools update-rc.d useradd systemd |
20 | 20 | ||
21 | PACKAGECONFIG ??= "tcp-wrappers" | ||
22 | PACKAGECONFIG[pcre] = "--enable-libpcre,--disable-libpcre,libpcre" | ||
23 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | ||
24 | PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline" | ||
25 | |||
21 | INITSCRIPT_PACKAGES = "${PN}d" | 26 | INITSCRIPT_PACKAGES = "${PN}d" |
22 | INITSCRIPT_NAME_${PN}d = "atftpd" | 27 | INITSCRIPT_NAME_${PN}d = "atftpd" |
23 | INITSCRIPT_PARAMS_${PN}d = "defaults 80" | 28 | INITSCRIPT_PARAMS_${PN}d = "defaults 80" |