meta-starlingx/recipes-devtools/python/python-cherrypy_git.bb
babak sarashki d156af831d starlingx-image-aio rootfs bb file and packages ported
(1) starlingx-image-aio rootfs bitbake file
	(2) packagegourp-stak-base for the base rootfs
	(3) packagroup-stx for starlingx specific packages
	(4) removed docs/inspect.sh
	(5) added docs/update-pool.sh
	(6) added recipes for python packages
2020-05-18 13:07:27 -07:00

16 lines
467 B
BlitzBasic

DESCRIPTION = "CherryPy is a pythonic, object-oriented HTTP framework."
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a8cbc5da4e6892b15a972a0b18622b2b"
SRCREV = "9eac6246e6c3e410ee150288e377f88f579cbbbd"
PROTOCOL = "https"
BRANCH = "master"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/cherrypy/cherrypy;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
DEPENDS += " python python-setuptools-scm-native"
inherit setuptools distutils pkgconfig