]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc-cross-canadian.inc: Fix buildpaths error for pthread.h
authorSana Kazi <sanakazi720@gmail.com>
Fri, 14 Mar 2025 09:27:55 +0000 (14:57 +0530)
committerSteve Sakoman <steve@sakoman.com>
Fri, 14 Mar 2025 14:18:16 +0000 (07:18 -0700)
commitd3c294ee0afe4d2eb46320945d41064ebfb5cbff
treeec35c240de73f753105c508086241b9466338b7e
parentb1aa13b9f656666458189d4dae0c25564abe2f25
gcc-cross-canadian.inc: Fix buildpaths error for pthread.h

Replace the hardcoded path with /not/exist as used for other
options[--with-sysroot] to ensure pthread.h does not contain
hardocded references to TMPDIR:

ERROR: gcc-cross-canadian-x86-64-13.3.0-r0 do_package_qa: QA Issue:
File /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/
usr/lib/x86_64-poky-linux/gcc/x86_64-poky-linux/13.3.0/include-fixed/
pthread.h in package gcc-cross-canadian-x86-64 contains reference to
TMPDIR [buildpaths]

Signed-off-by: Sana Kazi <sanakazi720@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/gcc/gcc-cross-canadian.inc