meta-starlingx/meta-stx-flock/stx-fault/fault-common.inc
Jackie Huang 04ec9036b3 stx-fault: uprev to stx 5.0
* update the branch and srcrev for stx 5.0
* update the PV with adding git${SRCPV}
* correct the path of S

Story: 2008952
Task: 42576

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ie4b3105e0ee6cd7f91a06504855d385961400602
2021-07-23 15:24:45 +08:00

34 lines
692 B
PHP

DESCRIPTION = "stx-fault"
PROTOCOL = "https"
BRANCH = "r/stx.5.0"
SRCREV = "86544b085b2553515da81be4b88b267381b0c6cb"
STXPV = "1.0.0"
DESTSUFFIX = "${BPN}-${STXPV}"
PV = "${STXPV}+git${SRCPV}"
S = "${WORKDIR}/${DESTSUFFIX}"
LICENSE = "Apache-2.0"
DEPENDS = " \
util-linux \
postgresql \
python \
python-pbr-native \
python-six \
python-oslo.i18n \
python-oslo.utils \
python-requests \
bash \
net-snmp \
"
RDEPENDS_${PN} += " bash"
SRC_URI = " \
git://opendev.org/starlingx/fault.git;protocol=${PROTOCOL};rev=${SRCREV};destsuffix=${DESTSUFFIX};branch=${BRANCH};subpath=${SUBPATH0};name=opendev \
"