From 56f4292f26c3384d4026f8c131fc8b1f11adf7c4 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 18 Apr 2022 14:02:27 -0500 Subject: Add new modbus slave feature, Rogers Certs, AT&T Sunset --- recipes-support/multitech/radio-cmd_0.9.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-support/multitech/radio-cmd_0.9.bb (limited to 'recipes-support/multitech/radio-cmd_0.9.bb') diff --git a/recipes-support/multitech/radio-cmd_0.9.bb b/recipes-support/multitech/radio-cmd_0.9.bb new file mode 100644 index 0000000..a910d8a --- /dev/null +++ b/recipes-support/multitech/radio-cmd_0.9.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 = "r2" +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} +} + -- cgit v1.2.3