mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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
This commit is contained in:
parent
7d846ee9bb
commit
0f9a67f1cf
|
|
@ -10,11 +10,11 @@
|
|||
# same system at the same time if really necessary.
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "Berkeley DB v4."
|
||||
HOMEPAGE = "http://www.sleepycat.com"
|
||||
HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
|
||||
LICENSE = "BSD Sleepycat"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "http://downloads.sleepycat.com/${P}.tar.gz"
|
||||
SRC_URI = "http://download.oracle.com/berkeley-db/${P}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@
|
|||
# same system at the same time if really necessary.
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "Berkeley DB v4."
|
||||
HOMEPAGE = "http://www.sleepycat.com"
|
||||
HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
|
||||
LICENSE = "BSD Sleepycat"
|
||||
VIRTUAL_NAME ?= "virtual/db"
|
||||
CONFLICTS = "db3"
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz \
|
||||
SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz \
|
||||
file://configure_fixes.patch;patch=1 "
|
||||
#SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5"
|
||||
#TODO SRC_URI += "file://arm-thumb-mutex.patch;patch=1"
|
||||
|
|
|
|||
|
|
@ -13,13 +13,13 @@ DEFAULT_PREFERENCE = "-1"
|
|||
# same system at the same time if really necessary.
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "Berkeley DB v4."
|
||||
HOMEPAGE = "http://www.sleepycat.com"
|
||||
HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
|
||||
LICENSE = "BSD Sleepycat"
|
||||
VIRTUAL_NAME ?= "virtual/db"
|
||||
CONFLICTS = "db3"
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz"
|
||||
SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
|
||||
#SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5"
|
||||
SRC_URI += "file://arm-thumb-mutex.patch;patch=1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user