diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-05-16 10:55:01 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-21 12:45:47 +0200 |
| commit | b1095d11bdb33648bc4f1394146804cd9734b223 (patch) | |
| tree | fc157c9dda325f0066c3d151e497f205544c1206 | |
| parent | 22100f5b136e1be268055f4da14c39d7a32e9023 (diff) | |
| download | meta-openembedded-b1095d11bdb33648bc4f1394146804cd9734b223.tar.gz | |
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@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/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 a508840eff..8641530025 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 = " \ | |||
| 26 | ${FPLAYOUT} \ | 26 | ${FPLAYOUT} \ |
| 27 | --disable-perl --with-libperl=no --with-perl-bindings=no \ | 27 | --disable-perl --with-libperl=no --with-perl-bindings=no \ |
| 28 | --with-libgcrypt=${STAGING_BINDIR_CROSS}/libgcrypt-config \ | 28 | --with-libgcrypt=${STAGING_BINDIR_CROSS}/libgcrypt-config \ |
| 29 | --disable-notify_desktop \ | ||
| 29 | " | 30 | " |
| 30 | 31 | ||
| 31 | do_install_append() { | 32 | do_install_append() { |
