summaryrefslogtreecommitdiff
path: root/recipes-support/multitech/radio-query_0.8.bb
blob: f548cf6e85eb154fa8670a986bb6626367cfa27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "MultiTech cellular radio query tool"
HOMEPAGE = "http://www.multitech.net/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"

DEPENDS = "jsoncpp libmts libmts-io"

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

#SRC_URI = "git://git.multitech.net/radio-query;branch=master"
SRC_URI = "git://git@${MTS_INTERNAL_GIT}/mirrors/radio-query.git;protocol=ssh;branch=master"

S = "${WORKDIR}/git"

do_compile() {
    oe_runmake
}

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