X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx-oran%2Frecipes-core%2Fbase-files%2Fbase-files_%25.bbappend;h=4904dfe9fc727be1bccb06b1bd9aa4a64740eaaa;hb=1ef003e35871b118f6c2e86461973ff4e8d288d6;hp=53b5a08a7c45b6bb47bc94013dfd0149edeb9567;hpb=4051bbac93fe0862eb0106d46519a25887cba15e;p=pti%2Frtp.git diff --git a/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend b/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend index 53b5a08..4904dfe 100644 --- a/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend +++ b/meta-stx-oran/recipes-core/base-files/base-files_%.bbappend @@ -13,16 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -SUBPATH1 = "centos-release-config" -DSTSUFX1 = "stx-release-config" - -SRC_URI += " \ - git://opendev.org/starlingx/config-files.git;protocol=https;destsuffix=${DSTSUFX1};branch="r/stx.3.0";subpath=${SUBPATH1};name=opendev \ - " - do_install_append() { - install -m 644 ${WORKDIR}/${DSTSUFX1}/files/issue ${D}/${sysconfdir}/issue - install -m 644 ${WORKDIR}/${DSTSUFX1}/files/issue.net ${D}/${sysconfdir}/issue.net - - sed -i -e 's/@PLATFORM_RELEASE@/${ORAN_REL}/' ${D}${sysconfdir}/issue* + sed -i -e 's/${STX_REL}/${ORAN_REL}/' ${D}${sysconfdir}/issue* }