aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-13 19:26:06 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commit774941c7678185798f24c2348a91a6108009b77e (patch)
tree9ec76cf6321404f11d5389638763ea5d793e68df
parent40cf3844e63e57d921d5a70dd79dbc59ed976c38 (diff)
downloadmeta-openembedded-contrib-774941c7678185798f24c2348a91a6108009b77e.tar.gz
ntp: add PACKAGECONFIG for libcap and readline
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-networking/recipes-support/ntp/ntp.inc2
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 79e7401dce..9367d41732 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