Skip to content

Commit

Permalink
Update yocto recipe and setup.py for 3.9.8
Browse files Browse the repository at this point in the history
Signed-off-by: Peace Lee <[email protected]>
  • Loading branch information
iipeace committed Mar 27, 2021
1 parent a502cd9 commit 9c7dbd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions guider_3.9.7.bb → guider_3.9.8.bb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
SUMMARY = "runtime performance analyzer"
SUMMARY = "performance analyzer"
HOMEPAGE = "https://github.com/iipeace/guider"
BUGTRACKER = "https://github.com/iipeace/guider/issues"
AUTHOR = "Peace Lee <[email protected]>"

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

PV = "3.9.7+git${SRCPV}"
PV = "3.9.8+git${SRCPV}"

SRC_URI = "git://github.com/iipeace/${BPN}"
SRCREV = "c87269d6d4669d12c99a2a7b9b07c39a5dd24ac6"
SRCREV = "a502cd93b13235b7539557a91328de00b7c51bc3"

S = "${WORKDIR}/git"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'guider',
version = '3.9.8',
version = '3.9.81',
license = 'GPL2',
description = 'A system-wide analyzer of performance',
author = 'Peace Lee',
Expand Down

0 comments on commit 9c7dbd0

Please sign in to comment.