diff options
Diffstat (limited to 'recipes/mysql/mysql5_5.1.40.inc')
-rw-r--r-- | recipes/mysql/mysql5_5.1.40.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/mysql/mysql5_5.1.40.inc b/recipes/mysql/mysql5_5.1.40.inc index 28716747e6..eb64fc1b43 100644 --- a/recipes/mysql/mysql5_5.1.40.inc +++ b/recipes/mysql/mysql5_5.1.40.inc @@ -6,12 +6,12 @@ DEPENDS = "ncurses" PR = "r2" SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ - file://configure.in.patch;patch=1 \ - file://plug.in.patch;patch=1 \ - file://misc.m4.patch;patch=1 \ - file://Makefile.am.patch;patch=1 \ - file://fix_host_path.patch;patch=1 \ - file://configure-ps-cache-check.patch;patch=1 \ + file://configure.in.patch \ + file://plug.in.patch \ + file://misc.m4.patch \ + file://Makefile.am.patch \ + file://fix_host_path.patch \ + file://configure-ps-cache-check.patch \ file://my.cnf \ file://mysqld.sh" |