summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2025-03-20 07:31:40 -0700
committerSteve Sakoman <steve@sakoman.com>2025-03-20 07:36:10 -0700
commitdcb242eb1926f393fb08738875232824e69e11e4 (patch)
treeb1d0e33f57a5829acd768907ed7bde120c6ed99d /meta/recipes-devtools
parent8f74fa4073d4b2ba8e0d9559aa654f3cafcf373a (diff)
downloadpoky-dcb242eb1926f393fb08738875232824e69e11e4.tar.gz
Revert "gcc-cross-canadian.inc: Fix buildpaths error for pthread.h"
This patch is causing build failures where pthread.h does not exist: sed: can't read No such file or directory This reverts commit d3c294ee0afe4d2eb46320945d41064ebfb5cbff. Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 06f0cef864..adcaef2b0f 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -118,11 +118,6 @@ do_install () {
118 # We don't care about the gcc-<version> copies 118 # We don't care about the gcc-<version> copies
119 rm -f ${D}${bindir}/*gcc-${BINV}* 119 rm -f ${D}${bindir}/*gcc-${BINV}*
120 120
121 # Remove buildpaths from pthread.h
122 sed -i -e "s|${RECIPE_SYSROOT_NATIVE}|/not/exist|g" \
123 -e "s|${RECIPE_SYSROOT}|/not/exist|g" \
124 ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include-fixed/pthread.h
125
126 # Cleanup empty directories which are not shipped 121 # Cleanup empty directories which are not shipped
127 # we use rmdir instead of 'rm -f' to ensure the non empty directories are not deleted 122 # we use rmdir instead of 'rm -f' to ensure the non empty directories are not deleted
128 # ${D}${libdir}/../lib only seems to appear with SDKMACHINE=i686 123 # ${D}${libdir}/../lib only seems to appear with SDKMACHINE=i686