aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mysql
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-03 11:48:33 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-03 11:50:47 +0100
commiteaf0fc03acfb262bcd614a14086a1b28ec850f46 (patch)
treefa745222e1f495c59b4dbc4c2695d71c61915b77 /recipes/mysql
parent68ec0723d826954b82bd424e2786d81324e98cea (diff)
downloadopenembedded-eaf0fc03acfb262bcd614a14086a1b28ec850f46.tar.gz
mysql5: remove legacy staging
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/mysql')
-rw-r--r--recipes/mysql/mysql5_5.1.40.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/mysql/mysql5_5.1.40.inc b/recipes/mysql/mysql5_5.1.40.inc
index 1ebfe8d002..d7c1b7261a 100644
--- a/recipes/mysql/mysql5_5.1.40.inc
+++ b/recipes/mysql/mysql5_5.1.40.inc
@@ -36,12 +36,6 @@ do_configure_append() {
sed -i /comp_err/d ${S}/sql/share/Makefile
}
-do_stage() {
- autotools_stage_all
- oe_libinstall -a -so -C libmysql libmysqlclient ${STAGING_LIBDIR}
- oe_libinstall -a -C libmysqld libmysqld ${STAGING_LIBDIR}
-}
-
SYSROOT_PREPROCESS_FUNCS += "mysql5_sysroot_preprocess"
# We need to append this so it runs *after* binconfig's preprocess function