aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-wifi-utils_git.bb
blob: 92edb7fe16678522551499d1f7366e498e5e2ef9 (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"
LICENSE = "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}/	
}