guider_3.9.7.bb 537 B

12345678910111213141516171819
  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. LICENSE = "GPLv2+"
  6. LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
  7. PV = "3.9.7+git${SRCPV}"
  8. SRC_URI = "git://github.com/iipeace/${BPN}"
  9. SRCREV = "459b5189a46023fc98e19888b196bdc2674022fd"
  10. S = "${WORKDIR}/git"
  11. inherit setuptools3
  12. RDEPENDS_${PN} = "python3 python3-core \
  13. python3-ctypes python3-shell python3-json"