diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:48:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:20 +0200 |
commit | d43c7c1fc98e35c3770bc1562e9309d8eb940df5 (patch) | |
tree | 67f28a40a032420cc52a6eeee56b204c5f15994f /meta-gnome | |
parent | 8192e4a3d8f29ad1427014bfb492513eb3aed130 (diff) | |
download | meta-openembedded-d43c7c1fc98e35c3770bc1562e9309d8eb940df5.tar.gz |
libgnomecanvas: inherit only gnomebase
* fixes following QA warning:
libgnomecanvas-2.30.3: libgnomecanvas: configure was passed
unrecognised options: --disable-schemas-install
[unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb index 22b3bf438..fd8f6898e 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" |
4 | SECTION = "x11/gnome/libs" | 4 | SECTION = "x11/gnome/libs" |
5 | 5 | ||
6 | inherit gnome gtk-doc | 6 | inherit gnomebase gtk-doc |
7 | 7 | ||
8 | # intltool to provide IT_PROG_INTLTOOL | 8 | # intltool to provide IT_PROG_INTLTOOL |
9 | # configure: line 12654: syntax error near unexpected token `0.35.0' | 9 | # configure: line 12654: syntax error near unexpected token `0.35.0' |