From 6934b10df5b41493e8c00e8746a4a9bee7366b0d Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Thu, 12 Nov 2015 14:53:30 -0600 Subject: Update libmts-io and radio-cmd recipes to pull in new tags from .net --- recipes-support/multitech/radio-cmd_0.3.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-support/multitech/radio-cmd_0.3.bb (limited to 'recipes-support/multitech/radio-cmd_0.3.bb') diff --git a/recipes-support/multitech/radio-cmd_0.3.bb b/recipes-support/multitech/radio-cmd_0.3.bb new file mode 100644 index 0000000..b8e5b23 --- /dev/null +++ b/recipes-support/multitech/radio-cmd_0.3.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} +} + -- cgit v1.2.3