diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-24 08:58:33 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-24 08:58:33 +0200 |
commit | 28f3d299e04a5996035db72bfcfc0c7794cf6470 (patch) | |
tree | ce1086a718e053dd2df6ccd3f126e431c6592ab3 /meta-gnome | |
parent | e2a4273475700b798b1eddc3144a022f6303c189 (diff) | |
download | meta-openembedded-28f3d299e04a5996035db72bfcfc0c7794cf6470.tar.gz |
libbonoboui: cleanup thanks to new gtk-doc.bbclass
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 | 8 |
1 files changed, 4 insertions, 4 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 cf37ccfda..328183fc2 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb | |||
@@ -3,14 +3,14 @@ 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 | 6 | inherit gnome pkgconfig gtk-doc |
7 | |||
8 | PR = "r1" | ||
7 | 9 | ||
8 | SRC_URI[archive.md5sum] = "3a754b1df0a4d5fd4836a05020a0bb4a" | 10 | SRC_URI[archive.md5sum] = "3a754b1df0a4d5fd4836a05020a0bb4a" |
9 | SRC_URI[archive.sha256sum] = "0be51ee3069a2ef21d98561ee28036dd263ac08b401776fe9164e084825ffd84" | 11 | SRC_URI[archive.sha256sum] = "0be51ee3069a2ef21d98561ee28036dd263ac08b401776fe9164e084825ffd84" |
10 | 12 | ||
11 | DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" | 13 | DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gconf libxml2 libglade" |
12 | |||
13 | EXTRA_OECONF = "--disable-gtk-doc" | ||
14 | 14 | ||
15 | FILES_${PN} += "${libdir}/libglade/2.0/*.so" | 15 | FILES_${PN} += "${libdir}/libglade/2.0/*.so" |
16 | FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \ | 16 | FILES_${PN}-dev += "${libdir}/libglade/2.0/* ${datadir}/gnome-2.0/ui \ |