[oe-commits] Jeremy Lainé : gconf-2.26.2: don' t fail if polkit-policy-file-validate is missing

git version control git at git.openembedded.org
Mon Oct 12 09:11:30 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bb4cfd56da6708ce1ea003d891caad6937617384
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bb4cfd56da6708ce1ea003d891caad6937617384

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Oct 12 11:09:35 2009 +0200

gconf-2.26.2: don't fail if polkit-policy-file-validate is missing

* Do not fail configure step if polkit-policy-file-validate is not
  present on the build machine. This tool is only used when doing
  "make distcheck", so we just replace it by "true".

---

 recipes/gnome/gconf_2.26.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gconf_2.26.2.bb b/recipes/gnome/gconf_2.26.2.bb
index 005ab47..dcd0e62 100644
--- a/recipes/gnome/gconf_2.26.2.bb
+++ b/recipes/gnome/gconf_2.26.2.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-${PV}.tar.bz2
            file://org.gnome.GConf.Defaults.service \
           "
 
-EXTRA_OECONF = "--disable-gtk-doc"
+EXTRA_OECONF = "--disable-gtk-doc POLKIT_POLICY_FILE_VALIDATE=true"
 HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h"
 
 inherit autotools pkgconfig gettext





More information about the Openembedded-commits mailing list