diff options
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 |
