summaryrefslogtreecommitdiff
path: root/recipes-connectivity/lora/lora-query_1.0.7.bb
blob: 1808fc2918b36227931099e08f2fdae8cad401bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "LoRa network server query tool"
HOMEPAGE = "http://www.multitech.net/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "jsoncpp libmts"
RDEPENDS_${PN} += "jsoncpp"
PR = "r2"

SRCREV = "${PV}"

SRC_URI = "git://git.multitech.net/cgit/lora-query.git;branch=master;protocol=https"

S = "${WORKDIR}/git"

do_compile() {
    oe_runmake
}

do_install() {
    oe_runmake install DESTDIR=${D}
}