diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-18 16:02:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 13:26:11 +0000 |
commit | cb06a5aa2be89d93c6f762f7607e72ecea40b20e (patch) | |
tree | a47b6ab9c1b38dbb4404ac206f9abd7d7eba603f /meta/recipes-support/db | |
parent | b5dee63c2ea2920d4550c7187972dd179bc9339e (diff) | |
download | poky-cb06a5aa2be89d93c6f762f7607e72ecea40b20e.tar.gz |
db: refactor packages for staticdev
(From OE-Core rev: ceeb10689f80cc86796d1ab32142aa1c4802eb84)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db')
-rw-r--r-- | meta/recipes-support/db/db_5.1.19.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/db/db_5.1.19.bb b/meta/recipes-support/db/db_5.1.19.bb index 26598264a1..7e84646689 100644 --- a/meta/recipes-support/db/db_5.1.19.bb +++ b/meta/recipes-support/db/db_5.1.19.bb | |||
@@ -14,7 +14,7 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" | |||
14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
16 | CONFLICTS = "db3" | 16 | CONFLICTS = "db3" |
17 | PR = "r3" | 17 | PR = "r4" |
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 += "file://arm-thumb-mutex_db5.patch;patchdir=.." | 20 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." |
@@ -52,8 +52,8 @@ FILES_${PN} = "${libdir}/libdb-5*so*" | |||
52 | FILES_${PN}-bin = "${bindir}/*" | 52 | FILES_${PN}-bin = "${bindir}/*" |
53 | # The dev package has the .so link (as in db3) and the .a's - | 53 | # The dev package has the .so link (as in db3) and the .a's - |
54 | # it is therefore incompatible (cannot be installed at the | 54 | # it is therefore incompatible (cannot be installed at the |
55 | # same time) as the db3 package | 55 | # same time) as the db3 package, allow the default packaging |
56 | FILES_${PN}-dev = "${includedir} ${libdir}/*" | 56 | # to sort out ${libdir} |
57 | 57 | ||
58 | #configuration - set in local.conf to override | 58 | #configuration - set in local.conf to override |
59 | # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) | 59 | # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) |