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
commit4cddbfc9828cfce56ef59318f0ee78b14d3e1aa9 (patch)
tree1edb6bc0e85742723816978834e329c2a66f52b2 /recipes-connectivity
parentbae29d3f05505df68234f5c23d41438abc74cb94 (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