aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-22 22:05:17 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-23 12:52:24 +0100
commit1db2deca67399ef2e6978bdc3e4f95a5c14cd8e1 (patch)
tree4dc0e9c538a3a3650ac123da5529607a89185bdc /recipes/ti
parentd0607f1ad4c2e67a0cd045d7ad53c9aa2c923b87 (diff)
downloadopenembedded-1db2deca67399ef2e6978bdc3e4f95a5c14cd8e1.tar.gz
ti-wifi-utils: add git version
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-wifi-utils_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi-utils_git.bb
new file mode 100644
index 0000000000..5877cafdfc
--- /dev/null
+++ b/recipes/ti/ti-wifi-utils_git.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "The calibrator and other useful utilities for TI wireless solution based on wl12xx driver"
+LICENCE = "TI-BSD"
+
+DEPENDS = "libnl2"
+
+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 += "-I${STAGING_INCDIR}/libnl2/ -DCONFIG_LIBNL20"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 calibrator ${D}${bindir}/
+}