summaryrefslogtreecommitdiff
path: root/strata/genivi/genivi-common-api-dbus-runtime.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-03 16:13:56 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-03 17:48:22 +0000
commitf7f66decf608c953e97e2fdde68f17fed8fc6924 (patch)
tree6293049d3432159b711ec8dd063a4b226ce55b65 /strata/genivi/genivi-common-api-dbus-runtime.morph
parent6cf64f572b2af6c6cb0586f4b5c6431b24025c34 (diff)
downloaddefinitions-f7f66decf608c953e97e2fdde68f17fed8fc6924.tar.gz
Fix builds of genivi-common-api components
Running `autoreconf -ivf` will generate some files needed for ./configure in the build-aux folder. But ./configure needs them in the same folder. The workaround is generate a symlink 'build-aux -> .' so the files generated will end up next to the configure script.
Diffstat (limited to 'strata/genivi/genivi-common-api-dbus-runtime.morph')
-rw-r--r--strata/genivi/genivi-common-api-dbus-runtime.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/genivi/genivi-common-api-dbus-runtime.morph b/strata/genivi/genivi-common-api-dbus-runtime.morph
new file mode 100644
index 00000000..8d6cb134
--- /dev/null
+++ b/strata/genivi/genivi-common-api-dbus-runtime.morph
@@ -0,0 +1,5 @@
+name: genivi-common-api-dbus-runtime
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- ln -s . build-aux