X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fstx-update%2Fstx-update.bb;h=a5a9df4519695d583a2010a244c953f5d660d3fc;hb=refs%2Fchanges%2F34%2F3634%2F1;hp=2412e18c883e75f1ac89748068c441c4f1f5747c;hpb=57fdea704bd62af847872c40508f00aa1d7cac60;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/stx-update/stx-update.bb b/meta-stx/recipes-core/stx-update/stx-update.bb index 2412e18..a5a9df4 100644 --- a/meta-stx/recipes-core/stx-update/stx-update.bb +++ b/meta-stx/recipes-core/stx-update/stx-update.bb @@ -25,7 +25,15 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "git://opendev.org/starlingx/update.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" +SRC_URI = " \ + git://opendev.org/starlingx/update.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \ + file://0001-Remove-use-of-rpmUtils.miscutils-from-cgcs-patch.patch \ + file://0002-Cleanup-smartpm-references.patch \ + file://0003-Cleaning-up-pylint-settings-for-cgcs-patch.patch \ + file://0004-Address-python3-pylint-errors-and-warnings.patch \ + file://0005-Clean-up-pylint-W1201-logging-not-lazy-in-cgcs-patch.patch \ + file://0006-Migrate-patch-agent-to-use-DNF-for-swmgmt.patch \ + " DEPENDS = " \ python \ @@ -54,3 +62,5 @@ pkg_postinst_ontarget_${PN} () { } FILES_${PN} = " " + +DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit"