3c56b8d0dc
* 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
28 lines
561 B
HTML
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 \
|
|
"
|