ti-wifi-utils: add git version
authorKoen Kooi <koen@openembedded.org>
Sat, 22 Jan 2011 21:05:17 +0000 (22:05 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 23 Jan 2011 11:52:24 +0000 (12:52 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/ti/ti-wifi-utils_git.bb [new file with mode: 0644]

diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi-utils_git.bb
new file mode 100644 (file)
index 0000000..5877caf
--- /dev/null
@@ -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}/       
+}