diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-09 13:34:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 13:34:15 +0000 |
commit | cb3a0cd64987084fa719eebca83b38c879ecd224 (patch) | |
tree | f029dccbad8bb07f09a2b37a063a9c355c653db5 /packages/mysql/mysql_4.1.12.bb | |
parent | 41e77f2c7cd9d275311ff5f7d54aff3d50d8830b (diff) | |
parent | f16b7c8f5bfe23e1341158bbb14f74235c36a45c (diff) |
merge of 20102c595555b6f10738ef4a8f639e4f90345415
and 841f6095e2634754c040515b151d9b5e84e3dcb8
Diffstat (limited to 'packages/mysql/mysql_4.1.12.bb')
-rw-r--r-- | packages/mysql/mysql_4.1.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/mysql/mysql_4.1.12.bb b/packages/mysql/mysql_4.1.12.bb index a1173158ee..9805936670 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 = "r1" +PR = "r2" LICENSE = "GPL" SRC_URI = "http://mirrors.develooper.com/mysql/Downloads/MySQL-4.1/mysql-${PV}.tar.gz \ file://autofoo.patch;patch=1 \ @@ -15,7 +15,7 @@ inherit autotools EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'" -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 " +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 |