diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-06-10 15:04:46 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-06-10 15:04:46 +0200 |
commit | 8b29951fa776fa30d02a2bffab2caffdf13b0ce7 (patch) | |
tree | 5b85d720762b709dc7996b9696ca214985c69dcd /recipes/db/db5.inc | |
parent | 8b17bc55a9191ff36a0788aac87da522286714d8 (diff) |
db4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not work anymore)
db5.inc: Dito.
Diffstat (limited to 'recipes/db/db5.inc')
-rw-r--r-- | recipes/db/db5.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc index 599093e3f7..557cb4c6eb 100644 --- a/recipes/db/db5.inc +++ b/recipes/db/db5.inc @@ -17,7 +17,7 @@ LICENSE = "BSD" VIRTUAL_NAME ?= "virtual/db" CONFLICTS = "db3 db4" -SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" +SRC_URI = "ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/bdb/db-${PV}.tar.gz" inherit autotools |