aboutsummaryrefslogtreecommitdiffstats
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
parent2001d3fb16901b975882d071866c7f2634ada9c8 (diff)
downloadopenembedded-0941b6320fefdbcb188b179295dd90e880cf6a5c.tar.gz
Fix URI to db 3.2.9 and add LICENSE.
BKrev: 419faed6weSJeLhU89yzL3ZyhusJ3A
-rw-r--r--conf/licenses.conf2
-rw-r--r--db/db3_3.2.9.oe3
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/licenses.conf b/conf/licenses.conf
index e8a3ddae87..400c27f037 100644
--- a/conf/licenses.conf
+++ b/conf/licenses.conf
@@ -1,2 +1,2 @@
SRC_DISTRIBUTE_LICENSES = "GPL GPLv2 BSD LGPL Apache-2.0 BZIP2 QPL AFL"
-SRC_DISTRIBUTE_LICENSES += "NTP MIT"
+SRC_DISTRIBUTE_LICENSES += "NTP MIT Sleepycat"
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"