X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-ha%2Fha-common.inc;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-ha%2Fha-common.inc;h=a1f7a2109f4f064120d699cc04948705d237aa87;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-ha/ha-common.inc b/meta-starlingx/meta-stx-flock/stx-ha/ha-common.inc new file mode 100644 index 0000000..a1f7a21 --- /dev/null +++ b/meta-starlingx/meta-stx-flock/stx-ha/ha-common.inc @@ -0,0 +1,24 @@ +DESCRIPTION = "stx-ha" + +PROTOCOL = "https" +BRANCH = "r/stx.3.0" +SRCNAME = "ha" +SRCREV = "a7b7d35b9922a3f2a8462492b7f1958f135a612d" +SRCREV_opendev = "a7b7d35b9922a3f2a8462492b7f1958f135a612d" +DESTSUFFIX = "${PN}-${PV}" +PV = "1.0.0" + +SRC_URI = " \ + git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH};destsuffix=${DESTSUFFIX};subpath=${SUBPATH0};name=opendev \ + " + +inherit systemd + +DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit" + +DEPENDS += " \ + fm-common \ + sqlite3 \ + python \ + python-pbr-native \ + "