diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-31 19:39:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:46:50 +0200 |
commit | 71a47f3e3fbb8501bdf99042ed76739734093e32 (patch) | |
tree | 952bb23a474f4819ebaa844afc9dd02f32b6231c /meta-gnome | |
parent | fcb78f27143fc11ef586adda9d7b4999313855b2 (diff) | |
download | meta-openembedded-71a47f3e3fbb8501bdf99042ed76739734093e32.tar.gz |
libbonoboui: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb index fbbe8069a..5db8a3fe7 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" |
5 | 5 | ||
6 | inherit gnome pkgconfig gtk-doc | 6 | inherit gnomebase pkgconfig gtk-doc |
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r2" |
9 | 9 | ||