aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-wifi-utils_git.bb
blob: 7757f97f5797bed2351eedf81b60aae729cdd1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "The calibrator and other useful utilities for TI wireless solution based on wl12xx driver"
LICENCE = "TI-BSD"

DEPENDS = "libnl"

PV ="0.0"
PR_append = "+gitr${SRCPV}"

SRCREV = "6de17deb67a1313b5cc8"
SRC_URI = "git://github.com/gxk/ti-utils.git;protocol=git"

S = "${WORKDIR}/git"

export CROSS_COMPILE = "${TARGET_PREFIX}"
CFLAGS += " -DCONFIG_LIBNL20"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 calibrator ${D}${bindir}/	
}