From db48f44a9d0a0a69386f299e50c1225bc7e68018 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 21 May 2021 16:03:12 +0800 Subject: [PATCH] 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 Change-Id: I926a40b203d0d4557b6bd5f106c90aa229b6e12e --- meta-stx-flock/stx-utilities/utilities-common.inc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/meta-stx-flock/stx-utilities/utilities-common.inc b/meta-stx-flock/stx-utilities/utilities-common.inc index f636457..2251fbf 100644 --- a/meta-stx-flock/stx-utilities/utilities-common.inc +++ b/meta-stx-flock/stx-utilities/utilities-common.inc @@ -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 \