From e247f22c27b5ffae8d7e6ca19dedf39c6946f9e4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 5 Jan 2009 15:59:22 +0000 Subject: sdk.bbclass: Don't special case virtual/ dependencies as this breaks things like libx11 --- meta/classes/sdk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/classes/sdk.bbclass b/meta/classes/sdk.bbclass index dd62e2a028..b5ec9efd08 100644 --- a/meta/classes/sdk.bbclass +++ b/meta/classes/sdk.bbclass @@ -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: -- cgit v1.2.3