diff options
Diffstat (limited to 'recipes-support/lxfp/lxfp_23a2843.bb')
-rw-r--r-- | recipes-support/lxfp/lxfp_23a2843.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-support/lxfp/lxfp_23a2843.bb b/recipes-support/lxfp/lxfp_23a2843.bb new file mode 100644 index 0000000..ecfdcca --- /dev/null +++ b/recipes-support/lxfp/lxfp_23a2843.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Telit LXFP modem flashing tool" +LICENSE = "" +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" |