From 43fc198446abbef9b01d6766528d080ccfaeb114 Mon Sep 17 00:00:00 2001 From: relan Date: Mon, 25 Dec 2017 11:13:25 +0300 Subject: [PATCH] MAXS: fix 0.5.3 --- metadata/org.projectmaxs.main.txt | 1 + metadata/org.projectmaxs.module.alarmset.txt | 1 + metadata/org.projectmaxs.module.bluetooth.txt | 1 + metadata/org.projectmaxs.module.bluetoothadmin.txt | 1 + metadata/org.projectmaxs.module.clipboard.txt | 1 + metadata/org.projectmaxs.module.contactsread.txt | 1 + metadata/org.projectmaxs.module.fileread.txt | 1 + metadata/org.projectmaxs.module.filewrite.txt | 1 + metadata/org.projectmaxs.module.locationfine.txt | 1 + metadata/org.projectmaxs.module.misc.txt | 1 + metadata/org.projectmaxs.module.nfc.txt | 1 + metadata/org.projectmaxs.module.notification.txt | 1 + metadata/org.projectmaxs.module.phonestateread.txt | 1 + metadata/org.projectmaxs.module.ringermode.txt | 1 + metadata/org.projectmaxs.module.shell.txt | 1 + metadata/org.projectmaxs.module.smsnotify.txt | 1 + metadata/org.projectmaxs.module.smsread.txt | 1 + metadata/org.projectmaxs.module.smssend.txt | 1 + metadata/org.projectmaxs.module.smswrite.txt | 1 + metadata/org.projectmaxs.module.wifiaccess.txt | 1 + metadata/org.projectmaxs.module.wifichange.txt | 1 + metadata/org.projectmaxs.transport.xmpp.txt | 1 + 22 files changed, 22 insertions(+) diff --git a/metadata/org.projectmaxs.main.txt b/metadata/org.projectmaxs.main.txt index 7adf05f6d6..71ade9700e 100644 --- a/metadata/org.projectmaxs.main.txt +++ b/metadata/org.projectmaxs.main.txt @@ -185,6 +185,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=main submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils prebuild=make prebuild && \ rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp diff --git a/metadata/org.projectmaxs.module.alarmset.txt b/metadata/org.projectmaxs.module.alarmset.txt index dfd358f272..be624df959 100644 --- a/metadata/org.projectmaxs.module.alarmset.txt +++ b/metadata/org.projectmaxs.module.alarmset.txt @@ -144,6 +144,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-alarmset submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-alarmset/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.bluetooth.txt b/metadata/org.projectmaxs.module.bluetooth.txt index 8c38b4678f..2789431321 100644 --- a/metadata/org.projectmaxs.module.bluetooth.txt +++ b/metadata/org.projectmaxs.module.bluetooth.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-bluetooth submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-bluetooth/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.bluetoothadmin.txt b/metadata/org.projectmaxs.module.bluetoothadmin.txt index 5cee73ceaf..4dfd41f122 100644 --- a/metadata/org.projectmaxs.module.bluetoothadmin.txt +++ b/metadata/org.projectmaxs.module.bluetoothadmin.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-bluetoothadmin submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-bluetoothadmin/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.clipboard.txt b/metadata/org.projectmaxs.module.clipboard.txt index 740a2a59dc..5c3b578cfa 100644 --- a/metadata/org.projectmaxs.module.clipboard.txt +++ b/metadata/org.projectmaxs.module.clipboard.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-clipboard submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-clipboard/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.contactsread.txt b/metadata/org.projectmaxs.module.contactsread.txt index 973a595df0..cd09cb8550 100644 --- a/metadata/org.projectmaxs.module.contactsread.txt +++ b/metadata/org.projectmaxs.module.contactsread.txt @@ -248,6 +248,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-contactsread submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-contactsread/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.fileread.txt b/metadata/org.projectmaxs.module.fileread.txt index 05e34b2dc6..743909ad85 100644 --- a/metadata/org.projectmaxs.module.fileread.txt +++ b/metadata/org.projectmaxs.module.fileread.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-fileread submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-fileread/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.filewrite.txt b/metadata/org.projectmaxs.module.filewrite.txt index 6dc28a2aed..6dd1d0e19e 100644 --- a/metadata/org.projectmaxs.module.filewrite.txt +++ b/metadata/org.projectmaxs.module.filewrite.txt @@ -245,6 +245,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-filewrite submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-filewrite/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.locationfine.txt b/metadata/org.projectmaxs.module.locationfine.txt index e2deaca12d..a9dd45098d 100644 --- a/metadata/org.projectmaxs.module.locationfine.txt +++ b/metadata/org.projectmaxs.module.locationfine.txt @@ -144,6 +144,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-locationfine submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-locationfine/Makefile prebuild=make prebuild diff --git a/metadata/org.projectmaxs.module.misc.txt b/metadata/org.projectmaxs.module.misc.txt index 2cc87b419b..3914450044 100644 --- a/metadata/org.projectmaxs.module.misc.txt +++ b/metadata/org.projectmaxs.module.misc.txt @@ -144,6 +144,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-misc submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-misc/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.nfc.txt b/metadata/org.projectmaxs.module.nfc.txt index 7542144abd..0fe4ab4860 100644 --- a/metadata/org.projectmaxs.module.nfc.txt +++ b/metadata/org.projectmaxs.module.nfc.txt @@ -109,6 +109,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-nfc submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-nfc/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.notification.txt b/metadata/org.projectmaxs.module.notification.txt index d4b5b7ab80..5fcad6d591 100644 --- a/metadata/org.projectmaxs.module.notification.txt +++ b/metadata/org.projectmaxs.module.notification.txt @@ -132,6 +132,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-notification submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-notification/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.phonestateread.txt b/metadata/org.projectmaxs.module.phonestateread.txt index b2d6bd0c08..bac0730b7a 100644 --- a/metadata/org.projectmaxs.module.phonestateread.txt +++ b/metadata/org.projectmaxs.module.phonestateread.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-phonestateread submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-phonestateread/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.ringermode.txt b/metadata/org.projectmaxs.module.ringermode.txt index baba39dc5b..40a3014285 100644 --- a/metadata/org.projectmaxs.module.ringermode.txt +++ b/metadata/org.projectmaxs.module.ringermode.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-ringermode submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-ringermode/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.shell.txt b/metadata/org.projectmaxs.module.shell.txt index eed23fb14b..450e005483 100644 --- a/metadata/org.projectmaxs.module.shell.txt +++ b/metadata/org.projectmaxs.module.shell.txt @@ -156,6 +156,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-shell submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-shell/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.smsnotify.txt b/metadata/org.projectmaxs.module.smsnotify.txt index dfec8c293e..967b37d9e7 100644 --- a/metadata/org.projectmaxs.module.smsnotify.txt +++ b/metadata/org.projectmaxs.module.smsnotify.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-smsnotify submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-smsnotify/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.smsread.txt b/metadata/org.projectmaxs.module.smsread.txt index 90d37eab67..80137e116f 100644 --- a/metadata/org.projectmaxs.module.smsread.txt +++ b/metadata/org.projectmaxs.module.smsread.txt @@ -236,6 +236,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-smsread submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-smsread/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.smssend.txt b/metadata/org.projectmaxs.module.smssend.txt index 9ba413faa1..d31809e79a 100644 --- a/metadata/org.projectmaxs.module.smssend.txt +++ b/metadata/org.projectmaxs.module.smssend.txt @@ -245,6 +245,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-smssend submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-smssend/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.smswrite.txt b/metadata/org.projectmaxs.module.smswrite.txt index 6e06def069..a9ec336c58 100644 --- a/metadata/org.projectmaxs.module.smswrite.txt +++ b/metadata/org.projectmaxs.module.smswrite.txt @@ -245,6 +245,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-smswrite submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-smswrite/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.wifiaccess.txt b/metadata/org.projectmaxs.module.wifiaccess.txt index ae57bbaa2d..d301518344 100644 --- a/metadata/org.projectmaxs.module.wifiaccess.txt +++ b/metadata/org.projectmaxs.module.wifiaccess.txt @@ -153,6 +153,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-wifiaccess submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-wifiaccess/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.module.wifichange.txt b/metadata/org.projectmaxs.module.wifichange.txt index bc1ee0a69c..e8cc6d1998 100644 --- a/metadata/org.projectmaxs.module.wifichange.txt +++ b/metadata/org.projectmaxs.module.wifichange.txt @@ -144,6 +144,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=module-wifichange submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils init=cd .. && \ make module-wifichange/Makefile prebuild=make prebuild && \ diff --git a/metadata/org.projectmaxs.transport.xmpp.txt b/metadata/org.projectmaxs.transport.xmpp.txt index c460f99221..3f9986ac88 100644 --- a/metadata/org.projectmaxs.transport.xmpp.txt +++ b/metadata/org.projectmaxs.transport.xmpp.txt @@ -205,6 +205,7 @@ Build:0.5.3,2000501435 commit=0.5.3 subdir=transport-xmpp submodules=yes + sudo=apt-get install -y xmlstarlet libxml2-utils prebuild=make prebuild && \ rm -rf ../module-shell/libraryProjects/root-commands/ExampleApp