diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-04 17:55:13 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-12 10:06:07 +0200 |
commit | b58f0c99c8cc959dbe7dfd8e990ca5f5b0e19c2b (patch) | |
tree | e081c40b8139333554bc7b02eeed1102e28ca7aa /recipes-connectivity | |
parent | bf755e7e9a4e2c3afb84d56f01a8e36d16bb7ef4 (diff) |
wpa-supplicant: remove bbappend, fixed in bb
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend | 10 |
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 -} |