From: Chris Larson Date: Thu, 16 Sep 2004 02:55:25 +0000 (+0000) Subject: Unbork the mysql build: mysql-native was getting the EXTRA_OEMAKE that should have... X-Git-Tag: Release-2010-05/1~17136 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740608af30692cb8727306cf50457ff21e8c8563;p=openembedded.git Unbork the mysql build: mysql-native was getting the EXTRA_OEMAKE that should have been specific to the target build only. BKrev: 4149009dfKB8dkK28WPj65GJrrjzYg --- 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}/ +}