diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-18 23:38:24 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-09-18 23:38:24 +0000 |
commit | c8085c31015f808e6c374989377147296db48527 (patch) | |
tree | 1d8cc53ced78f327c6657a76d7a36e73c6c5d8b9 /packages/mysql/mysql-native_4.1.22.bb | |
parent | a3ca858e9ab4cf79bfe2f4aa0f4da97aac6e42de (diff) |
mysql: bump to 4.1.22 (last stable release in 4.1 branch)
* updated patch, gen_lex_hash not necessary in this version
* note: http://bugs.mysql.com/bug.php?id=16513
* Calling "mysql_set_server_option" using the embedded server
* library will result to a linker error because its definition is
* missing from libmysqld.lib/exp.
Diffstat (limited to 'packages/mysql/mysql-native_4.1.22.bb')
-rw-r--r-- | packages/mysql/mysql-native_4.1.22.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/mysql/mysql-native_4.1.22.bb b/packages/mysql/mysql-native_4.1.22.bb new file mode 100644 index 0000000000..8946cfe8e9 --- /dev/null +++ b/packages/mysql/mysql-native_4.1.22.bb @@ -0,0 +1,21 @@ +require mysql_${PV}.bb +inherit native +PR="r0" + +SRC_URI = "http://downloads.mysql.com/archives/mysql-4.1/mysql-${PV}.tar.gz" + +RDEPENDS_${PN} = "" +PACKAGES = "" +DEPENDS = "ncurses-native" +EXTRA_OEMAKE = "" +EXTRA_OECONF = " --with-embedded-server " + +do_install() { + : +} + + +# Mysql tries to access the ${WORKDIR} from this build.. +do_rm_work() { + : +} |