aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-13 19:26:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-07-20 17:07:33 +0200
commit930eace5d75649c552f40b8ff29e2fc52c3139bd (patch)
treead737be21fe570285375bdf239c4c2e34cefc716 /meta-networking
parent380ac7dc1483d263bcbe6ce0cb2c69d9bcd4bcc7 (diff)
downloadmeta-openembedded-contrib-930eace5d75649c552f40b8ff29e2fc52c3139bd.tar.gz
ntp: add PACKAGECONFIG for libcap and readline
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-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