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 | poky-0896690fce9dbf283b253e647f2e24bf7b577206.tar.gz |
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 @@ | |||
10 | # same system at the same time if really necessary. | 10 | # same system at the same time if really necessary. |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | DESCRIPTION = "Berkeley DB v4." | 12 | DESCRIPTION = "Berkeley DB v4." |
13 | HOMEPAGE = "http://www.sleepycat.com" | 13 | HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" |
14 | LICENSE = "BSD Sleepycat" | 14 | LICENSE = "BSD Sleepycat" |
15 | PR = "r2" | 15 | PR = "r3" |
16 | 16 | ||
17 | SRC_URI = "http://downloads.sleepycat.com/${P}.tar.gz" | 17 | SRC_URI = "http://download.oracle.com/berkeley-db/${P}.tar.gz" |
18 | 18 | ||
19 | inherit autotools | 19 | inherit autotools |
20 | 20 | ||