summaryrefslogtreecommitdiff
path: root/mysql
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /mysql
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'mysql')
-rw-r--r--mysql/mysql-native_4.1.4a.bb0
-rw-r--r--mysql/mysql-native_4.1.4a.oe16
-rw-r--r--mysql/mysql_4.1.4a.bb0
-rw-r--r--mysql/mysql_4.1.4a.oe32
4 files changed, 0 insertions, 48 deletions
diff --git a/mysql/mysql-native_4.1.4a.bb b/mysql/mysql-native_4.1.4a.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/mysql/mysql-native_4.1.4a.bb
diff --git a/mysql/mysql-native_4.1.4a.oe b/mysql/mysql-native_4.1.4a.oe
deleted file mode 100644
index e55653b224..0000000000
--- a/mysql/mysql-native_4.1.4a.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-SECTION = "console/network"
-include mysql_${PV}.oe
-inherit native
-
-FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/mysql-${PV}', '${FILE_DIRNAME}/mysql-4.1', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
-PACKAGES = ""
-DEPENDS = "ncurses-native"
-EXTRA_OEMAKE = ""
-
-do_stage() {
- install -m 0755 sql/gen_lex_hash ${STAGING_BINDIR}/
-}
-
-do_install() {
- :
-}
diff --git a/mysql/mysql_4.1.4a.bb b/mysql/mysql_4.1.4a.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/mysql/mysql_4.1.4a.bb
diff --git a/mysql/mysql_4.1.4a.oe b/mysql/mysql_4.1.4a.oe
deleted file mode 100644
index 9b8e9082c4..0000000000
--- a/mysql/mysql_4.1.4a.oe
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "The MySQL Open Source Database System"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-SECTION = "libs"
-DEPENDS += "ncurses mysql-native"
-PR = "r1"
-
-SRC_URI = "http://mirrors.develooper.com/mysql/Downloads/MySQL-4.1/mysql-${PV}-gamma.tar.gz \
- file://autofoo.patch;patch=1 \
- file://gen_lex_hash.patch;patch=1"
-S = "${WORKDIR}/mysql-${PV}-gamma"
-
-inherit autotools
-
-EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'"
-
-do_stage() {
- autotools_stage_includes
- oe_libinstall -a -so -C libmysql libmysqlclient ${STAGING_LIBDIR}
-}
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
- mv -f ${D}${libdir}/mysql/* ${D}${libdir}
- rmdir ${D}${libdir}/mysql
-}
-
-PACKAGES =+ "libmysqlclient libmysqlclient-dev"
-
-FILES_libmysqlclient = "${libdir}/libmysqlclient*.so.*"
-FILES_libmysqlclient-dev = "${incdir}/mysql ${libdir}/lib* \
- ${bindir}/mysql_config"
-