[oe-commits] [meta-openembedded] 10/22: Revert "ti-wifi-utils: add recipe"

git at git.openembedded.org git at git.openembedded.org
Tue Apr 12 09:09:01 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit b5f1fa8c58496a865fee73e7f87924617db32399
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Fri Apr 1 15:42:44 2016 +0200

    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 f4958cfc976ece37784c82392b083ba481f69b8f.
---
 .../ti-wifi-utils/ti-wifi-utils_git.bb             | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb b/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb
deleted file mode 100644
index fcae729..0000000
--- a/meta-oe/recipes-connectivity/ti-wifi-utils/ti-wifi-utils_git.bb
+++ /dev/null
@@ -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}/
-}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list