aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/misc-binary-only/tiinit_3.2.26.bb
blob: c97f216f6d15f0f3241a4541bcc8a6d6a9227815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"