diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 18:02:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 18:05:57 +0000 |
commit | 5bcb0963dc74ebcd35307e190d7be4fde334c692 (patch) | |
tree | 937a03666cbf4271ebd60d819baae08730b666e6 /meta/classes/populate_sdk_rpm.bbclass | |
parent | ffa51f0b92d38d843a75002cc073afb02280f6e5 (diff) | |
download | poky-5bcb0963dc74ebcd35307e190d7be4fde334c692.tar.gz |
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>
Diffstat (limited to 'meta/classes/populate_sdk_rpm.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_rpm.bbclass b/meta/classes/populate_sdk_rpm.bbclass index 829d83a8c5..a0f0e0aa55 100644 --- a/meta/classes/populate_sdk_rpm.bbclass +++ b/meta/classes/populate_sdk_rpm.bbclass | |||
@@ -21,7 +21,7 @@ populate_sdk_post_rpm () { | |||
21 | rm -rf ${target_rootfs}/install | 21 | rm -rf ${target_rootfs}/install |
22 | } | 22 | } |
23 | 23 | ||
24 | fakeroot populate_sdk_rpm () { | 24 | populate_sdk_rpm () { |
25 | 25 | ||
26 | package_update_index_rpm | 26 | package_update_index_rpm |
27 | package_generate_rpm_conf | 27 | package_generate_rpm_conf |