From: Richard Purdie Date: Mon, 5 Jan 2009 15:59:22 +0000 (+0000) Subject: sdk.bbclass: Don't special case virtual/ dependencies as this breaks things like... X-Git-Tag: yocto-4.0~47357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e247f22c27b5ffae8d7e6ca19dedf39c6946f9e4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sdk.bbclass: Don't special case virtual/ dependencies as this breaks things like libx11 --- diff --git a/meta/classes/sdk.bbclass b/meta/classes/sdk.bbclass index dd62e2a0288..b5ec9efd08d 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: