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-oe/recipes-devtools/glade | |
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-oe/recipes-devtools/glade')
-rw-r--r-- | meta-oe/recipes-devtools/glade/glade3_3.8.5.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb index 4e7ef9b5ca..dcc0cbe735 100644 --- a/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb +++ b/meta-oe/recipes-devtools/glade/glade3_3.8.5.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ |
5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ | 5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ |
6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" | 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" |
7 | DEPENDS = "gtk+ gnome-doc-utils-native gnome-common libxml2" | 7 | DEPENDS = "gtk+ gnome-doc-utils gnome-common libxml2" |
8 | 8 | ||
9 | inherit autotools pkgconfig pythonnative | 9 | inherit autotools pkgconfig pythonnative |
10 | 10 | ||
@@ -18,10 +18,6 @@ EXTRA_OECONF += "--disable-scrollkeeper" | |||
18 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui" | 19 | PACKAGECONFIG[gnome] = "--enable-gnome,--disable-gnome,libbonoboui libgnomeui" |
20 | 20 | ||
21 | do_configure_prepend() { | ||
22 | sed -i '/^if HAVE_GNOME_DOC_UTILS/,/^endif/d' ${S}/Makefile.am | ||
23 | } | ||
24 | |||
25 | FILES_${PN} += "${datadir}/icons" | 21 | FILES_${PN} += "${datadir}/icons" |
26 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" | 22 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" |
27 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la" | 23 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la" |