From 20fc99646598dee94bc34b42dc91c72099b0c533 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Jul 2013 19:26:06 +0200 Subject: [PATCH] ntp: add PACKAGECONFIG for libcap and readline * it's autodetected from sysroot (From meta-openembedded rev: 930eace5d75649c552f40b8ff29e2fc52c3139bd) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-networking/recipes-support/ntp/ntp.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-openembedded/meta-networking/recipes-support/ntp/ntp.inc b/meta-openembedded/meta-networking/recipes-support/ntp/ntp.inc index 79e7401..9367d41 100644 --- a/meta-openembedded/meta-networking/recipes-support/ntp/ntp.inc +++ b/meta-openembedded/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 -- 2.7.4