diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 17:07:03 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 20:41:27 +0200 |
| commit | 5a65b5084efe2e590f6795cd9f80e51448e9535c (patch) | |
| tree | e2a7aaa2c1f8011538ecf270a56d27ed0dd96079 /meta-gnome/recipes-gnome/gnome-bluetooth | |
| parent | 484831eab4859b8e17a3165ae951835c02c6bc69 (diff) | |
| download | meta-openembedded-5a65b5084efe2e590f6795cd9f80e51448e9535c.tar.gz | |
gnome-bluetooth 2.32.0: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543ed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb new file mode 100644 index 0000000000..f2273a75ea --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "GNOME bluetooth manager" | ||
| 2 | LICENSE = "GPLv2 && LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
| 4 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
| 5 | " | ||
| 6 | |||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SECTION = "x11/gnome" | ||
| 10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring libx11 libxi" | ||
| 11 | |||
| 12 | inherit gnome | ||
| 13 | |||
| 14 | SRC_URI[archive.md5sum] = "f129686fe46c4c98eb70a0cc85d59cae" | ||
| 15 | SRC_URI[archive.sha256sum] = "57b1f06c96a1b85e1c19ff919d708cc38e95edae658881ed99968c325839a973" | ||
| 16 | |||
| 17 | # No 'nautilus-sendto' recipe in meta-gnome yet | ||
| 18 | EXTRA_OECONF += "--enable-nautilus-sendto=no" | ||
| 19 | |||
| 20 | # No native docbook XSL stylesheets recipe in OE yet | ||
| 21 | do_configure_prepend() { | ||
| 22 | sed -i s/help// Makefile.am | ||
| 23 | } | ||
| 24 | |||
| 25 | do_configure_append() { | ||
| 26 | sed -i 's,func_fatal_error "error: cannot install,echo "bogus message about,' ${HOST_SYS}-libtool | ||
| 27 | } | ||
| 28 | |||
| 29 | RRECOMMENDS_${PN} += "obexd obex-data-server" | ||
| 30 | |||
| 31 | FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/" | ||
