diff options
author | John Klug <john.klug@multitech.com> | 2020-12-07 15:48:11 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-12-07 15:48:11 -0600 |
commit | 7422062e618b0f39b5cb4e70e5c8a32b9a31408f (patch) | |
tree | 2fc9e3204efaebf3493d58047f7c37a1f4ec1317 /recipes-support/multitech/radio-cmd_0.7.bb | |
parent | 2bf361d97cc5a9fbc33a8915a6be1b64271a2d15 (diff) | |
download | meta-mlinux-af4f0e3aea61bf96f99e97c6036b392f1e92aaf0.tar.gz meta-mlinux-af4f0e3aea61bf96f99e97c6036b392f1e92aaf0.tar.bz2 meta-mlinux-af4f0e3aea61bf96f99e97c6036b392f1e92aaf0.zip |
Diffstat (limited to 'recipes-support/multitech/radio-cmd_0.7.bb')
-rw-r--r-- | recipes-support/multitech/radio-cmd_0.7.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-support/multitech/radio-cmd_0.7.bb b/recipes-support/multitech/radio-cmd_0.7.bb new file mode 100644 index 0000000..d81fe83 --- /dev/null +++ b/recipes-support/multitech/radio-cmd_0.7.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "MultiTech cellular radio command tool" +HOMEPAGE = "http://www.multitech.net/" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "jsoncpp libmts libmts-io" +RDEPENDS_${PN} = "jsoncpp libmts libmts-io" + +PR = "r1" +SRCREV = "${PV}" + +SRC_URI = "git://git.multitech.net/radio-cmd;branch=master" + +S = "${WORKDIR}/git" + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake install DESTDIR=${D} +} + |