summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-03 18:14:24 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-03 18:14:24 +0900
commit2a2957ae1c6266be08dbc8a64686e88686b14d70 (patch)
tree1ebf6260dab50bc7b5858e8dba34e30510e5442b
parent6a92f7313008d01f6a12d4d2a8f5f92d043ca29e (diff)
launch_xml2cfg.sh is set not to be executed.jellyfish_10.0.1jellyfish/10.0.110.0.1
because launch_xml2cfg.sh includes xpath. Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I22fcfa1fc7120d19987b87a08a6587bf0d0fb1db
-rwxr-xr-xservice/system/system_manager/server/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/system/system_manager/server/Makefile b/service/system/system_manager/server/Makefile
index d4cff62..8571a75 100755
--- a/service/system/system_manager/server/Makefile
+++ b/service/system/system_manager/server/Makefile
@@ -107,7 +107,6 @@ install-data: install_data
install_data:
cpp -P -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_thread.h ./sm_launch__CWORD84_.xml ./sm_launch.tmp.xml
- $(SDKTARGETSYSROOT)/usr/share/basesystem/launch_xml2cfg.sh ./sm_launch.tmp.xml > ./sm_launch.cfg
install -d -m 755 $(DESTDIR)/etc/basesystem/BS/ss/system_manager/rwdata
install -m 644 ./sm_launch.cfg $(DESTDIR)/etc/basesystem/BS/ss/system_manager/rwdata
install -d -m 755 $(DESTDIR)/var/local/lib/basesystem/nv/BS/ss/system_manager/rwdata