diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-01 02:10:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-01 02:10:24 +0000 |
commit | 69eadb671ec76da36d35e3e83cd5020ce78da0c7 (patch) | |
tree | 6c8112bb70e10d619a1ebf9b17aa2b22a856e35b /packages/mysql/mysql_4.1.12.bb | |
parent | 6541e132206f5215f857da5a749877a1be6a4ee0 (diff) | |
parent | c0275c59a51e3635c1975a5390f4b4c365bec3af (diff) |
merge of 541dc5976410d780e5918ffaf19fc9e2e17e40cc
and de56403f43f1ceeaffcfca380aff23d0c1426036
Diffstat (limited to 'packages/mysql/mysql_4.1.12.bb')
-rw-r--r-- | packages/mysql/mysql_4.1.12.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/mysql/mysql_4.1.12.bb b/packages/mysql/mysql_4.1.12.bb index d5e7948458..a1173158ee 100644 --- a/packages/mysql/mysql_4.1.12.bb +++ b/packages/mysql/mysql_4.1.12.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The MySQL Open Source Database System" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" SECTION = "libs" DEPENDS += "ncurses mysql-native" -PR = "r0" +PR = "r1" LICENSE = "GPL" SRC_URI = "http://mirrors.develooper.com/mysql/Downloads/MySQL-4.1/mysql-${PV}.tar.gz \ file://autofoo.patch;patch=1 \ @@ -13,8 +13,9 @@ FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/mysql-${PV}', '${FILE_DIRN inherit autotools + EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'" -EXTRA_OECONF = " --with-embedded-server " +EXTRA_OECONF = " --with-embedded-server --prefix=/usr --datadir=/var/share --sysconfdir=/etc --localstatedir=/var/state --disable-dependency-tracking --without-raid --without-debug --with-low-memory --without-query-cache --without-man --without-docs --without-innodb " do_stage() { autotools_stage_includes |