diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-16 02:55:25 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-16 02:55:25 +0000 |
commit | 740608af30692cb8727306cf50457ff21e8c8563 (patch) | |
tree | 7ca50d21325ad5a29a178da55c97a41e78e3ddb3 /mysql | |
parent | c60a7366fd6d3db64885a947060327ff28eb1d61 (diff) |
Unbork the mysql build: mysql-native was getting the EXTRA_OEMAKE that should have been specific to the target build only.
BKrev: 4149009dfKB8dkK28WPj65GJrrjzYg
Diffstat (limited to 'mysql')
-rw-r--r-- | mysql/mysql-native_4.1.4a.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql/mysql-native_4.1.4a.oe b/mysql/mysql-native_4.1.4a.oe index e69de29bb2..b26d4c5313 100644 --- a/mysql/mysql-native_4.1.4a.oe +++ b/mysql/mysql-native_4.1.4a.oe @@ -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}/ +} |