mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Saul Wold
parent
47cfaec4ea
commit
a28bc0d0b6
@@ -280,8 +280,6 @@ 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_deb', 'fakeroot', "1", d)
|
|
||||||
bb.data.setVarFlag('do_package_write_deb_setscene', 'fakeroot', "1", d)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
python do_package_write_deb () {
|
python do_package_write_deb () {
|
||||||
|
|||||||
Reference in New Issue
Block a user