summaryrefslogtreecommitdiff
path: root/recipes/gnome/gnome-bluetooth_2.27.1.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-04-07 21:17:33 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-04-07 21:17:33 +0000
commit67949fd39594befc0158bfe99fa3c075e63807a2 (patch)
tree8317c247112d4b25a2e5f9afd87aa956b5db3ae7 /recipes/gnome/gnome-bluetooth_2.27.1.bb
parent949728423681eda38e5e34b84cd3281bba71fdf7 (diff)
parent2fe33f3c7f0bff141187fc0c9005cc779c5f9458 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnome/gnome-bluetooth_2.27.1.bb')
-rw-r--r--recipes/gnome/gnome-bluetooth_2.27.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-bluetooth_2.27.1.bb b/recipes/gnome/gnome-bluetooth_2.27.1.bb
new file mode 100644
index 0000000000..9a435c7f9c
--- /dev/null
+++ b/recipes/gnome/gnome-bluetooth_2.27.1.bb
@@ -0,0 +1,14 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+
+PR = "r1"
+
+inherit autotools gnome pkgconfig
+
+DEPENDS = "gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+RCONFLICTS_${PN} = "bluez-gnome"
+
+do_configure_prepend() {
+ sed -i -e s:docs::g ${S}/Makefile.am
+}
+