java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / bluez / bcm2035-tool_0.0.bb
blob156c7e1295dd1dac00f66da899df62f83e6dd807
1 DESCRIPTION = "Bluetooth firmware poker for bccm2035 chips (motorola phones and palms)"
2 LICENSE = "GPLv2"
4 PR = "r1"
6 SRC_URI = "http://people.openezx.org/wyrm/bcm2035-tool.tgz \
7 file://addr-as-arg.patch;patch=1 \
10 S = "${WORKDIR}/${PN}"
12 do_compile() {
13 ${CC} bcm2035-tool.c -o bcm2035-tool
16 do_install() {
17 install -d ${D}${sbindir}
18 install -m 755 bcm2035-tool ${D}${sbindir}
21 SRC_URI[md5sum] = "437a39c6008ea6987af1bbaf2252e7b9"
22 SRC_URI[sha256sum] = "a2e482900eb45154653a692565d81ddeb4b59cd438628c1b14beb822499afef7"