From 05a2fb19f722652c5d13be911b8ed45a264bbb40 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Apr 2014 11:08:58 +0100 Subject: 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. Signed-off-by: Richard Purdie --- meta/classes/image-prelink.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/classes/image-prelink.bbclass') 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 () { pre_prelink_size=`du -ks ${IMAGE_ROOTFS} | awk '{size = $1 ; print size }'` echo "Size after prelinking $pre_prelink_size." } - -EXPORT_FUNCTIONS prelink_image -- cgit 1.2.3-korg