diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 23:05:45 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 23:05:45 +0100 |
commit | ab718b337c767e277c2e38183f99e61998610b67 (patch) | |
tree | ab28fbc475a718e85f6ba6b0f94503d3cb2a50b0 /meta/classes | |
parent | 8109db28bba57dd31502b4d1c6bc8c107383eefa (diff) | |
download | poky-ab718b337c767e277c2e38183f99e61998610b67.tar.gz |
package_deb: The packaging command itself is run under fakeroot so these lines are totally unneeded
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/package_deb.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 71a58fb294..792a2b3aef 100644 --- a/meta/classes/package_deb.bbclass +++ b/meta/classes/package_deb.bbclass | |||
@@ -280,8 +280,6 @@ python () { | |||
280 | deps.append('dpkg-native:do_populate_sysroot') | 280 | deps.append('dpkg-native:do_populate_sysroot') |
281 | deps.append('virtual/fakeroot-native:do_populate_sysroot') | 281 | deps.append('virtual/fakeroot-native:do_populate_sysroot') |
282 | bb.data.setVarFlag('do_package_write_deb', 'depends', " ".join(deps), d) | 282 | bb.data.setVarFlag('do_package_write_deb', 'depends', " ".join(deps), d) |
283 | bb.data.setVarFlag('do_package_write_deb', 'fakeroot', "1", d) | ||
284 | bb.data.setVarFlag('do_package_write_deb_setscene', 'fakeroot', "1", d) | ||
285 | } | 283 | } |
286 | 284 | ||
287 | python do_package_write_deb () { | 285 | python do_package_write_deb () { |