diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-02-10 16:17:01 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-02-10 16:17:01 +0000 |
commit | 2ca5d156e7c94d151b117049168a5523e08f2e46 (patch) | |
tree | bb21becb2a1e230149c6be06a26d04ee4e22a3bc /packages/bluez-utils/bluez-utils-common_2.13.inc | |
parent | b598b175abc5b17b1715490c606c267e07fa16e2 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into marcinj.local:/home/hrw/zaurus/bb/openembedded
2005/02/10 17:16:46+01:00 local!hrw
bluez-utils: moved into 'console' Section
BKrev: 420b88fdy5kVyERY3DG6m66l6NPo0A
Diffstat (limited to 'packages/bluez-utils/bluez-utils-common_2.13.inc')
-rw-r--r-- | packages/bluez-utils/bluez-utils-common_2.13.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bluez-utils/bluez-utils-common_2.13.inc b/packages/bluez-utils/bluez-utils-common_2.13.inc index 04f127b7f5..9b4f80902d 100644 --- a/packages/bluez-utils/bluez-utils-common_2.13.inc +++ b/packages/bluez-utils/bluez-utils-common_2.13.inc @@ -1,10 +1,11 @@ DESCRIPTION = "Linux Bluetooth Stack Userland Utilities." -SECTION = "libs" +SECTION = "console" PRIORITY = "optional" DEPENDS = "bluez-libs-2.13 pcmcia-cs" RPROVIDES_${PN} = "bluez-pan bluez-sdp bluez-utils" LICENSE = "GPL" PACKAGES =+ "${PN}-ciptool ${PN}-bluepin" +PR = "r1" FILES_${PN}-ciptool = "/bin/ciptool" FILES_${PN}-bluepin = "/bin/bluepin" |