X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-core%2Fsystemd%2Fsystemd-compat-units.bbappend;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-core%2Fsystemd%2Fsystemd-compat-units.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=c3ccc484c3c48a9f61333b34202232553cd28a87;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-compat-units.bbappend b/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-compat-units.bbappend deleted file mode 100644 index c3ccc48..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-compat-units.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -SYSTEMD_DISABLED_SYSV_SERVICES_remove += " networking" - -pkg_postinst_${PN}_append () { - - if [ -n "$D" ]; then - OPT="-f -r $D" - else - OPT="-f" - fi - - if [ -f "$D${sysconfdir}/init.d/networking" ]; then - update-rc.d $OPT networking defaults - fi -} - -RDEPENDS_${PN} += "update-rc.d"