summaryrefslogtreecommitdiff
path: root/recipes-support/uxfp/uxfp-from-source_1.7.2-0.bb
blob: 64b9b01e13614d91dbf371b4837245cd5ecd301a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "Telit utility for upgrading CAT4 radio firmware"
HOMEPAGE = "https://contact.telit.com/"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"

DEPENDS = "libusb1 udev"

PR = "r1"
SRCREV = "${PV}"

SRC_URI = " \
        git://git@gitlab.multitech.net/vendor-code/uxfp.git;protocol=ssh;branch=master \
        file://0002-uxfp-add-param-syslog.patch \
"

S = "${WORKDIR}/git"

do_compile() {
        oe_runmake
}

do_install() {
        install -d ${D}${sbindir}
        install -m 0755 uxfp/linux/uxfp ${D}${sbindir}
}