[oe-commits] Martin Jansa : ntp: add PACKAGECONFIG for libcap and readline

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:26 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jul 13 19:26:06 2013 +0200

ntp: add PACKAGECONFIG for libcap and readline

* it's autodetected from sysroot

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

---

 meta-networking/recipes-support/ntp/ntp.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index 79e7401..9367d41 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -37,6 +37,8 @@ PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \
                           --with-crypto, \
                           --without-openssl --without-crypto, \
                           openssl"
+PACKAGECONFIG[cap] = "--enable-linuxcaps,--disable-linuxcaps,libcap"
+PACKAGECONFIG[readline] = "--with-lineeditlibs,--without-lineeditlibs,readline"
 
 do_install_append() {
     install -d ${D}${sysconfdir}/init.d



More information about the Openembedded-commits mailing list