X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fprocps%2Fprocps_%25.bbappend;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fprocps%2Fprocps_%25.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=687ab6adb85e48904e4f544f029762d374e18b58;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-extended/procps/procps_%.bbappend b/meta-starlingx/meta-stx-integ/recipes-extended/procps/procps_%.bbappend deleted file mode 100644 index 687ab6a..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-extended/procps/procps_%.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -inherit stx-metadata - -STX_REPO = "config-files" -STX_SUBPATH = "initscripts-config" - -LICENSE_append = "& Apache-2.0" -LIC_FILES_CHKSUM += " \ - file://${STX_METADATA_PATH}/centos/initscripts-config.spec;beginline=1;endline=10;md5=5c43895c2c3756125227c74209b8b791 \ - " - -do_install_append () { - install -d -m 755 ${D}/${sysconfdir} - install -m 644 ${STX_METADATA_PATH}/files/sysctl.conf ${D}/${sysconfdir}/sysctl.conf -}