[oe-commits] Paul Eggleton : collectd: fix build failure with libnotify in sysroot

git at git.openembedded.org git at git.openembedded.org
Tue May 21 23:30:33 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: b1095d11bdb33648bc4f1394146804cd9734b223
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b1095d11bdb33648bc4f1394146804cd9734b223

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu May 16 10:55:01 2013 +0000

collectd: fix build failure with libnotify in sysroot

If libnotify is in the sysroot, collectd will try to use it and then
fail at do_compile because gtk/gtk.h can't be found. Since this is
functionality that's not likely to be needed in the embedded context as
far as collectd goes, just disable it.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-extended/collectd/collectd_5.2.2.bb    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
index a508840..8641530 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
@@ -26,6 +26,7 @@ EXTRA_OECONF = " \
                 ${FPLAYOUT} \
                 --disable-perl --with-libperl=no --with-perl-bindings=no \
                 --with-libgcrypt=${STAGING_BINDIR_CROSS}/libgcrypt-config \
+                --disable-notify_desktop \
 "
 
 do_install_append() {



More information about the Openembedded-commits mailing list