From ed19f7ccf735e2ad405f7c7f91f49f3645e05e2c Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 11 Jan 2023 12:02:29 -0600 Subject: adding --diagnostics option --- recipes-support/multitech/radio-query_1.3.bb | 22 ---------------------- recipes-support/multitech/radio-query_1.5.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 recipes-support/multitech/radio-query_1.3.bb create mode 100644 recipes-support/multitech/radio-query_1.5.bb diff --git a/recipes-support/multitech/radio-query_1.3.bb b/recipes-support/multitech/radio-query_1.3.bb deleted file mode 100644 index 9301758..0000000 --- a/recipes-support/multitech/radio-query_1.3.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" -RDEPENDS_${PN} += "jsoncpp" -DEPENDS = "jsoncpp libmts libmts-io" - -PR = "r1" -SRCREV = "${PV}" - -SRC_URI = "git://git.multitech.net/cgit/radio-query.git;branch=master;protocol=https" - -S = "${WORKDIR}/git" - -do_compile() { - oe_runmake -} - -do_install() { - oe_runmake install DESTDIR=${D} -} - diff --git a/recipes-support/multitech/radio-query_1.5.bb b/recipes-support/multitech/radio-query_1.5.bb new file mode 100644 index 0000000..9301758 --- /dev/null +++ b/recipes-support/multitech/radio-query_1.5.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" +RDEPENDS_${PN} += "jsoncpp" +DEPENDS = "jsoncpp libmts libmts-io" + +PR = "r1" +SRCREV = "${PV}" + +SRC_URI = "git://git.multitech.net/cgit/radio-query.git;branch=master;protocol=https" + +S = "${WORKDIR}/git" + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake install DESTDIR=${D} +} + -- cgit v1.2.3