aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-06-10 15:04:46 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-06-10 15:04:46 +0200
commit8b29951fa776fa30d02a2bffab2caffdf13b0ce7 (patch)
tree5b85d720762b709dc7996b9696ca214985c69dcd /recipes
parent8b17bc55a9191ff36a0788aac87da522286714d8 (diff)
downloadopenembedded-8b29951fa776fa30d02a2bffab2caffdf13b0ce7.tar.gz
db4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not work anymore)
db5.inc: Dito.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/db/db4.inc2
-rw-r--r--recipes/db/db5.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/db/db4.inc b/recipes/db/db4.inc
index 73d339d7fe..7e5c327d01 100644
--- a/recipes/db/db4.inc
+++ b/recipes/db/db4.inc
@@ -17,7 +17,7 @@ LICENSE = "BSD"
VIRTUAL_NAME ?= "virtual/db"
CONFLICTS = "db3"
-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
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