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=bec21c649ce2bb19a09165f93fd7a0c366e18ebb;hb=1f7bd2bbeeb8a8561968cc7a9f27c2b5fa0d08af;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..bec21c6 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}\)/\1 - ${ORAN_REL}/' ${D}${sysconfdir}/issue* }