From: Rene Wagner Date: Wed, 5 Oct 2005 13:17:09 +0000 (+0000) Subject: mysql: inherit binconfig and make use of new BINCONFIG_GLOB variable. should fix... X-Git-Tag: Release-2010-05/1~9453^2~3359^2~4^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b6391d48f43ea0dc65734ca55f432b03e1f4f11;p=openembedded.git mysql: inherit binconfig and make use of new BINCONFIG_GLOB variable. should fix Bug #356 --- diff --git a/packages/mysql/mysql_4.1.12.bb b/packages/mysql/mysql_4.1.12.bb index 13c2cd3a3e..9d1754608f 100644 --- a/packages/mysql/mysql_4.1.12.bb +++ b/packages/mysql/mysql_4.1.12.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The MySQL Open Source Database System" MAINTAINER = "Chris Larson " SECTION = "libs" DEPENDS += "ncurses mysql-native" -PR = "r3" +PR = "r4" LICENSE = "GPL" SRC_URI = "http://mirrors.develooper.com/mysql/Downloads/MySQL-4.1/mysql-${PV}.tar.gz \ file://autofoo.patch;patch=1 \ @@ -11,7 +11,8 @@ S = "${WORKDIR}/mysql-${PV}" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/mysql-${PV}', '${FILE_DIRNAME}/mysql-4.1.10a', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" -inherit autotools +BINCONFIG_GLOB = "mysql_config" +inherit autotools binconfig EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR}/gen_lex_hash'"