[oe-commits] : mysql: use autotools_stage_all to get libs into libdir/ mysql as they should. The old wrong behaviour is left alone to minimize breakage

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:42 UTC 2008


Module: OE.dev
Branch: master
Commit: 5da47d741b6970f13af2f5ca4c2d177efbfe658a
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=5da47d741b6970f13af2f5ca4c2d177efbfe658a

Author:  <koen at openembedded.org>
Date:   Sun Aug 10 14:51:54 2008 +0000

mysql: use autotools_stage_all to get libs into libdir/mysql as they should. The old wrong behaviour is left alone to minimize breakage

---

 packages/mysql/mysql_4.1.18.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/mysql/mysql_4.1.18.bb b/packages/mysql/mysql_4.1.18.bb
index cd32f92..2017463 100644
--- a/packages/mysql/mysql_4.1.18.bb
+++ b/packages/mysql/mysql_4.1.18.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.mysql.com/"
 SECTION = "libs"
 LICENSE = "GPL"
 DEPENDS += "ncurses mysql-native"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://downloads.mysql.com/archives/mysql-4.1/mysql-${PV}.tar.gz \
            file://autofoo.patch;patch=1 \
@@ -28,7 +28,7 @@ EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR_NATIVE}/gen_lex_hash'"
 EXTRA_OECONF = " --with-embedded-server --prefix=/usr --sysconfdir=/etc/mysql --localstatedir=/var/mysql --datadir=/var/mysql --disable-dependency-tracking --without-raid --without-debug --with-low-memory --without-query-cache --without-man --without-docs --without-innodb "
 
 do_stage() {
-	autotools_stage_includes
+	autotools_stage_all
 	oe_libinstall -a -so -C libmysql libmysqlclient ${STAGING_LIBDIR}
 	oe_libinstall -a -C libmysqld libmysqld ${STAGING_LIBDIR}
 }





More information about the Openembedded-commits mailing list