meta-starlingx/meta-stx-flock/stx-nfv/nfv-common.inc
Jackie Huang 3846571189 stx-nfv: 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: I0f53fc93a06ecb19cd3f04a635bfe0065bbbce45
2021-07-23 15:26:41 +08:00

31 lines
626 B
HTML

DESCRIPTION = "stx-nfv"
PROTOCOL = "https"
BRANCH = "r/stx.5.0"
SRCNAME = "nfv"
SRCREV = "1d7e5be68aa1d8aa167244411d1828bfc3e3d787"
STXPV = "1.0.0"
DESTSUFFIX = "${BPN}-${STXPV}"
PV = "${STXPV}+git${SRCPV}"
S = "${WORKDIR}/${DESTSUFFIX}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = " \
git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH};destsuffix=${DESTSUFFIX};subpath=${SUBPATH0};name=opendev \
"
DEPENDS += " \
python \
python-pbr-native \
mtce \
fm-common \
json-c \
openssl \
libevent \
libgcc \
"