summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-28 13:37:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 14:54:10 +0100
commitb3bfeec4db7d8fa6b8cc4bb2153c7f94cbe1dcc3 (patch)
tree9a52be68d6b5739d12c7eae7dfbbba2111dcb314 /meta/recipes-support
parent42dfedc01beb90adfa222a0c671ca8876849f938 (diff)
downloadopenembedded-core-b3bfeec4db7d8fa6b8cc4bb2153c7f94cbe1dcc3.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 Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/db/db_5.3.15.bb4
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"
LICENSE = "Sleepycat"
VIRTUAL_NAME ?= "virtual/db"
RCONFLICTS_${PN} = "db3"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
@@ -47,8 +47,6 @@ B = "${WORKDIR}/db-${PV}/build_unix"
# management on the system.
inherit lib_package
-# Package contents
-FILES_${PN}-bin = "${bindir}/*"
# The dev package has the .so link (as in db3) and the .a's -
# it is therefore incompatible (cannot be installed at the
# same time) as the db3 package