diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-28 13:37:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 17:40:34 +0100 |
commit | fb0b75ad33b53fa8e14fc8a1eb74c80751a27062 (patch) | |
tree | e28fa78062beac8d21b6ad512e750bd26c4f36a8 /meta/recipes-support/db | |
parent | 82b05d21a245a7fb7aeb23b833996220772f5720 (diff) | |
download | poky-fb0b75ad33b53fa8e14fc8a1eb74c80751a27062.tar.gz |
db: use lib_package bbclass
This is a clean-up following the recent addition of PN-bin
to bitbake.conf and lib_package
(From OE-Core rev: b3bfeec4db7d8fa6b8cc4bb2153c7f94cbe1dcc3)
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.3.15.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/db/db_5.3.15.bb b/meta/recipes-support/db/db_5.3.15.bb index 0df874e29b..0fc396ee97 100644 --- a/meta/recipes-support/db/db_5.3.15.bb +++ b/meta/recipes-support/db/db_5.3.15.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 | RCONFLICTS_${PN} = "db3" | 16 | RCONFLICTS_${PN} = "db3" |
17 | PR = "r6" | 17 | PR = "r7" |
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=.." |
@@ -47,8 +47,6 @@ B = "${WORKDIR}/db-${PV}/build_unix" | |||
47 | # management on the system. | 47 | # management on the system. |
48 | inherit lib_package | 48 | inherit lib_package |
49 | 49 | ||
50 | # Package contents | ||
51 | FILES_${PN}-bin = "${bindir}/*" | ||
52 | # The dev package has the .so link (as in db3) and the .a's - | 50 | # The dev package has the .so link (as in db3) and the .a's - |
53 | # it is therefore incompatible (cannot be installed at the | 51 | # it is therefore incompatible (cannot be installed at the |
54 | # same time) as the db3 package | 52 | # same time) as the db3 package |