Unbork the mysql build: mysql-native was getting the EXTRA_OEMAKE that should have...
authorChris Larson <clarson@kergoth.com>
Thu, 16 Sep 2004 02:55:25 +0000 (02:55 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 16 Sep 2004 02:55:25 +0000 (02:55 +0000)
BKrev: 4149009dfKB8dkK28WPj65GJrrjzYg

mysql/mysql-native_4.1.4a.oe

index e69de29..b26d4c5 100644 (file)
@@ -0,0 +1,11 @@
+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}/
+}