blob: 88fad936ba02f8f26a19929293275595fc185eae [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "runtime performance analyzer"
2HOMEPAGE = "https://github.com/iipeace/guider"
3BUGTRACKER = "https://github.com/iipeace/guider/issues"
4AUTHOR = "Peace Lee <ipeace5@gmail.com>"
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
8
9PV = "3.9.7+git${SRCPV}"
10
11SRC_URI = "git://github.com/iipeace/${BPN}"
Andrew Geisslerc87764f2020-06-27 00:16:32 -050012SRCREV = "459b5189a46023fc98e19888b196bdc2674022fd"
Andrew Geissler89770b02020-06-13 10:40:47 -050013
14S = "${WORKDIR}/git"
15
16inherit setuptools3
17
18RDEPENDS_${PN} = "python3 python3-core \
19 python3-ctypes python3-shell python3-json"