summaryrefslogtreecommitdiff
path: root/strata/genivi-demo-platform
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2015-05-06 15:05:19 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-13 16:45:02 +0000
commitd33886db049d3ddc830dd29af9e3738074c30a0f (patch)
treefa7c2fb34aa009cc7f11d0d16e278e47b61f7f2e /strata/genivi-demo-platform
parentb9cc567fe616a0c0aeb3262d08c6333566f8ce97 (diff)
downloaddefinitions-d33886db049d3ddc830dd29af9e3738074c30a0f.tar.gz
Use a version of automotive-message-broker that has fewer things wrong with it
Change-Id: Iddf615fb5f7e08d73a7c72cdd2723de772d053be
Diffstat (limited to 'strata/genivi-demo-platform')
-rw-r--r--strata/genivi-demo-platform/automotive-message-broker.morph2
1 files changed, 0 insertions, 2 deletions
diff --git a/strata/genivi-demo-platform/automotive-message-broker.morph b/strata/genivi-demo-platform/automotive-message-broker.morph
index b877564b..22ea0eff 100644
--- a/strata/genivi-demo-platform/automotive-message-broker.morph
+++ b/strata/genivi-demo-platform/automotive-message-broker.morph
@@ -3,8 +3,6 @@ kind: chunk
description: The GENIVI Automotive Message Broker
build-system: cmake
pre-configure-commands:
-- sed -i 's:pkg_check_modules(json REQUIRED json):pkg_check_modules(json REQUIRED json-c):' $(find -name 'CMakeLists.txt')
-- sed -i 's:<json/json.h>:<json-c/json.h>:' $(find . -name '*.h' -o -name '*.c' -o -name '*.hpp' -o -name '*.cpp')
post-install-commands:
- mkdir -p "$DESTDIR/usr/lib/systemd/system"
- |