From c8085c31015f808e6c374989377147296db48527 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Thu, 18 Sep 2008 23:38:24 +0000 Subject: 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. --- packages/mysql/mysql-native_4.1.22.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/mysql/mysql-native_4.1.22.bb (limited to 'packages/mysql/mysql-native_4.1.22.bb') 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() { + : +} -- cgit v1.2.3