[oe-commits] [openembedded-core] 09/21: gtk-doc: depend only on native recipes

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 14:38:34 UTC 2016


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

commit 85b9fea2e48aaa805fd2966f49cdcf58c8af5a1e
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Tue Sep 6 15:06:10 2016 +0300

    gtk-doc: depend only on native recipes
    
    This is done to speed up the build; target gtk-doc recipe will not work
    but hopefully it's not a problem for anyone.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 01173d5..5a72ade 100644
--- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb
@@ -6,7 +6,12 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit gnomebase pythonnative perlnative
-DEPENDS_append = "libxslt xmlto source-highlight-native"
+
+# This will cause target gtk-doc to hardcode paths of native dependencies
+# into its scripts. This means that target gtk-doc package is broken;
+# hopefully no one minds because it's not used for anything during build
+# and shouldn't be used on targets.
+DEPENDS_append = "libxslt-native xmlto-native 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