summaryrefslogtreecommitdiff
path: root/mysql/mysql_4.1.4a.oe
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/mysql_4.1.4a.oe
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/mysql_4.1.4a.oe')
-rw-r--r--mysql/mysql_4.1.4a.oe32
1 files changed, 0 insertions, 32 deletions
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"
-