diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-13 19:26:06 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-20 17:07:33 +0200 |
| commit | 930eace5d75649c552f40b8ff29e2fc52c3139bd (patch) | |
| tree | ad737be21fe570285375bdf239c4c2e34cefc716 | |
| parent | 380ac7dc1483d263bcbe6ce0cb2c69d9bcd4bcc7 (diff) | |
| download | meta-openembedded-930eace5d75649c552f40b8ff29e2fc52c3139bd.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.inc | 2 |
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} \ | |||
| 37 | --with-crypto, \ | 37 | --with-crypto, \ |
| 38 | --without-openssl --without-crypto, \ | 38 | --without-openssl --without-crypto, \ |
| 39 | openssl" | 39 | openssl" |
| 40 | PACKAGECONFIG[cap] = "--enable-linuxcaps,--disable-linuxcaps,libcap" | ||
| 41 | PACKAGECONFIG[readline] = "--with-lineeditlibs,--without-lineeditlibs,readline" | ||
| 40 | 42 | ||
| 41 | do_install_append() { | 43 | do_install_append() { |
| 42 | install -d ${D}${sysconfdir}/init.d | 44 | install -d ${D}${sysconfdir}/init.d |
