summaryrefslogtreecommitdiff
path: root/strata/genivi
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-05 12:22:16 +0000
commit8fc1c244dd05e723aac6ef5e5af49b8307a37cf2 (patch)
treeb265389fb15cf1e0de8697b6f8f90c1a32f24846 /strata/genivi
parenta73f81a952a098b8671b3f48e2f8cb0eecd39622 (diff)
downloaddefinitions-8fc1c244dd05e723aac6ef5e5af49b8307a37cf2.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')
-rw-r--r--strata/genivi/genivi-common-api-dbus-runtime.morph5
-rw-r--r--strata/genivi/genivi-common-api-runtime.morph5
2 files changed, 10 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
diff --git a/strata/genivi/genivi-common-api-runtime.morph b/strata/genivi/genivi-common-api-runtime.morph
new file mode 100644
index 00000000..7439331a
--- /dev/null
+++ b/strata/genivi/genivi-common-api-runtime.morph
@@ -0,0 +1,5 @@
+name: genivi-common-api-runtime
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- ln -s . build-aux