summaryrefslogtreecommitdiff
path: root/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
deleted file mode 100644
index 873e18c..0000000
--- a/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-# workaround, meta-openembedded tries to install an unneeded but unavailable .service file
-# so provide one during install and later on delete it again
-do_install_prepend () {
- install -d ${S}/systemd/
- ln -s /dev/null ${S}/systemd/dummy.service
-}
-
-do_install_append () {
- rm -f ${D}${systemd_unitdir}/system/dummy.service
-}