diff options
author | Robert Bragg <bob@openedhand.com> | 2008-03-14 13:07:39 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-03-14 13:07:39 +0000 |
commit | 0896690fce9dbf283b253e647f2e24bf7b577206 (patch) | |
tree | 982b13170ff047ce8c7f76c0211d95b171e77b83 /meta/packages/db/db_4.1.25.bb | |
parent | ffc58804e1f5af1d136d43be289cc9772fef8f19 (diff) | |
download | openembedded-core-0896690fce9dbf283b253e647f2e24bf7b577206.tar.gz openembedded-core-0896690fce9dbf283b253e647f2e24bf7b577206.tar.bz2 openembedded-core-0896690fce9dbf283b253e647f2e24bf7b577206.zip |
db: switch sleepycat.com SRC_URIs to oracle.com
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4008 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/db/db_4.1.25.bb')
-rw-r--r-- | meta/packages/db/db_4.1.25.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/db/db_4.1.25.bb b/meta/packages/db/db_4.1.25.bb index 04426bd039..fe15a0ceaa 100644 --- a/meta/packages/db/db_4.1.25.bb +++ b/meta/packages/db/db_4.1.25.bb @@ -10,11 +10,11 @@ # same system at the same time if really necessary. SECTION = "libs" DESCRIPTION = "Berkeley DB v4." -HOMEPAGE = "http://www.sleepycat.com" +HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" LICENSE = "BSD Sleepycat" -PR = "r2" +PR = "r3" -SRC_URI = "http://downloads.sleepycat.com/${P}.tar.gz" +SRC_URI = "http://download.oracle.com/berkeley-db/${P}.tar.gz" inherit autotools |