summaryrefslogtreecommitdiff
path: root/gnome/libgnome_2.6.1.1.oe
blob: 9e63acbe05ddfefa1c1ecea8f57ca43d4d43d998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PR = "r1"

inherit gnome

SRC_URI += "file://makefile.patch;patch=1"

DEPENDS = "gnome-vfs libbonobo"

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
	oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR}
	gnome_stage_includes
}