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 21:23:58 +0100 |
commit | d31d5e5b34c889809af408aed7d4f353d0133750 (patch) | |
tree | 95ba31ec64b463ed9340debf5154a3df5ad9dc8f /meta | |
parent | e79534d2afbc7e2acd631e0bcfdae13a768427d6 (diff) | |
download | poky-d31d5e5b34c889809af408aed7d4f353d0133750.tar.gz |
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'.
(From OE-Core rev: a92d56058b21913570bb17ae416c3b00afce055e)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 |
2 files changed, 2 insertions, 2 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" | |||
4 | 4 | ||
5 | inherit gnome gettext python-dir | 5 | inherit gnome gettext python-dir |
6 | 6 | ||
7 | EXTRA_OECONF = "--disable-scrollkeeper" | 7 | EXTRA_OECONF += "--disable-scrollkeeper" |
8 | 8 | ||
9 | do_install_append() { | 9 | do_install_append() { |
10 | mkdir -p ${D}${datadir}/xml/gnome/xslt/ | 10 | mkdir -p ${D}${datadir}/xml/gnome/xslt/ |
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb index 1ec10760db..c65cf640ba 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gnome-doc-utils.inc | 1 | require gnome-doc-utils.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | PR = "r4" | 4 | PR = "r5" |
5 | 5 | ||
6 | SRC_URI += "file://xsltproc_nonet.patch \ | 6 | SRC_URI += "file://xsltproc_nonet.patch \ |
7 | file://use-usr-bin-env-for-python-in-xml2po.patch" | 7 | file://use-usr-bin-env-for-python-in-xml2po.patch" |