summaryrefslogtreecommitdiff
path: root/strata/genivi/googletest.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/genivi/googletest.morph')
-rw-r--r--strata/genivi/googletest.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/strata/genivi/googletest.morph b/strata/genivi/googletest.morph
new file mode 100644
index 00000000..b72ac160
--- /dev/null
+++ b/strata/genivi/googletest.morph
@@ -0,0 +1,23 @@
+name: googletest
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands: []
+post-configure-commands: []
+pre-build-commands: []
+build-commands: []
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- mkdir -p $DESTDIR/usr/share/gtest/m4
+- install -m 644 m4/acx_pthread.m4 $DESTDIR/usr/share/gtest/m4
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []