diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-10 07:37:23 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-10 07:37:23 +0000 |
commit | 6f1172ac1e082bae9fc921d3f8cf2b422890427e (patch) | |
tree | 2d3c566f6d2dce1169fb4648fa4d601c368acd58 /packages/bluez | |
parent | c94c025f10f859e08b55053230e9e395da49abb2 (diff) |
linux-handhelds-2.6: magician defconfig: I2C_PXA=y
Diffstat (limited to 'packages/bluez')
-rw-r--r-- | packages/bluez/bluez-utils_3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bluez/bluez-utils_3.1.bb b/packages/bluez/bluez-utils_3.1.bb index 40aabaab50..49e6ded250 100644 --- a/packages/bluez/bluez-utils_3.1.bb +++ b/packages/bluez/bluez-utils_3.1.bb @@ -2,9 +2,10 @@ DESCRIPTION = "Linux Bluetooth Stack Userland Utilities." SECTION = "console" PRIORITY = "optional" DEPENDS = "bluez-libs-${PV} dbus" +PROVIDES = "bluez-utils-dbus" RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils-dbus" RREPLACES = "bluez-utils-dbus" -RCONFLICTS = "bluez-utils-dbus bluez-utils-nodbus" +RCONFLICTS_${PN} = "bluez-utils-nodbus" LICENSE = "GPL" PR = "r1" |