blob: 307ba7a6bdce71eeb74566a6325ebf3767fffa4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "TI Bluetooth init bits."
SECTION = "base"
LICENSE = "CLOSED"
PR = "r0"
SRC_URI = "http://sdgsystems.net/pub/ipaq/hx4700/src/TIInit_${PV}.bts"
S = "${WORKDIR}"
do_install() {
install -d ${D}${sysconfdir}/bluetooth/
install -m 0644 TIInit_${PV}.bts ${D}${sysconfdir}/bluetooth/
}
PACKAGE_ARCH = "all"
SRC_URI[md5sum] = "8741490a25b98230973446400971bba9"
SRC_URI[sha256sum] = "c1f29cfd31c335a409bdc530c2e68661d20a1e3c2e5d64454470b6700a40681e"
|