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

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 12:26:34 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 930eace5d75649c552f40b8ff29e2fc52c3139bd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=930eace5d75649c552f40b8ff29e2fc52c3139bd

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