diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-15 12:51:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-15 12:51:58 +0000 |
commit | 0d0b837b8a9c247f7ca16f6efafc33eaedaf7b3f (patch) | |
tree | e221d6c0e8f3a7f09499eb862776ecb774ffb0c8 /packages/bluez/bluez-utils_3.9.bb | |
parent | 7a6b315cf123f79f454598c3068e2e017b156e92 (diff) |
bluez-utils: enhance 3.10.1, move some stuff from include
Diffstat (limited to 'packages/bluez/bluez-utils_3.9.bb')
-rw-r--r-- | packages/bluez/bluez-utils_3.9.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/bluez/bluez-utils_3.9.bb b/packages/bluez/bluez-utils_3.9.bb index e710e8c8f6..fba32e08e6 100644 --- a/packages/bluez/bluez-utils_3.9.bb +++ b/packages/bluez/bluez-utils_3.9.bb @@ -1,3 +1,10 @@ require bluez-utils.inc +PACKAGES =+ "${PN}-ciptool" + +FILES_${PN}-ciptool = "/bin/ciptool" +RREPLACES_${PN}-ciptool = "bluez-utils-dbus-ciptool" +RCONFLICTS_${PN}-ciptool = "bluez-utils-dbus-ciptool bluez-utils-nodbus" + + PR = "r4" |