diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-09 14:45:57 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:28 +0000 |
commit | c6f860596cb461a1c144775b5a69e6d50974b531 (patch) | |
tree | 16e41e5049c7150773012181f7a309ed6c9993a1 /meta/classes/native.bbclass | |
parent | aa08ac8f6883d47dcd6d3a490dd923b042c989bd (diff) | |
download | poky-c6f860596cb461a1c144775b5a69e6d50974b531.tar.gz |
base/autotools.bbclass: Make sure extra dependencies are not lost for native and nativesdk BBCLASSEXTEND. Ugly but no simpler/neater way seems possible
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 2bd0cf3dfe..8a5e5f133f 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -91,8 +91,6 @@ python __anonymous () { | |||
91 | pn = bb.data.getVar("PN", d, True) | 91 | pn = bb.data.getVar("PN", d, True) |
92 | depends = bb.data.getVar("DEPENDS", d, True) | 92 | depends = bb.data.getVar("DEPENDS", d, True) |
93 | deps = bb.utils.explode_deps(depends) | 93 | deps = bb.utils.explode_deps(depends) |
94 | depends = bb.data.getVar("DEPENDS", d, True) | ||
95 | deps = bb.utils.explode_deps(depends) | ||
96 | newdeps = [] | 94 | newdeps = [] |
97 | if "native" in (bb.data.getVar('BBCLASSEXTEND', d, True) or ""): | 95 | if "native" in (bb.data.getVar('BBCLASSEXTEND', d, True) or ""): |
98 | autoextend = True | 96 | autoextend = True |