From a52ec37d24f6d24b7bb3fcf64e711b197eebf857 Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Mon, 25 Jun 2018 14:09:34 -0500 Subject: Update radio-query recipes to include latest changes. --- recipes-support/multitech/radio-query_0.6.bb | 22 ---------------------- recipes-support/multitech/radio-query_0.7.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 recipes-support/multitech/radio-query_0.6.bb create mode 100644 recipes-support/multitech/radio-query_0.7.bb (limited to 'recipes-support') diff --git a/recipes-support/multitech/radio-query_0.6.bb b/recipes-support/multitech/radio-query_0.6.bb deleted file mode 100644 index 5e0b60a..0000000 --- a/recipes-support/multitech/radio-query_0.6.bb +++ /dev/null @@ -1,22 +0,0 @@ -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} -} - 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} +} + -- cgit v1.2.3