diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-15 14:48:53 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-15 14:48:53 +0000 |
commit | 6ee8b19a4112772c356f4d4166d55d388b9d6e77 (patch) | |
tree | 6d24e2ddd0f1debe3c3f7eafa5a2a6ceda084f65 /packages/mysql | |
parent | 07af5debe451fa6af2e3ffdfea72f21a9f294e8d (diff) |
mysql: fix SRC_URI - close #1319
Diffstat (limited to 'packages/mysql')
-rw-r--r-- | packages/mysql/mysql_4.1.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mysql/mysql_4.1.18.bb b/packages/mysql/mysql_4.1.18.bb index 53165ac8d4..79f22e8562 100644 --- a/packages/mysql/mysql_4.1.18.bb +++ b/packages/mysql/mysql_4.1.18.bb @@ -5,7 +5,7 @@ DEPENDS += "ncurses mysql-native" LICENSE = "GPL" PR="r2" -SRC_URI = "http://mirrors.develooper.com/mysql/Downloads/MySQL-4.1/mysql-${PV}.tar.gz \ +SRC_URI = "http://downloads.mysql.com/archives/mysql-4.1/mysql-${PV}.tar.gz \ file://autofoo.patch;patch=1 \ file://gen_lex_hash.patch;patch=1 \ file://my.cnf \ |