ntp: add PACKAGECONFIG for libcap and readline
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 13 Jul 2013 17:26:06 +0000 (19:26 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:31:44 +0000 (08:31 -0800)
* it's autodetected from sysroot

(From meta-openembedded rev: 930eace5d75649c552f40b8ff29e2fc52c3139bd)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/ntp/ntp.inc

index 79e7401..9367d41 100644 (file)
@@ -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