git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ec072
)
mysql5: remove legacy staging
author
Koen Kooi
<koen@openembedded.org>
Mon, 3 Jan 2011 10:48:33 +0000
(11:48 +0100)
committer
Koen 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
patch
|
blob
|
history
diff --git
a/recipes/mysql/mysql5_5.1.40.inc
b/recipes/mysql/mysql5_5.1.40.inc
index
1ebfe8d
..
d7c1b72
100644
(file)
--- 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