Skip to content

Commit

Permalink
guider: Upgrade to 3.9.7
Browse files Browse the repository at this point in the history
Signed-off-by: Peace Lee <[email protected]>
  • Loading branch information
iipeace committed Jun 10, 2020
1 parent 9068314 commit 8e1fe62
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 39 deletions.
39 changes: 0 additions & 39 deletions meta-oe/recipes-devtools/guider/guider_3.9.6.bb

This file was deleted.

22 changes: 22 additions & 0 deletions meta-oe/recipes-devtools/guider/guider_3.9.7.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
SUMMARY = "runtime 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}"
PR = "r0"

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

S = "${WORKDIR}/git"
R = "${RECIPE_SYSROOT}"

inherit setuptools3

RDEPENDS_${PN} = "python3 python3-core \
python3-ctypes python3-shell python3-json"

0 comments on commit 8e1fe62

Please sign in to comment.