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:
6f3c454
)
gcc-package-target: set INSANE_SKIP is true on the objc package to mask missing GNU_HASH
author
Koen Kooi
<koen@openembedded.org>
Wed, 30 Dec 2009 09:21:49 +0000
(10:21 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 30 Dec 2009 09:21:49 +0000
(10:21 +0100)
* it was suggested on the oe-devel mailinglist that it doesn't matter for libobjc
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
91f5f90
..
0676b53
100644
(file)
--- a/
recipes/gcc/gcc-package-target.inc
+++ b/
recipes/gcc/gcc-package-target.inc
@@
-88,6
+88,8
@@
FILES_libgfortran-dev = "${libdir}/libgfortran.a \
${libdir}/libgfortran.so \
${libdir}/libgfortranbegin.a"
+# We don't care about GNU_HASH in objc, so mask all errors
+INSANE_SKIP_objc = "True"
FILES_objc = "${libdir}/libobjc*.so.* \
"
FILES_objc-dev = "${libdir}/libobjc*.so \