mysql5: remove legacy staging
authorKoen Kooi <koen@openembedded.org>
Mon, 3 Jan 2011 10:48:33 +0000 (11:48 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 3 Jan 2011 10:50:47 +0000 (11:50 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/mysql/mysql5_5.1.40.inc

index 1ebfe8d..d7c1b72 100644 (file)
@@ -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