From 5850ffe57f1ecf177625ee62ef8b3e9fd5522221 Mon Sep 17 00:00:00 2001 From: Mykyta Dorokhin Date: Thu, 11 Mar 2021 18:18:28 +0200 Subject: Switch jsparser to jsoncpp 1.9.2 --- recipes-support/multitech/jsparser_0.3.bb | 22 ---------------------- recipes-support/multitech/jsparser_0.4.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 recipes-support/multitech/jsparser_0.3.bb create mode 100644 recipes-support/multitech/jsparser_0.4.bb (limited to 'recipes-support/multitech') diff --git a/recipes-support/multitech/jsparser_0.3.bb b/recipes-support/multitech/jsparser_0.3.bb deleted file mode 100644 index e7fe029..0000000 --- a/recipes-support/multitech/jsparser_0.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "MultiTech Command Line JSON Parser" -LICENSE = "GPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "jsoncpp16 libmts" -RDEPENDS_${PN} += "bash jsoncpp16" - -PR = "r0" -SRCREV="${PV}" - -SRC_URI = "git://git.multitech.net/jsparser;branch=master \ - file://jspp \ -" - -S = "${WORKDIR}/git" - -do_install_append() { - oe_runmake install DESTDIR=${D} - install -d ${D}/usr/bin - install -m 755 ${WORKDIR}/jspp ${D}/usr/bin/jspp -} - - diff --git a/recipes-support/multitech/jsparser_0.4.bb b/recipes-support/multitech/jsparser_0.4.bb new file mode 100644 index 0000000..cd419c6 --- /dev/null +++ b/recipes-support/multitech/jsparser_0.4.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "MultiTech Command Line JSON Parser" +LICENSE = "GPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" +DEPENDS = "jsoncpp libmts" +RDEPENDS_${PN} += "bash jsoncpp" + +PR = "r0" +SRCREV="${PV}" + +SRC_URI = "git://git.multitech.net/jsparser;branch=master \ + file://jspp \ +" + +S = "${WORKDIR}/git" + +do_install_append() { + oe_runmake install DESTDIR=${D} + install -d ${D}/usr/bin + install -m 755 ${WORKDIR}/jspp ${D}/usr/bin/jspp +} + + -- cgit v1.2.3