diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2021-03-24 09:41:24 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2021-04-27 13:55:26 +0200 |
commit | 984f25b6deb5fe4acf82d51c04b2c1392a542723 (patch) | |
tree | a528b65d05d6b0b17aa98b0164069d7e8e716713 /recipes-core/openjdk/openjdk-7-common.inc | |
parent | 04377d10225360bd27d018007889176911bb7532 (diff) | |
download | meta-java-984f25b6deb5fe4acf82d51c04b2c1392a542723.tar.gz |
openjdk-8: Workaround TOPDIR not getting expanded in configure.ac
Somehow the TOPDIR environment doesn't get expanded in configure.ac. Suspecting
a clash with OE's internal TOPDIR variable, I tried replacing it with JDKTOPDIR
but that resulted in the same error.
| autoreconf: configure.ac: creating directory $TOPDIR/common/autoconf/build-aux
| autoreconf: error: cannot create $TOPDIR/common/autoconf/build-aux: No such file or directory
The workaround implemented here is to replace $TOPDIR in the file by its assigned
value ${S}. This makes the error go away and the native build succeed.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-common.inc')
0 files changed, 0 insertions, 0 deletions