]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
autotools.bbclass: use relative path to run configure script rbt/relative
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 6 Oct 2015 06:42:24 +0000 (23:42 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 12 Jan 2016 02:02:07 +0000 (18:02 -0800)
commit96a7593b9e978f217a1349bf9b6dd598108e7ad8
tree551512e81885a846fd417c95b07d19488cda0378
parent097b013f99f3b90dbb0f7038163ec4b4b316b510
autotools.bbclass: use relative path to run configure script

The absolute path (/path/to/configure) caused VPATH in Makefile to be an
absolute path, and then it will be in elf files, use relative path to
run configure can fix the problem.

This will reduce a lot of buildpaths QA issues in a world buld.

[YOCTO #8894]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/autotools.bbclass