X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fiptables%2Fiptables_%25.bbappend;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fiptables%2Fiptables_%25.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=96447f2fb625fca6c6447c8b1083187bf7bd5009;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-extended/iptables/iptables_%.bbappend b/meta-starlingx/meta-stx-integ/recipes-extended/iptables/iptables_%.bbappend deleted file mode 100644 index 96447f2..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-extended/iptables/iptables_%.bbappend +++ /dev/null @@ -1,21 +0,0 @@ -inherit stx-metadata - -STX_REPO = "config-files" -STX_SUBPATH = "iptables-config" - -LICENSE_append = "& Apache-2.0" -LIC_FILES_CHKSUM += "\ - file://${STX_METADATA_PATH}/files/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ - " - -inherit systemd -SYSTEMD_PACKAGES += "${PN}" -SYSETMD_SERVICE_${PN}_append = "iptables.service ip6tables.service" -SYSTEMD_AUTO_ENABLE_${PN} = "enable" -DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit" - -do_install_append() { - install -d -m0755 ${D}/${sysconfdir}/sysconfig - install -m 600 ${STX_METADATA_PATH}/files/iptables.rules ${D}/${sysconfdir}/sysconfig/iptables - install -m 600 ${STX_METADATA_PATH}/files/ip6tables.rules ${D}/${sysconfdir}/sysconfig/ip6tables -}