summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-01-10 13:07:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-12 11:54:05 +0000
commit1cf26ed78b35169ebfed02597582bb6671d6e157 (patch)
treecd50a9166af87e1a3ce53be98f3bfc468fd697cb /meta/recipes-gnome
parent3dc895804f1729e29a83877ce8b5a9717666eef4 (diff)
downloadpoky-1cf26ed78b35169ebfed02597582bb6671d6e157.tar.gz
gtk-doc: fix DEPENDS
The use of xmlto and six was removed many years ago, instead depend directly on docbook-xml and docbook-xsl. (From OE-Core rev: 3e2114df7b70d8a16873d7e1fb1e61eedf7d3e2a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
index 2e8ab1c771..f2f37610f9 100644
--- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
+++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
@@ -16,7 +16,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "api-documentation",
16# into its scripts. This means that target gtk-doc package is broken; 16# into its scripts. This means that target gtk-doc package is broken;
17# hopefully no one minds because its scripts are not used for anything during build 17# hopefully no one minds because its scripts are not used for anything during build
18# and shouldn't be used on targets. 18# and shouldn't be used on targets.
19PACKAGECONFIG[working-scripts] = ",,libxslt-native xmlto-native python3-six python3-pygments" 19PACKAGECONFIG[working-scripts] = ",,libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets python3-pygments"
20PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,glib-2.0" 20PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,glib-2.0"
21 21
22CACHED_CONFIGUREVARS += "ac_cv_path_XSLTPROC=xsltproc" 22CACHED_CONFIGUREVARS += "ac_cv_path_XSLTPROC=xsltproc"