X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=meta-stx%2Frecipes-core%2Fstx-update%2Fstx-update.bb;h=9decf52d1d6b52e9ff10d9244ca525727aa84ecc;hb=refs%2Fchanges%2F92%2F3692%2F1;hp=a8574f62b68ff1c598b26be5fa5e877898f3cf70;hpb=41028afaf679097b602ed78f178b03b28d7d348f;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 a8574f6..9decf52 100644 --- a/meta-stx/recipes-core/stx-update/stx-update.bb +++ b/meta-stx/recipes-core/stx-update/stx-update.bb @@ -28,6 +28,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 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 \ + file://0007-patch_agent-do-not-do-the-packages_iter-if-pkggrp-is.patch \ " DEPENDS = " \ @@ -57,3 +63,5 @@ pkg_postinst_ontarget_${PN} () { } FILES_${PN} = " " + +DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit"