From: Chris Larson Date: Sat, 20 Nov 2004 20:53:42 +0000 (+0000) Subject: Fix URI to db 3.2.9 and add LICENSE. X-Git-Tag: Release-2010-05/1~16070 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0941b6320fefdbcb188b179295dd90e880cf6a5c;p=openembedded.git Fix URI to db 3.2.9 and add LICENSE. BKrev: 419faed6weSJeLhU89yzL3ZyhusJ3A --- 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"