From: Koen Kooi Date: Sat, 22 Jan 2011 21:05:17 +0000 (+0100) Subject: ti-wifi-utils: add git version X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db2deca67399ef2e6978bdc3e4f95a5c14cd8e1;p=openembedded.git ti-wifi-utils: add git version Signed-off-by: Koen Kooi --- 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}/ +}