Revert "ti-wifi-utils: add recipe"

* fails to build for hardfloat MACHINEs
  http://lists.openembedded.org/pipermail/openembedded-devel/2016-April/106782.html

This reverts commit f4958cfc97.
This commit is contained in:
Martin Jansa 2016-04-01 15:42:44 +02:00
parent fe7ffc3a47
commit b5f1fa8c58

View File

@ -1,24 +0,0 @@
SUMMARY = "The calibrator and other useful utilities for TI wireless solution based on wl12xx driver"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=4725015cb0be7be389cf06deeae3683d"
DEPENDS = "libnl"
PV = "0.1+gitr${SRCPV}"
SRCREV = "b03d9ce6362e6d22d6929f2736409af3b0fd3c88"
SRC_URI = "git://github.com/TI-OpenLink/ti-utils.git;branch=r5-jb"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} \
CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \
CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3 -DCONFIG_LIBNL20" NLVER=3 \
LDFLAGS="${LDFLAGS} ${TOOLCHAIN_OPTIONS}" \
'
#only install the calibrator utility, firmware is already within linux-firmware
do_install() {
install -d ${D}${bindir}
install -m 0755 calibrator ${D}${bindir}/
}