diff options
| author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-23 15:18:09 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-04-23 15:18:09 +0000 |
| commit | 8852b5e4efa8bb076177083808aecfc78d97c89a (patch) | |
| tree | f53f75a6762f566c63592584d01c6f176169ab6e /packages/bluez | |
| parent | 9d9635a5d882ed339330064b10e80807eebe227f (diff) | |
| parent | b04f2db43a5bccd8c3ffc2289ebee9b4369f934d (diff) | |
merge of '0b26a61d4fccf634b89eaba8f9db28208faa2d9f'
and 'b9551a5d956596f18cf5470cca74515df348392d'
Diffstat (limited to 'packages/bluez')
| -rw-r--r-- | packages/bluez/bcm2035-tool_0.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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} +} |
