summaryrefslogtreecommitdiff
path: root/bluez-utils/bluez-utils_2.10.oe
diff options
context:
space:
mode:
Diffstat (limited to 'bluez-utils/bluez-utils_2.10.oe')
-rw-r--r--bluez-utils/bluez-utils_2.10.oe29
1 files changed, 0 insertions, 29 deletions
diff --git a/bluez-utils/bluez-utils_2.10.oe b/bluez-utils/bluez-utils_2.10.oe
deleted file mode 100644
index d5f974791a..0000000000
--- a/bluez-utils/bluez-utils_2.10.oe
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "Linux Bluetooth Stack Userland Utilities."
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "bluez-libs pcmcia-cs dbus"
-RPROVIDES = "bluez-pan bluez-sdp"
-PR = "r2"
-LICENSE = "GPL"
-
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
- file://dbus.patch;patch=1 \
- file://hcid.conf"
-
-EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR} --enable-pcmcia --enable-initscripts"
-
-do_install_append() {
- install -d ${D}/sbin ${D}/bin/
- mv ${D}${sbindir}/* ${D}/sbin/
- mv ${D}${bindir}/* ${D}/bin/
- rmdir ${D}${bindir} ${D}${sbindir}
- chmod u+s ${D}/sbin/hciattach ${D}/sbin/hciconfig
- chmod 755 ${D}/etc/pcmcia/bluetooth
- install -m 0644 ${WORKDIR}/hcid.conf ${D}/etc/bluetooth/
-}
-
-inherit autotools update-rc.d
-
-INITSCRIPT_NAME = "bluetooth"
-INITSCRIPT_PARAMS = "defaults"
-