diff options
author | John Klug <john.klug@multitech.com> | 2019-08-14 18:01:29 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 11:33:19 -0600 |
commit | 59b5e5f18cf970688ab8f69e5c849ff94b776752 (patch) | |
tree | 4ed8710f5f3b6e6b6377caa6765ac540e1432da8 /recipes-support/multitech/radio-query_0.8.bb | |
parent | 584190ce6d8ff396f4dfb1aa2c4c4b9365222964 (diff) | |
download | meta-mlinux-59b5e5f18cf970688ab8f69e5c849ff94b776752.tar.gz meta-mlinux-59b5e5f18cf970688ab8f69e5c849ff94b776752.tar.bz2 meta-mlinux-59b5e5f18cf970688ab8f69e5c849ff94b776752.zip |
Move to L4N1 and L4E1 support, temporarily on gitlab
Diffstat (limited to 'recipes-support/multitech/radio-query_0.8.bb')
-rw-r--r-- | recipes-support/multitech/radio-query_0.8.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-support/multitech/radio-query_0.8.bb b/recipes-support/multitech/radio-query_0.8.bb new file mode 100644 index 0000000..f548cf6 --- /dev/null +++ b/recipes-support/multitech/radio-query_0.8.bb @@ -0,0 +1,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} +} + |