From 1db2deca67399ef2e6978bdc3e4f95a5c14cd8e1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 22 Jan 2011 22:05:17 +0100 Subject: [PATCH] ti-wifi-utils: add git version Signed-off-by: Koen Kooi --- recipes/ti/ti-wifi-utils_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/ti/ti-wifi-utils_git.bb 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}/ +} -- 2.39.5