diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-20 20:53:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-20 20:53:42 +0000 |
commit | 0941b6320fefdbcb188b179295dd90e880cf6a5c (patch) | |
tree | 1487c7b2b2a9aef494a44a947c39476671b13d1a | |
parent | 2001d3fb16901b975882d071866c7f2634ada9c8 (diff) |
Fix URI to db 3.2.9 and add LICENSE.
BKrev: 419faed6weSJeLhU89yzL3ZyhusJ3A
-rw-r--r-- | conf/licenses.conf | 2 | ||||
-rw-r--r-- | db/db3_3.2.9.oe | 3 |
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" |