blob: e74082b7a8f682c1b3fb0bb7c5a996a8685568f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "TI Bluetooth init bits."
SECTION = "base"
LICENSE = "CLOSED"
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"
|