mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +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:
@@ -21,7 +21,7 @@ populate_sdk_post_rpm () {
|
||||
rm -rf ${target_rootfs}/install
|
||||
}
|
||||
|
||||
fakeroot populate_sdk_rpm () {
|
||||
populate_sdk_rpm () {
|
||||
|
||||
package_update_index_rpm
|
||||
package_generate_rpm_conf
|
||||
|
||||
Reference in New Issue
Block a user