blob: 9115474abd8a8a3462057eb3c4aa609586a98d0c (
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 = "Unknown"
PR = "r0"
SRC_URI = "http://sdgsystems.com/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"
|