]> code.ossystems Code Review - openembedded-core.git/commitdiff
sdk.bbclass: Don't special case virtual/ dependencies as this breaks things like...
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 5 Jan 2009 15:59:22 +0000 (15:59 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 5 Jan 2009 15:59:22 +0000 (15:59 +0000)
meta/classes/sdk.bbclass

index dd62e2a02880a27a47d75a030997dcee19e829f9..b5ec9efd08d46c736c1d5758c2fa49cfddc48eec 100644 (file)
@@ -80,7 +80,7 @@ python __anonymous () {
     else:
         autoextend = False
     for dep in deps:
-        if dep.endswith("-native") or dep.endswith("-cross") or dep.startswith("virtual/"):
+        if dep.endswith("-native") or dep.endswith("-cross"):
             continue
         if not dep.endswith("-sdk"):
             if autoextend: