gcc-package-target: set INSANE_SKIP is true on the objc package to mask missing GNU_HASH
authorKoen Kooi <koen@openembedded.org>
Wed, 30 Dec 2009 09:21:49 +0000 (10:21 +0100)
committerKoen 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

index 91f5f90..0676b53 100644 (file)
@@ -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 \