mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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:
parent
47cfaec4ea
commit
a28bc0d0b6
|
|
@ -280,8 +280,6 @@ python () {
|
|||
deps.append('dpkg-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', 'fakeroot', "1", d)
|
||||
bb.data.setVarFlag('do_package_write_deb_setscene', 'fakeroot', "1", d)
|
||||
}
|
||||
|
||||
python do_package_write_deb () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user