summaryrefslogtreecommitdiff
path: root/recipes-support/lxfp/lxfp_23a2843.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/lxfp/lxfp_23a2843.bb')
-rw-r--r--recipes-support/lxfp/lxfp_23a2843.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-support/lxfp/lxfp_23a2843.bb b/recipes-support/lxfp/lxfp_23a2843.bb
deleted file mode 100644
index 2bf4958..0000000
--- a/recipes-support/lxfp/lxfp_23a2843.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Telit LXFP modem flashing tool"
-LICENSE = "Proprietary"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
-
-PR = "r1"
-
-SRC_URI = "http://www.multitech.net/downloads/lxfp-arm926ejste-23a2843.tar.gz"
-SRC_URI[md5sum] = "4ef5d0907a880f9acdc345d57e08c53b"
-SRC_URI[sha256sum] = "09d3fd2d7102343d727fe36c818854183eaa7cdeced1af810786a9d1509541cf"
-
-do_install() {
- install -d ${D}${sbindir}
- echo "do_install: directory is $(pwd)"
- install -m 0755 ${WORKDIR}/bin/lxfp ${D}${sbindir}
-}
-
-FILES_${PN} = "${sbindir}/lxfp"