]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-cross-sdk: disable shlibs so packages will depend on libgcc1 instead of gcc-cross-sdk
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 27 Apr 2007 14:10:08 +0000 (14:10 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 27 Apr 2007 14:10:08 +0000 (14:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1573 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc-cross-sdk_4.1.1.bb

index 5d8434163b3abb0bb888fe30bae57d8ee2633311..a59a4355323865286ff62d5b093eb3db21e55cab 100644 (file)
@@ -1,6 +1,8 @@
 DESCRIPTION = "The GNU cc and gcc C compilers."
 require gcc_${PV}.bb
-PR = "r1"
+PR = "r2"
+
+EXCLUDE_FROM_SHLIBS = "1"
 
 inherit sdk