git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5d1842
)
Revert "gcc: trade QA errors for broken runtime dependencies"
author
Koen Kooi
<koen@openembedded.org>
Mon, 13 Sep 2010 17:30:14 +0000
(19:30 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 13 Sep 2010 17:30:14 +0000
(19:30 +0200)
This isn't needed anymore now the proper fix is in
This reverts commit
241b8865f20b9e3c3beb334535e6cd8452cbf47d
.
recipes/gcc/gcc-package-target.inc
patch
|
blob
|
history
diff --git
a/recipes/gcc/gcc-package-target.inc
b/recipes/gcc/gcc-package-target.inc
index
e48a0b3
..
0676b53
100644
(file)
--- a/
recipes/gcc/gcc-package-target.inc
+++ b/
recipes/gcc/gcc-package-target.inc
@@
-7,19
+7,13
@@
PACKAGES = "\
objc objc-dev \
gcov gcov-symlinks \
libmudflap libmudflap-dev \
- libgcc \
libgcc-dev \
- libstdc++ \
libstdc++-dev \
libg2c-dev \
libgfortran-dev \
${PN}-doc \
"
-# These 2 raise QA errors, but we need them to get generated
-INSANE_SKIP_libgcc = "True"
-INSANE_SKIP_libstdc++ = "True"
-
FILES_${PN} = "\
${bindir}/${TARGET_PREFIX}gcc \
${bindir}/${TARGET_PREFIX}gccbug \