From fb3371e39dfdf4502c375d56a350b839c441e03d Mon Sep 17 00:00:00 2001 From: Jeff Hatch Date: Fri, 29 Jan 2016 14:49:30 -0600 Subject: Update jsparser recipe to point to 0.3 tagged version --- recipes-support/multitech/jsparser_0.2.bb | 22 ---------------------- recipes-support/multitech/jsparser_0.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 recipes-support/multitech/jsparser_0.2.bb create mode 100644 recipes-support/multitech/jsparser_0.3.bb diff --git a/recipes-support/multitech/jsparser_0.2.bb b/recipes-support/multitech/jsparser_0.2.bb deleted file mode 100644 index b3c7313..0000000 --- a/recipes-support/multitech/jsparser_0.2.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 = "jsoncpp libmts" - -PR = "r0" -SRCREV="${PV}" - -SRC_URI = "git://git.multitech.net/jsparser;branch=master \ - file://jspp \ -" - -S = "${WORKDIR}/git" - -inherit autotools - -do_install_append() { - install -d ${D}/usr/bin - install -m 755 ${WORKDIR}/jspp ${D}/usr/bin/jspp -} - - diff --git a/recipes-support/multitech/jsparser_0.3.bb b/recipes-support/multitech/jsparser_0.3.bb new file mode 100644 index 0000000..b3c7313 --- /dev/null +++ b/recipes-support/multitech/jsparser_0.3.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" + +PR = "r0" +SRCREV="${PV}" + +SRC_URI = "git://git.multitech.net/jsparser;branch=master \ + file://jspp \ +" + +S = "${WORKDIR}/git" + +inherit autotools + +do_install_append() { + install -d ${D}/usr/bin + install -m 755 ${WORKDIR}/jspp ${D}/usr/bin/jspp +} + + -- cgit v1.2.3