db48f44a9d
* 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
26 lines
525 B
HTML
26 lines
525 B
HTML
|
|
DESCRIPTION = "stx-utilities"
|
|
|
|
PROTOCOL = "https"
|
|
SRCNAME = "utilities"
|
|
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 \
|
|
"
|
|
|
|
DEPENDS = " \
|
|
python-pip \
|
|
python-pbr-native \
|
|
systemd \
|
|
"
|
|
|
|
## Skip tpm2-openssl-engine2
|