aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-connectivity
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-03-15 07:26:54 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-03-18 16:31:32 +0100
commitf423ccb8a79a9e4e25d5be4fbf5320cf3772b1d0 (patch)
tree7ef6bd482dae4c305845e84e87b891dc9202a0ab /meta-systemd/oe-core/recipes-connectivity
parent44c440e2b9a5930f66cc05541f4a5bf99df8f355 (diff)
downloadmeta-openembedded-contrib-f423ccb8a79a9e4e25d5be4fbf5320cf3772b1d0.tar.gz
wpa_supplicant: Location of systemd services files changed
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/oe-core/recipes-connectivity')
-rw-r--r--meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
index 609a1f34dc..a94b00725a 100644
--- a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
@@ -8,7 +8,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
do_install_append () {
install -d ${D}${systemd_unitdir}/system
- install -m 644 ${S}/systemd/*.service ${D}${systemd_unitdir}/system
+ install -m 644 ${S}/wpa_supplicant/systemd/*.service ${D}${systemd_unitdir}/system
}
# systemd.bbclass does not catch all multiple-instance-service-files