From 930eace5d75649c552f40b8ff29e2fc52c3139bd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Jul 2013 19:26:06 +0200 Subject: ntp: add PACKAGECONFIG for libcap and readline * it's autodetected from sysroot Signed-off-by: Martin Jansa --- meta-networking/recipes-support/ntp/ntp.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-support/ntp/ntp.inc') 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 -- cgit 1.2.3-korg