Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame^] | 1 | SUMMARY = "runtime performance analyzer" |
| 2 | HOMEPAGE = "https://github.com/iipeace/guider" |
| 3 | BUGTRACKER = "https://github.com/iipeace/guider/issues" |
| 4 | AUTHOR = "Peace Lee <ipeace5@gmail.com>" |
| 5 | |
| 6 | LICENSE = "GPLv2+" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" |
| 8 | |
| 9 | PV = "3.9.7+git${SRCPV}" |
| 10 | |
| 11 | SRC_URI = "git://github.com/iipeace/${BPN}" |
| 12 | SRCREV = "c87269d6d4669d12c99a2a7b9b07c39a5dd24ac6" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | inherit setuptools3 |
| 17 | |
| 18 | RDEPENDS_${PN} = "python3 python3-core \ |
| 19 | python3-ctypes python3-shell python3-json" |