diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2018-06-25 14:09:34 -0500 |
---|---|---|
committer | Jeff Hatch <Jeff.Hatch@multitech.com> | 2018-06-25 14:09:34 -0500 |
commit | a52ec37d24f6d24b7bb3fcf64e711b197eebf857 (patch) | |
tree | 0837deb4c43ef34e1e340e7f4d06600e283d9636 /recipes-support/multitech/radio-query_0.7.bb | |
parent | dab83237e48bf6292069ad2b42349bc148cd5c8e (diff) | |
download | meta-mlinux-a52ec37d24f6d24b7bb3fcf64e711b197eebf857.tar.gz meta-mlinux-a52ec37d24f6d24b7bb3fcf64e711b197eebf857.tar.bz2 meta-mlinux-a52ec37d24f6d24b7bb3fcf64e711b197eebf857.zip |
Update radio-query recipes to include latest changes.
Diffstat (limited to 'recipes-support/multitech/radio-query_0.7.bb')
-rw-r--r-- | recipes-support/multitech/radio-query_0.7.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-support/multitech/radio-query_0.7.bb b/recipes-support/multitech/radio-query_0.7.bb new file mode 100644 index 0000000..5e0b60a --- /dev/null +++ b/recipes-support/multitech/radio-query_0.7.bb @@ -0,0 +1,22 @@ +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" + +S = "${WORKDIR}/git" + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake install DESTDIR=${D} +} + |