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:
7acf144
)
add staging for libmysqlclient
author
Phil Blundell
<philb@gnu.org>
Sat, 18 Sep 2004 20:46:18 +0000
(20:46 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sat, 18 Sep 2004 20:46:18 +0000
(20:46 +0000)
BKrev: 414c9e9arPOGFRMvDA2NJ4Q4dUA_dA
mysql/mysql_4.1.4a.oe
patch
|
blob
|
history
diff --git
a/mysql/mysql_4.1.4a.oe
b/mysql/mysql_4.1.4a.oe
index
a452577
..
06c6094
100644
(file)
--- a/
mysql/mysql_4.1.4a.oe
+++ b/
mysql/mysql_4.1.4a.oe
@@
-8,3
+8,9
@@
DEPENDS += "ncurses mysql-native"
inherit autotools
EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'"
+
+do_stage() {
+ autotools_stage_includes
+ oe_libinstall -a -so -C libmysql libmysqlclient ${STAGING_LIBDIR}
+}
+