summaryrefslogtreecommitdiff
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-18 23:11:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 11:00:37 +0200
commit19b28cccb3d01eecc234c8390203aa7c89660877 (patch)
tree82f10960309e7467fa14ae712ed83846018f02f7 /recipes-connectivity
parentb496b5a03f68d5384a282604b907d0f2451ddcbc (diff)
wpa-supplicant: don't install systemd service file
- is already installed
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend7
-rw-r--r--recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend~6
2 files changed, 13 insertions, 0 deletions
diff --git a/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend b/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
new file mode 100644
index 0000000..05ed04d
--- /dev/null
+++ b/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend
@@ -0,0 +1,7 @@
+PRINC = "1"
+
+# workaround, other packages provide this already
+do_install_append () {
+ # NOP
+ :
+} \ No newline at end of file
diff --git a/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend~ b/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend~
new file mode 100644
index 0000000..0035523
--- /dev/null
+++ b/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend~
@@ -0,0 +1,6 @@
+
+# workaround, other packages provide this already
+do_install_append () {
+ # NOP
+ :
+} \ No newline at end of file