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_ipk.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_ipk.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ipk.bbclass b/meta/classes/populate_sdk_ipk.bbclass index 79259f80d6..d8cbaf6e72 100644 --- a/meta/classes/populate_sdk_ipk.bbclass +++ b/meta/classes/populate_sdk_ipk.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | do_populate_sdk[depends] += "opkg-native:do_populate_sysroot opkg-utils-native:do_populate_sysroot" | 1 | do_populate_sdk[depends] += "opkg-native:do_populate_sysroot opkg-utils-native:do_populate_sysroot" |
2 | do_populate_sdk[recrdeptask] += "do_package_write_ipk" | 2 | do_populate_sdk[recrdeptask] += "do_package_write_ipk" |
3 | 3 | ||
4 | fakeroot populate_sdk_ipk() { | 4 | populate_sdk_ipk() { |
5 | 5 | ||
6 | rm -f ${IPKGCONF_TARGET} | 6 | rm -f ${IPKGCONF_TARGET} |
7 | touch ${IPKGCONF_TARGET} | 7 | touch ${IPKGCONF_TARGET} |