From 8fc1c244dd05e723aac6ef5e5af49b8307a37cf2 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 3 Mar 2015 16:13:56 +0000 Subject: 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. --- strata/genivi.morph | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strata/genivi.morph') diff --git a/strata/genivi.morph b/strata/genivi.morph index 24050b4c..c8fe1532 100644 --- a/strata/genivi.morph +++ b/strata/genivi.morph @@ -36,11 +36,13 @@ chunks: build-depends: - googletest - name: genivi-common-api-runtime + morph: strata/genivi/genivi-common-api-runtime.morph repo: upstream:genivi-common-api-runtime ref: 188abb5e24d6a2a7fdd7e5d150439a162621292c unpetrify-ref: 2.1.6 build-depends: [] - name: genivi-common-api-dbus-runtime + morph: strata/genivi/genivi-common-api-dbus-runtime.morph repo: upstream:genivi-common-api-dbus-runtime ref: 3372155b32a2cf3b05e1a2a13f6f8413069de33f unpetrify-ref: 2.1.6-p1 -- cgit v1.2.1