diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-01 11:08:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-01 23:37:01 +0100 |
commit | 1588b02d14e4ce2971ea0bbfb77d6d8607df9825 (patch) | |
tree | fc2b469c31febec00bac2c83136438f0611dd8ed /meta/classes/image-prelink.bbclass | |
parent | 02e455f90fbe34e3679fefb9ddc53a3ecad68322 (diff) | |
download | poky-1588b02d14e4ce2971ea0bbfb77d6d8607df9825.tar.gz |
image/image-prelink/image-mklibs/sanity: Drop pointless EXPORT_FUNCTIONS
I'm sick of seeing people adding to EXPORT_FUNCTIONS in these classes
when they clearly have no idea what it does.
Worse, these uses of it are all broken, the naming is incorrect and
they do nothing. Lets remove them and try and preserve any remaining
part of my sanity.
(From OE-Core rev: 05a2fb19f722652c5d13be911b8ed45a264bbb40)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-prelink.bbclass')
-rw-r--r-- | meta/classes/image-prelink.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/image-prelink.bbclass b/meta/classes/image-prelink.bbclass index 53ef47e4d4..d4bb3aec39 100644 --- a/meta/classes/image-prelink.bbclass +++ b/meta/classes/image-prelink.bbclass | |||
@@ -31,5 +31,3 @@ prelink_image () { | |||
31 | pre_prelink_size=`du -ks ${IMAGE_ROOTFS} | awk '{size = $1 ; print size }'` | 31 | pre_prelink_size=`du -ks ${IMAGE_ROOTFS} | awk '{size = $1 ; print size }'` |
32 | echo "Size after prelinking $pre_prelink_size." | 32 | echo "Size after prelinking $pre_prelink_size." |
33 | } | 33 | } |
34 | |||
35 | EXPORT_FUNCTIONS prelink_image | ||