meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-core / systemd / systemd-compat-units.bbappend
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 (file)
index c3ccc48..0000000
+++ /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"