X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-core%2Fsystemd%2Fsystemd-conf_241.bbappend;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-core%2Fsystemd%2Fsystemd-conf_241.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=684aeb6b7cdf531385e37ad21510de6adcbe4d33;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-conf_241.bbappend b/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-conf_241.bbappend deleted file mode 100644 index 684aeb6..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-conf_241.bbappend +++ /dev/null @@ -1,17 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -inherit stx-metadata - -STX_REPO = "config-files" -STX_SUBPATH = "systemd-config" - -LICENSE_append = "& Apache-2.0" -LIC_FILES_CHKSUM += "\ - file://${STX_METADATA_PATH}/files/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ - " - -do_install_append () { - install -d -m 0755 ${D}/${sysconfdir}/systemd - install -m644 ${STX_METADATA_PATH}/files/journald.conf ${D}/${sysconfdir}/systemd/journald.conf - chmod 644 ${D}/${sysconfdir}/systemd/journald.conf -}