From b78152acaf5ae9a45f7c749291bf276f60707832 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 May 2009 20:34:53 +0000 Subject: Remove references to base_set_filespath() from recipes that don't need it. These recipes are covered by the default FILESPATHPKG setting. Signed-off-by: Michael Smith Acked-by: Tom Rini --- recipes/mysql/mysql_4.1.22.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes/mysql') diff --git a/recipes/mysql/mysql_4.1.22.bb b/recipes/mysql/mysql_4.1.22.bb index 7f32b4ddee..09c52ecbc2 100644 --- a/recipes/mysql/mysql_4.1.22.bb +++ b/recipes/mysql/mysql_4.1.22.bb @@ -14,8 +14,6 @@ SRC_URI = "http://downloads.mysql.com/archives/mysql-4.1/mysql-${PV}.tar.gz \ S = "${WORKDIR}/mysql-${PV}" -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/mysql-${PV}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" - BINCONFIG_GLOB = "mysql_config" inherit autotools binconfig update-rc.d -- cgit 1.2.3-korg