summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-mklibs.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 11:08:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 11:45:00 +0100
commit05a2fb19f722652c5d13be911b8ed45a264bbb40 (patch)
tree6ec44da3e02a756ac742e2410da412f15b201dfa /meta/classes/image-mklibs.bbclass
parent4b09a1869895e4cd18e82b7d190fbfea3c7922af (diff)
downloadopenembedded-core-05a2fb19f722652c5d13be911b8ed45a264bbb40.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image-mklibs.bbclass')
-rw-r--r--meta/classes/image-mklibs.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/image-mklibs.bbclass b/meta/classes/image-mklibs.bbclass
index 23456ccd96..11f082b373 100644
--- a/meta/classes/image-mklibs.bbclass
+++ b/meta/classes/image-mklibs.bbclass
@@ -69,6 +69,3 @@ mklibs_optimize_image() {
fi
done
}
-
-
-EXPORT_FUNCTIONS mklibs_optimize_image