mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 06:04:30 +00:00
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>
This commit is contained in:
parent
13f116b1ad
commit
00a96a2099
@ -280,7 +280,7 @@ python () {
|
|||||||
deps.append('dpkg-native:do_populate_sysroot')
|
deps.append('dpkg-native:do_populate_sysroot')
|
||||||
deps.append('virtual/fakeroot-native:do_populate_sysroot')
|
deps.append('virtual/fakeroot-native:do_populate_sysroot')
|
||||||
bb.data.setVarFlag('do_package_write_deb', 'depends', " ".join(deps), d)
|
bb.data.setVarFlag('do_package_write_deb', 'depends', " ".join(deps), d)
|
||||||
bb.data.setVarFlag('do_package_write_ipk', 'fakeroot', "1", d)
|
bb.data.setVarFlag('do_package_write_deb', 'fakeroot', "1", d)
|
||||||
}
|
}
|
||||||
|
|
||||||
python do_package_write_deb () {
|
python do_package_write_deb () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user