summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-20 20:53:42 +0000
committerChris Larson <clarson@kergoth.com>2004-11-20 20:53:42 +0000
commit0941b6320fefdbcb188b179295dd90e880cf6a5c (patch)
tree1487c7b2b2a9aef494a44a947c39476671b13d1a /db
parent2001d3fb16901b975882d071866c7f2634ada9c8 (diff)
Fix URI to db 3.2.9 and add LICENSE.
BKrev: 419faed6weSJeLhU89yzL3ZyhusJ3A
Diffstat (limited to 'db')
-rw-r--r--db/db3_3.2.9.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe
index 820d03d3d1..2814f14af2 100644
--- a/db/db3_3.2.9.oe
+++ b/db/db3_3.2.9.oe
@@ -1,7 +1,8 @@
SECTION = "libs"
DESCRIPTION = "Berkeley DB v3."
+LICENSE = "BSD Sleepycat"
-SRC_URI = "http://www.sleepycat.com/update/snapshot/db-${PV}.tar.gz \
+SRC_URI = "ftp://sleepycat1.inetu.net/releases/db-${PV}.tar.gz \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/db-${PV}/dist"
B = "${WORKDIR}/db-${PV}/build_unix"