blob: 5cf5e296a89a7e58e86b9cfbdadda7e5c92db3ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "GPL"
SECTION = "x11/gnome"
PR = "r2"
inherit autotools gnome pkgconfig
DEPENDS = "obexd gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
RDEPENDS += "obexd"
RCONFLICTS_${PN} = "bluez-gnome"
do_configure_prepend() {
sed -i -e s:docs::g ${S}/Makefile.am
}
|