diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-08 20:40:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-08 20:40:26 +0200 |
commit | 3bd414d3c7b94d691e289eaa642082856df7f190 (patch) | |
tree | 8d28c561f8fb450d8b87b1541f053ec67c3fcacf | |
parent | 1caaca70e67d7ea72e0592a914269247c0985297 (diff) |
bluez4: fix dbus service file
-rw-r--r-- | recipes/bluez/bluez4_4.31.bb | 2 | ||||
-rw-r--r-- | recipes/bluez/files/bluetooth.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bluez/bluez4_4.31.bb b/recipes/bluez/bluez4_4.31.bb index fe58426640..8c2f6562eb 100644 --- a/recipes/bluez/bluez4_4.31.bb +++ b/recipes/bluez/bluez4_4.31.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib" HOMEPAGE = "http://www.bluez.org" LICENSE = "GPL" -PR = "r5" +PR = "r6" SRC_URI = "\ http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ diff --git a/recipes/bluez/files/bluetooth.conf b/recipes/bluez/files/bluetooth.conf index 1b357eabca..ca5e9e4f2f 100644 --- a/recipes/bluez/files/bluetooth.conf +++ b/recipes/bluez/files/bluetooth.conf @@ -7,7 +7,7 @@ <!-- ../system.conf have denied everything, so we just punch some holes --> - <policy> + <policy context="default"> <allow own="org.bluez"/> <allow send_destination="org.bluez"/> <allow send_interface="org.bluez.Agent"/> |