mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
package_*.bbclass: Always run these tasks under fakeroot
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -316,6 +316,7 @@ python () {
|
||||
deps.append('opkg-utils-native:do_populate_sysroot')
|
||||
deps.append('virtual/fakeroot-native:do_populate_sysroot')
|
||||
bb.data.setVarFlag('do_package_write_ipk', 'depends', " ".join(deps), d)
|
||||
bb.data.setVarFlag('do_package_write_ipk', 'fakeroot', "1", d)
|
||||
}
|
||||
|
||||
python do_package_write_ipk () {
|
||||
|
||||
Reference in New Issue
Block a user