diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 11:07:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 11:07:02 +0100 |
commit | 5f37dfd98b624111d573bcdadfad0ee82c999cbe (patch) | |
tree | 76b32d8c557eff2d90889371a0d93c4217e386c9 /meta-gnome/packages/gnome/libgnome_2.24.0.bb | |
parent | d10060c3305a6c1307878f723cd7b28045ed2a2b (diff) | |
download | poky-5f37dfd98b624111d573bcdadfad0ee82c999cbe.tar.gz |
Add meta-gnome overlay information for gnome packages which aren't part of standard Poky (based on OE.dev but with additions/modifications)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-gnome/packages/gnome/libgnome_2.24.0.bb')
-rw-r--r-- | meta-gnome/packages/gnome/libgnome_2.24.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/packages/gnome/libgnome_2.24.0.bb b/meta-gnome/packages/gnome/libgnome_2.24.0.bb new file mode 100644 index 0000000000..549cda2855 --- /dev/null +++ b/meta-gnome/packages/gnome/libgnome_2.24.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Gnome application programming libraries" | ||
2 | LICENSE = "GPL" | ||
3 | SECTION = "x11/gnome/libs" | ||
4 | PR = "r0" | ||
5 | |||
6 | inherit gnome lib_package | ||
7 | |||
8 | DEPENDS = "gconf-native gnome-vfs libbonobo esound" | ||
9 | |||
10 | EXTRA_OECONF = "--disable-gtk-doc" | ||
11 | |||
12 | FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \ | ||
13 | ${datadir}/gnome-background-properties ${datadir}/pixmaps" | ||
14 | FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a" | ||
15 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" | ||
16 | |||
17 | do_stage() { | ||
18 | autotools_stage_all | ||
19 | } | ||