diff options
author | David Wagner <david.wagner@intel.com> | 2015-01-29 10:36:23 +0100 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2015-01-29 10:36:23 +0100 |
commit | 8526bbf8774b9751904703358d6b5efab5efa530 (patch) | |
tree | f90db6c0fdd05ea246432b7e36a1c12345b825be /tools/xmlGenerator/lightRoutingUpdate.sh | |
parent | 23e217c5edc47e08bd44222a2df0d3a876d3aeec (diff) | |
parent | 708d1166897a1f2678273d2febbfa8b2d36f9bc4 (diff) | |
download | external_parameter-framework-8526bbf8774b9751904703358d6b5efab5efa530.zip external_parameter-framework-8526bbf8774b9751904703358d6b5efab5efa530.tar.gz external_parameter-framework-8526bbf8774b9751904703358d6b5efab5efa530.tar.bz2 |
Merge pull request #38 from dawagner/python-bindings
Python bindings and new EDD -> XML generator using these bindings
Diffstat (limited to 'tools/xmlGenerator/lightRoutingUpdate.sh')
-rwxr-xr-x | tools/xmlGenerator/lightRoutingUpdate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xmlGenerator/lightRoutingUpdate.sh b/tools/xmlGenerator/lightRoutingUpdate.sh index 4bde78f..7403622 100755 --- a/tools/xmlGenerator/lightRoutingUpdate.sh +++ b/tools/xmlGenerator/lightRoutingUpdate.sh @@ -100,7 +100,7 @@ done log "Generate domain commands from file(s): $*" m4 "$@" \ - | $(dirname $0)/PFWScriptGenerator.py --pfw >> "${tmpfile}" + | $(dirname $0)/PFWScriptGenerator.py --output-kind pfw >> "${tmpfile}" echo "setAutoSync off" >> "${tmpfile}" |