[oe-commits] Robert Schuster : db4.inc: Change SRC_URI to a FreeBSD mirror ( link on Oracle site does not work anymore)

git version control git at git.openembedded.org
Thu Jun 10 13:04:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8b29951fa776fa30d02a2bffab2caffdf13b0ce7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8b29951fa776fa30d02a2bffab2caffdf13b0ce7

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Thu Jun 10 15:04:46 2010 +0200

db4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not work anymore)
db5.inc: Dito.

---

 recipes/db/db4.inc |    2 +-
 recipes/db/db5.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/db/db4.inc b/recipes/db/db4.inc
index 73d339d..7e5c327 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 599093e..557cb4c 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
 





More information about the Openembedded-commits mailing list