diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-13 17:40:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-14 09:28:57 +0100 |
commit | 7210880fb3baf98739bf61f9ab55764d6e76f423 (patch) | |
tree | 0fb7215ba2963aa46a79a0fe7b5e7641a162c95a /meta-oe/recipes-devtools | |
parent | fdcf7609f2e2ab18185acddf1727c69a537c337d (diff) | |
download | meta-openembedded-7210880fb3baf98739bf61f9ab55764d6e76f423.tar.gz |
glade3: disable help, fails to build
* fixes:
| http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-grk1.ent:1: validity error : All markup of the conditional section is not in the same entity
| HTTP/1.1 200 OK
| ^
| http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-grk1.ent:1: parser error : Content error in the external subset
| HTTP/1.1 200 OK
| ^
| unable to parse sl/glade3.xml
| make[2]: *** [glade3-sl.omf] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[2]: Leaving directory `/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/glade3/3.8.2-r0/glade3-3.8.2/help'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/glade/glade3_3.8.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb index 8cd6a0e97..733b8ed11 100644 --- a/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb +++ b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb | |||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | |||
5 | file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7" | 5 | file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7" |
6 | DEPENDS = "gtk+ gnome-doc-utils-native" | 6 | DEPENDS = "gtk+ gnome-doc-utils-native" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | inherit autotools pkgconfig pythonnative | 10 | inherit autotools pkgconfig pythonnative |
9 | 11 | ||
10 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-${PV}.tar.xz \ | 12 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade3/3.8/glade3-${PV}.tar.xz \ |
@@ -14,6 +16,10 @@ SRC_URI[sha256sum] = "f180a5018eee6e3fe574854cb025af897dd9962b01d17d5752e626876d | |||
14 | 16 | ||
15 | EXTRA_OECONF += "--disable-scrollkeeper" | 17 | EXTRA_OECONF += "--disable-scrollkeeper" |
16 | 18 | ||
19 | do_configure_prepend() { | ||
20 | sed -i '/^if HAVE_GNOME_DOC_UTILS/,/^endif/d' ${S}/Makefile.am | ||
21 | } | ||
22 | |||
17 | FILES_${PN} += "${datadir}/icons" | 23 | FILES_${PN} += "${datadir}/icons" |
18 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" | 24 | FILES_${PN}-dbg += "${libdir}/glade3/modules/.debug" |
19 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la" | 25 | FILES_${PN}-dev += "${libdir}/glade3/modules/*.la" |