Babak Sarashki 4381f4194c stx-monitoring: set and limit checkouts to subpaths
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-09-22 20:04:04 -07:00

21 lines
316 B
BlitzBasic

require monitoring-common.inc
SUBPATH0 = "vm-topology/vm-topology"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
RDEPENDS_${PN}_append = " \
python \
libvirt \
python-keyring \
"
DEPENDS += " \
python-keyring \
libvirt \
"
inherit setuptools python-dir