diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 12:59:54 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-22 12:59:54 +0100 |
commit | 00a96a20995cefacc52e10559029de32941ecf6e (patch) | |
tree | 26a3ab56b889aea702a25578378d23fba2750756 /meta | |
parent | 13f116b1ad6a955b07d4cbaba85879913c30e1ee (diff) | |
download | poky-00a96a20995cefacc52e10559029de32941ecf6e.tar.gz |
package_deb: Fix a typo meaning the debian packaging was not running in the fakeroot evnironment
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/package_deb.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 8a9cdc071d..0efef67b82 100644 --- a/meta/classes/package_deb.bbclass +++ b/meta/classes/package_deb.bbclass | |||
@@ -280,7 +280,7 @@ 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_ipk', 'fakeroot', "1", d) | 283 | bb.data.setVarFlag('do_package_write_deb', 'fakeroot', "1", d) |
284 | } | 284 | } |
285 | 285 | ||
286 | python do_package_write_deb () { | 286 | python do_package_write_deb () { |