Skip to content

Commit 9c7dbd0

Browse files
committed
Update yocto recipe and setup.py for 3.9.8
Signed-off-by: Peace Lee <iipeace5@gmail.com>
1 parent a502cd9 commit 9c7dbd0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

guider_3.9.7.bb renamed to guider_3.9.8.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
SUMMARY = "runtime performance analyzer"
1+
SUMMARY = "performance analyzer"
22
HOMEPAGE = "https://github.com/iipeace/guider"
33
BUGTRACKER = "https://github.com/iipeace/guider/issues"
44
AUTHOR = "Peace Lee <ipeace5@gmail.com>"
55

66
LICENSE = "GPLv2+"
77
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
88

9-
PV = "3.9.7+git${SRCPV}"
9+
PV = "3.9.8+git${SRCPV}"
1010

1111
SRC_URI = "git://github.com/iipeace/${BPN}"
12-
SRCREV = "c87269d6d4669d12c99a2a7b9b07c39a5dd24ac6"
12+
SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3"
1313

1414
S = "${WORKDIR}/git"
1515

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = 'guider',
6-
version = '3.9.8',
6+
version = '3.9.81',
77
license = 'GPL2',
88
description = 'A system-wide analyzer of performance',
99
author = 'Peace Lee',

0 commit comments

Comments
 (0)