diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-09 13:36:32 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-11 19:13:38 +0100 |
commit | a92d56058b21913570bb17ae416c3b00afce055e (patch) | |
tree | 11bfe104b185b4930fdc54ffb33572e1325aa3a5 /meta/recipes-gnome/gnome/gnome-doc-utils.inc | |
parent | ae5c1d6e5d134a00aa8827c70ee934fe163b2c6a (diff) | |
download | openembedded-core-a92d56058b21913570bb17ae416c3b00afce055e.tar.gz openembedded-core-a92d56058b21913570bb17ae416c3b00afce055e.tar.bz2 openembedded-core-a92d56058b21913570bb17ae416c3b00afce055e.zip |
gnome-doc-utils: respect python-dir setting EXTRA_OECONF
Don't just assign but append to EXTRA_OECONF so we maintain python-dir
setting fo EXTRA_OECONF.
This fixes issue if libdir is set to something like '/usr/lib64'.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 7c28eabf8e..b1aef3b609 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -4,7 +4,7 @@ DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" inherit gnome gettext python-dir -EXTRA_OECONF = "--disable-scrollkeeper" +EXTRA_OECONF += "--disable-scrollkeeper" do_install_append() { mkdir -p ${D}${datadir}/xml/gnome/xslt/ |