]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-doc-utils: respect python-dir setting EXTRA_OECONF
authorKumar Gala <galak@kernel.crashing.org>
Tue, 9 Aug 2011 18:36:32 +0000 (13:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Aug 2011 18:13:38 +0000 (19:13 +0100)
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>
meta/recipes-gnome/gnome/gnome-doc-utils.inc
meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb

index 7c28eabf8e23166fbc84e85e4d23d64672463ddd..b1aef3b6098c09b3acdb4bf7a89543e1835ee056 100644 (file)
@@ -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/
index 1ec10760dbdc6fd5c872c805617c7f500a2777b0..c65cf640ba95b3c8f4fc45fd5aee204fdd05c874 100644 (file)
@@ -1,7 +1,7 @@
 require gnome-doc-utils.inc
 LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
                    file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://xsltproc_nonet.patch \
            file://use-usr-bin-env-for-python-in-xml2po.patch"