diff options
Diffstat (limited to 'meta/recipes-support/db')
-rw-r--r-- | meta/recipes-support/db/db/arm-thumb-mutex_db5.patch | 4 | ||||
-rw-r--r-- | meta/recipes-support/db/db_5.1.19.bb | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/meta/recipes-support/db/db/arm-thumb-mutex_db5.patch b/meta/recipes-support/db/db/arm-thumb-mutex_db5.patch index 37d0d93abd..51d485499e 100644 --- a/meta/recipes-support/db/db/arm-thumb-mutex_db5.patch +++ b/meta/recipes-support/db/db/arm-thumb-mutex_db5.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | --- db-5.1.19/../src/dbinc/mutex_int.h.orig 2011-01-05 19:21:42.181805366 -0600 | 1 | --- db-5.1.19/src/dbinc/mutex_int.h.orig 2011-01-05 19:21:42.181805366 -0600 |
2 | +++ db-5.1.19/../src/dbinc/mutex_int.h 2011-01-05 19:24:53.141853117 -0600 | 2 | +++ db-5.1.19/src/dbinc/mutex_int.h 2011-01-05 19:24:53.141853117 -0600 |
3 | @@ -474,6 +474,25 @@ | 3 | @@ -474,6 +474,25 @@ |
4 | 4 | ||
5 | #ifdef LOAD_ACTUAL_MUTEX_CODE | 5 | #ifdef LOAD_ACTUAL_MUTEX_CODE |
diff --git a/meta/recipes-support/db/db_5.1.19.bb b/meta/recipes-support/db/db_5.1.19.bb index 919e532be1..94ce180cf9 100644 --- a/meta/recipes-support/db/db_5.1.19.bb +++ b/meta/recipes-support/db/db_5.1.19.bb | |||
@@ -14,11 +14,10 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" | |||
14 | LICENSE = "BSD Sleepycat" | 14 | LICENSE = "BSD Sleepycat" |
15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
16 | CONFLICTS = "db3" | 16 | CONFLICTS = "db3" |
17 | PR = "r1" | 17 | PR = "r2" |
18 | 18 | ||
19 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" | 19 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" |
20 | #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" | 20 | SRC_URI += "file://arm-thumb-mutex_db5.patch;apply=no" |
21 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patch=1" | ||
22 | 21 | ||
23 | SRC_URI[md5sum] = "76fcbfeebfcd09ba0b4d96bfdf8d884d" | 22 | SRC_URI[md5sum] = "76fcbfeebfcd09ba0b4d96bfdf8d884d" |
24 | SRC_URI[sha256sum] = "0194d4ca9266ba1a1c0bfbc233b18bfd05f63163453c81ebcdfdc7112d5ac850" | 23 | SRC_URI[sha256sum] = "0194d4ca9266ba1a1c0bfbc233b18bfd05f63163453c81ebcdfdc7112d5ac850" |
@@ -80,6 +79,10 @@ do_configure() { | |||
80 | oe_runconf | 79 | oe_runconf |
81 | } | 80 | } |
82 | 81 | ||
82 | do_patch_append() { | ||
83 | os.system("cd ${S}/.. ; patch -p1 -i ${WORKDIR}/arm-thumb-mutex_db5.patch") | ||
84 | } | ||
85 | |||
83 | do_install_append() { | 86 | do_install_append() { |
84 | mkdir -p ${D}/${includedir}/db51 | 87 | mkdir -p ${D}/${includedir}/db51 |
85 | #mv ${D}/${includedir}/db_185.h ${D}/${includedir}/db51/. | 88 | #mv ${D}/${includedir}/db_185.h ${D}/${includedir}/db51/. |