diff options
-rw-r--r-- | meta/classes/base.bbclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 2fff8b4438..6ef2baba71 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -439,10 +439,7 @@ python () { | |||
439 | 439 | ||
440 | # If we're building a target package we need to use fakeroot (pseudo) | 440 | # If we're building a target package we need to use fakeroot (pseudo) |
441 | # in order to capture permissions, owners, groups and special files | 441 | # in order to capture permissions, owners, groups and special files |
442 | 442 | if not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d): | |
443 | # Disabled by RP 17/8/10 until we fix pseudo under python based tasks | ||
444 | |||
445 | if False and not bb.data.inherits_class('native', d) and not bb.data.inherits_class('cross', d): | ||
446 | deps = (bb.data.getVarFlag('do_install', 'depends', d) or "").split() | 443 | deps = (bb.data.getVarFlag('do_install', 'depends', d) or "").split() |
447 | deps.append('virtual/fakeroot-native:do_populate_sysroot') | 444 | deps.append('virtual/fakeroot-native:do_populate_sysroot') |
448 | bb.data.setVarFlag('do_install', 'depends', " ".join(deps),d) | 445 | bb.data.setVarFlag('do_install', 'depends', " ".join(deps),d) |