surpport seeking the recorded video
[vuplus_openembedded] / recipes / misc-binary-only / tiinit_3.2.26.bb
1 DESCRIPTION = "TI Bluetooth init bits."
2 SECTION = "base"
3 LICENSE = "Unknown"
4 PR = "r0"
5
6 SRC_URI = "http://sdgsystems.com/pub/ipaq/hx4700/src/TIInit_${PV}.bts"
7
8 S = "${WORKDIR}"
9
10 do_install() {
11         install -d ${D}${sysconfdir}/bluetooth/
12         install -m 0644 TIInit_${PV}.bts ${D}${sysconfdir}/bluetooth/
13 }
14
15 PACKAGE_ARCH = "all"
16