summaryrefslogtreecommitdiffstats
path: root/meta/packages/db/db_4.1.25.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-18 11:45:34 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-18 11:45:34 +0000
commit0f9a67f1cfc9458432f3fd2cef3e84a2dcb53858 (patch)
tree7561fe7af3cb883d3a9114c50e8429d249b3ec71 /meta/packages/db/db_4.1.25.bb
parent7d846ee9bbeb102f1bc5d5ec63be6a2926df883f (diff)
downloadpoky-0f9a67f1cfc9458432f3fd2cef3e84a2dcb53858.tar.gz
db: fixed SRC_URI (from Poky trunk)
git-svn-id: https://svn.o-hand.com/repos/poky/branches/pinky@4045 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.bb6
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.
11SECTION = "libs" 11SECTION = "libs"
12DESCRIPTION = "Berkeley DB v4." 12DESCRIPTION = "Berkeley DB v4."
13HOMEPAGE = "http://www.sleepycat.com" 13HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
14LICENSE = "BSD Sleepycat" 14LICENSE = "BSD Sleepycat"
15PR = "r2" 15PR = "r3"
16 16
17SRC_URI = "http://downloads.sleepycat.com/${P}.tar.gz" 17SRC_URI = "http://download.oracle.com/berkeley-db/${P}.tar.gz"
18 18
19inherit autotools 19inherit autotools
20 20