]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch
authorPeter Marko <peter.marko@siemens.com>
Thu, 23 Mar 2023 12:25:16 +0000 (13:25 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 30 Mar 2023 18:29:50 +0000 (08:29 -1000)
commit728018bbfe1de53661881a05e0359083ad544f97
treec8370f1e58671107dd5a6962bc7d161d3339c4e2
parent81223013571ccf4730ca1320b7ac0cd54548ec0a
gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch

This function is referencing '${S}/..'.
It uses ${S} only as good known directory path to start
traversing from, and it does not need it to exist or be populated.
If ${S} does not exist yet, the function will fail because
it cannot evaluate path .. from non-existing directory.

Reproducer (verified in master and kirkstone):
  bitbake gcc -c deploy_source_date_epoch
  bitbake gcc -c cleansstate
  rm -rf build/tmp
  bitbake gcc -c deploy_source_date_epoch

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 42661a59cda164b2d236ffc35b4d8cf43312b677)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/gcc/gcc-shared-source.inc