summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-07 21:29:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-07 23:30:07 +0100
commit016247241d07232b08c5961649dd7153622fff7f (patch)
tree864fa99c0848118a245e4a338f18ebc38065fb6c /meta/recipes-devtools/gcc/gcc-4.7.inc
parent99e6ed0b468d0269c432e250e90e3d0d96b709f1 (diff)
downloadpoky-016247241d07232b08c5961649dd7153622fff7f.tar.gz
gcc: Disable use of sdt.h header
The target sysroot might contain sdt.h but we don't list this in DEPENDS and shouldn't be referencing it. Unfortunately there is no way to tell configure this since these tests are uncached and we can't force a particular value. The only option is therefore to patch this out. (From OE-Core rev: 1409d9b9690e39ecc63aacfdd5785586d83633ee) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 4905155a1f..4ad4819e88 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -74,6 +74,7 @@ SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \
74 file://arm-hard-float-loader.patch \ 74 file://arm-hard-float-loader.patch \
75 file://gcc-argument-list-too-long.patch \ 75 file://gcc-argument-list-too-long.patch \
76 file://fix-g++-sysroot.patch \ 76 file://fix-g++-sysroot.patch \
77 file://disablesdt.patch \
77 " 78 "
78 79
79S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git" 80S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/git"