Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-fault / fault-common.inc
1 DESCRIPTION = "stx-fault"
2
3 PROTOCOL = "https"
4 BRANCH = "r/stx.3.0"
5 SRCREV_opendev = "2025f585c5b92890c8cb32c480b0151c7c1cb545"
6 DESTSUFFIX = "${PN}-${PV}"
7 SRCREV = "2025f585c5b92890c8cb32c480b0151c7c1cb545"
8 PV = "1.0.0"
9
10 LICENSE = "Apache-2.0"
11
12 DEPENDS = " \
13         util-linux \
14         postgresql \
15         python \
16         python-pbr-native \
17         python-six \
18         python-oslo.i18n \
19         python-oslo.utils \
20         python-requests \
21         bash \
22         net-snmp \
23 "
24
25 RDEPENDS_${PN} += " bash"
26
27
28 SRC_URI = " \
29    git://opendev.org/starlingx/fault.git;protocol=${PROTOCOL};rev=${SRCREV};destsuffix=${DESTSUFFIX};branch=${BRANCH};subpath=${SUBPATH0};name=opendev \
30    "