mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
populate_*.bbclass: Drop pointless fakeroot attribute (fakeroot is at the task level)
(From OE-Core rev: 2cac20439d4eb0b3a21ce37e2fa670941e6356c4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,7 +13,7 @@ populate_sdk_post_deb () {
|
||||
tar -cf - -C ${STAGING_ETCDIR_NATIVE} -ps apt | tar -xf - -C ${target_rootfs}/etc
|
||||
}
|
||||
|
||||
fakeroot populate_sdk_deb () {
|
||||
populate_sdk_deb () {
|
||||
|
||||
# update index
|
||||
package_update_index_deb
|
||||
|
||||
Reference in New Issue
Block a user