stx-utilities: 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: I926a40b203d0d4557b6bd5f106c90aa229b6e12e
This commit is contained in:
Jackie Huang 2021-05-21 16:03:12 +08:00
parent 6651e26a2c
commit db48f44a9d

View File

@ -3,18 +3,19 @@ DESCRIPTION = "stx-utilities"
PROTOCOL = "https"
SRCNAME = "utilities"
BRANCH = "r/stx.3.0"
SRCREV = "cbad6b792157d066dd601f0f9ce62dc177d4c848"
SRCREV_opendev = "cbad6b792157d066dd601f0f9ce62dc177d4c848"
DESTSUFFIX = "${PN}-${PV}"
PV = "1.0.0"
BRANCH = "r/stx.5.0"
SRCREV = "f65f5d91916b2a62344b3fb8e69097137bd73183"
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 \
"
#git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
DEPENDS = " \
python-pip \
python-pbr-native \