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:
3967cae
)
gcc: trade QA errors for broken runtime dependencies
author
Koen Kooi
<koen@openembedded.org>
Tue, 7 Sep 2010 18:29:35 +0000
(20:29 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 7 Sep 2010 18:29:35 +0000
(20:29 +0200)
* this fixes the missing deps on libstdc++ and libgcc after building gcc
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
0676b53
..
e48a0b3
100644
(file)
--- a/
recipes/gcc/gcc-package-target.inc
+++ b/
recipes/gcc/gcc-package-target.inc
@@
-7,13
+7,19
@@
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 \