diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-05-24 14:57:01 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:26 +0200 |
commit | b4d7caaff9ee7e3ba2f5756b3d2ea2de498d4c2f (patch) | |
tree | a6c368b68b1a6181cca37fda37bf5444e20e4512 /meta-gnome/recipes-gnome/gnome-control-center | |
parent | f0de8ed2c3301b8629d87a4e3357d580d4db154a (diff) | |
download | meta-openembedded-b4d7caaff9ee7e3ba2f5756b3d2ea2de498d4c2f.tar.gz |
gnome-doc-utils-stub: add a recipe
Real gnome-doc-utils can no longer be build (because
it requires both python 2 and libxml2, which can only be
build for one version of Python), so a stub recipe which
provides just m4 macros is provided, and usage of
gnome-doc-utils is disabled where needed.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-control-center')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb index 86b913bb18..dfb81339d7 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb | |||
@@ -16,6 +16,7 @@ LDFLAGS += "-lgthread-2.0 -lxml2" | |||
16 | 16 | ||
17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
18 | sed -i s:help::g ${S}/Makefile.am | 18 | sed -i s:help::g ${S}/Makefile.am |
19 | rm -r ${S}/m4/gnome-doc-utils.m4 | ||
19 | } | 20 | } |
20 | do_install_append() { | 21 | do_install_append() { |
21 | rm -rf ${D}${datadir}/mime | 22 | rm -rf ${D}${datadir}/mime |