diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-06-02 16:35:34 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-14 09:16:29 -0500 |
commit | a66c4c2507b27179272ae03bd2b453265187d4fe (patch) | |
tree | 8425f9c6ed6b4281be5a5bb738789539d90d7fa0 /recipes-support/multitech/radio-cmd_0.4.bb | |
parent | f9afca2fcbb6c36faf145c1adf0a987b71279172 (diff) | |
download | meta-mlinux-a66c4c2507b27179272ae03bd2b453265187d4fe.tar.gz meta-mlinux-a66c4c2507b27179272ae03bd2b453265187d4fe.tar.bz2 meta-mlinux-a66c4c2507b27179272ae03bd2b453265187d4fe.zip |
Update radio-cmd and radio-query recipes to 0.4 versions for both
Diffstat (limited to 'recipes-support/multitech/radio-cmd_0.4.bb')
-rw-r--r-- | recipes-support/multitech/radio-cmd_0.4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-support/multitech/radio-cmd_0.4.bb b/recipes-support/multitech/radio-cmd_0.4.bb new file mode 100644 index 0000000..b8e5b23 --- /dev/null +++ b/recipes-support/multitech/radio-cmd_0.4.bb @@ -0,0 +1,22 @@ +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" + +PR = "r0" +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} +} + |