summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-core/systemd/systemd_%.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index a95ff82..8ebb6cc 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -1,18 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
SRC_URI += " \
- file://rndis.network \
file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
"
-
-PACKAGECONFIG_append = " networkd"
-
-do_install_append() {
- # The network files need to be in /usr/lib/systemd, not ${systemd_unitdir}...
- install -d ${D}${prefix}/lib/systemd/network/
- install -m 0644 ${WORKDIR}/rndis.network ${D}${prefix}/lib/systemd/network/
-}
-
-FILES_${PN} += " \
- ${nonarch_base_libdir}/systemd/network \
-"