[oe-commits] [openembedded-core] 04/24: gtk-doc: do not inherit perlnative and pythonnative

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 10:53:50 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a126f53e7a68160e573a438f222392cce32a7770
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Wed Aug 31 13:32:46 2016 +0300

    gtk-doc: do not inherit perlnative and pythonnative
    
    This avoids having the full paths of perl and python written
    into gtk-doc scripts, which can trigger build failures and doesn't
    work at all on targets.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb
index 0585ca9..79d4e43 100644
--- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "http://www.gtk.org/gtk-doc/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-inherit gnomebase pythonnative perlnative
-DEPENDS_append = "libxslt xmlto source-highlight-native"
+inherit gnomebase
+DEPENDS_append = " libxslt xmlto source-highlight-native"
 EXTRA_OECONF_append = " --with-highlight=source-highlight"
 EXTRA_OECONF_append_class-native = " --with-xml-catalog=${sysconfdir}/xml/catalog.xml"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list