[oe-commits] Martin Jansa : atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:44 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 4aef9101134a1390f5f8f0035fb96504c2fe6a73
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4aef9101134a1390f5f8f0035fb96504c2fe6a73

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 14:13:44 2013 +0200

atftp: add PACKAGECONFIG for pcre, readline, tcp-wrapper

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 09451bc..4b9ff05 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"
 
 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"



More information about the Openembedded-commits mailing list