meta-starlingx/meta-stx-flock/stx-ha/ha-common.inc
Jackie Huang 3c56b8d0dc stx-ha: 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: If15dcde0bdcf8729ac36ee0e48f90f68d63c966a
2021-07-23 15:24:45 +08:00

28 lines
561 B
HTML

DESCRIPTION = "stx-ha"
PROTOCOL = "https"
BRANCH = "r/stx.5.0"
SRCNAME = "ha"
SRCREV = "e8f2c3dc42ce702e7453e2633b6df468764bb27a"
STXPV = "1.0.0"
DESTSUFFIX = "${BPN}-${STXPV}"
PV = "${STXPV}+git${SRCPV}"
S = "${WORKDIR}/${DESTSUFFIX}"
SRC_URI = " \
git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH};destsuffix=${DESTSUFFIX};subpath=${SUBPATH0};name=opendev \
"
inherit systemd
DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit"
DEPENDS += " \
fm-common \
sqlite3 \
python \
python-pbr-native \
"