]> code.ossystems Code Review - openembedded-core.git/commitdiff
db: use lib_package bbclass
authorSaul Wold <sgw@linux.intel.com>
Thu, 28 Jun 2012 20:37:37 +0000 (13:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 13:54:10 +0000 (14:54 +0100)
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>
meta/recipes-support/db/db_5.3.15.bb

index 0df874e29bdd0288e1e757e924bd3a0d8ced17a5..0fc396ee97718ff4e9d93ac1f8042b64184d6653 100644 (file)
@@ -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