From e0a0d03d27525537dac550b216caa728b5fd798c Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Mon, 8 Sep 2014 20:02:08 +0000 Subject: smartdevicelink with its depends - may be missing a log4cplus.properties file --- strata/genivi/smartdevicelink.morph | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 strata/genivi/smartdevicelink.morph (limited to 'strata/genivi/smartdevicelink.morph') diff --git a/strata/genivi/smartdevicelink.morph b/strata/genivi/smartdevicelink.morph new file mode 100644 index 00000000..6eb26f3a --- /dev/null +++ b/strata/genivi/smartdevicelink.morph @@ -0,0 +1,18 @@ +name: smartdevicelink +kind: chunk + +configure-commands: + - cd SDL_Core && cmake . +build-commands: + - cd SDL_Core && make +install-commands: + - cd SDL_Core && make install DESTDIR=/ + - mkdir -p $DESTDIR/opt/smartlink/include + - mkdir -p $DESTDIR/opt/smartlink/bin + - mkdir -p $DESTDIR/opt/smartlink/lib + - mkdir -p $DESTDIR/opt/smartlink/HMI + - cp -r SDL_Core/bin/* $DESTDIR/opt/smartlink/bin + - cp -r SDL_Core/include/* $DESTDIR/opt/smartlink/include + - cp -r SDL_Core/lib/* $DESTDIR/opt/smartlink/lib + - cp -r SDL_Core/src/components/HMI/* $DESTDIR/opt/smartlink/HMI + - echo "/opt/smartlink/HMI/index.html" > $DESTDIR/opt/smartlink/bin/hmi_link -- cgit v1.2.1