diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-09-15 16:27:10 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2015-09-15 16:27:10 +0000 |
commit | 9b8b79e6e9809e99790289bd2b37971a3b88cf93 (patch) | |
tree | 0a375093cb093bb96a723935e755d039e7e58f34 | |
parent | 6778485203ad9219fc1ff4e14738c51fc9d16bea (diff) | |
download | buildslave-scripts-9b8b79e6e9809e99790289bd2b37971a3b88cf93.tar.gz |
Disable poi-service
It appears to have changed build-system since we last built it.
-rw-r--r-- | firehose_mappings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firehose_mappings.py b/firehose_mappings.py index 3e2c5f3..4ee3d6f 100644 --- a/firehose_mappings.py +++ b/firehose_mappings.py @@ -1,5 +1,5 @@ examples = ['examples/genivi-persistence-client-library.yaml', - 'examples/genivi-poi-service.yaml', + #'examples/genivi-poi-service.yaml', #'examples/genivi-wayland-ivi-extension.yaml', 'examples/linux-master.yaml', 'examples/systemd-master.yaml'] |