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.3.29.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.3.29.bb')
-rw-r--r-- | meta/packages/db/db_4.3.29.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/db/db_4.3.29.bb b/meta/packages/db/db_4.3.29.bb index 93d687d42c..c2fc784585 100644 --- a/meta/packages/db/db_4.3.29.bb +++ b/meta/packages/db/db_4.3.29.bb @@ -13,13 +13,13 @@ DEFAULT_PREFERENCE = "-1" # 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" VIRTUAL_NAME ?= "virtual/db" CONFLICTS = "db3" -PR = "r7" +PR = "r8" -SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" +SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" SRC_URI += "file://arm-thumb-mutex.patch;patch=1" |