From b04f2db43a5bccd8c3ffc2289ebee9b4369f934d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 23 Apr 2007 14:58:45 +0000 Subject: bcm2305-tool: add tool to poke firmware on a780 --- packages/bluez/bcm2035-tool_0.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/bluez/bcm2035-tool_0.0.bb (limited to 'packages') diff --git a/packages/bluez/bcm2035-tool_0.0.bb b/packages/bluez/bcm2035-tool_0.0.bb new file mode 100644 index 0000000000..bd3c9012ec --- /dev/null +++ b/packages/bluez/bcm2035-tool_0.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Bluetooth firmware poker for bccm2035 chips (motorola phones and palms)" +LICENSE = "GPLv2" + +SRC_URI = "http://people.openezx.org/wyrm/bcm2035-tool.tgz" + +# Note: everyone will have the same BDADDR for the time being + +S = "${WORKDIR}/${PN}" + +do_compile() { + ${CC} bcm2035-tool.c -o bcm2035-tool +} + +do_install() { + install -d ${D}${sbindir} + install -m 755 bcm2035-tool ${D}${sbindir} +} -- cgit v1.2.3