From 99399173aa13b04e2e45bdabcf1667ea9876d69f Mon Sep 17 00:00:00 2001 From: Peace Lee Date: Wed, 24 Mar 2021 08:11:14 +0900 Subject: guider: Upgrade 3.9.7 -> 3.9.8 Upgrade to release 3.9.8 Signed-off-by: Peace Lee Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/guider/guider_3.9.7.bb | 19 ------------------- meta-oe/recipes-devtools/guider/guider_3.9.8.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-devtools/guider/guider_3.9.7.bb create mode 100644 meta-oe/recipes-devtools/guider/guider_3.9.8.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.7.bb b/meta-oe/recipes-devtools/guider/guider_3.9.7.bb deleted file mode 100644 index 88fad936ba..0000000000 --- a/meta-oe/recipes-devtools/guider/guider_3.9.7.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "runtime performance analyzer" -HOMEPAGE = "https://github.com/iipeace/guider" -BUGTRACKER = "https://github.com/iipeace/guider/issues" -AUTHOR = "Peace Lee " - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" - -PV = "3.9.7+git${SRCPV}" - -SRC_URI = "git://github.com/iipeace/${BPN}" -SRCREV = "459b5189a46023fc98e19888b196bdc2674022fd" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -RDEPENDS_${PN} = "python3 python3-core \ - python3-ctypes python3-shell python3-json" diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb new file mode 100644 index 0000000000..7afa5e5846 --- /dev/null +++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb @@ -0,0 +1,19 @@ +SUMMARY = "performance analyzer" +HOMEPAGE = "https://github.com/iipeace/guider" +BUGTRACKER = "https://github.com/iipeace/guider/issues" +AUTHOR = "Peace Lee " + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" + +PV = "3.9.8+git${SRCPV}" + +SRC_URI = "git://github.com/iipeace/${BPN}" +SRCREV = "bab995ce718b58d4b5fee594771884dea238d70a" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS_${PN} = "python3 python3-core \ + python3-ctypes python3-shell python3-json" -- cgit v1.2.3-54-g00ecf