summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/db/db_5.3.28.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-10-31 21:10:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-11 12:14:26 +0000
commitfe10cad66932c23812f344c6551cdb4f9e0b867b (patch)
tree9d0b35eed4ff54ea08660dda66deb6c1461b027c /meta/recipes-support/db/db_5.3.28.bb
parent7c6bdc7c08c09dda77f2c728fb7b93ce50eca79a (diff)
downloadpoky-fe10cad66932c23812f344c6551cdb4f9e0b867b.tar.gz
db: don't provide virtual/db
As there are no alternative providers for virtual/db remove the PROVIDES and recipes can just depend on db. (From OE-Core rev: dcbc45aa3fe72c528fe4d47a783da4b4ed5ff38e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db/db_5.3.28.bb')
-rw-r--r--meta/recipes-support/db/db_5.3.28.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb
index fb4befbaf7..fe71967715 100644
--- a/meta/recipes-support/db/db_5.3.28.bb
+++ b/meta/recipes-support/db/db_5.3.28.bb
@@ -12,7 +12,6 @@ SECTION = "libs"
12SUMMARY = "Berkeley Database v5" 12SUMMARY = "Berkeley Database v5"
13HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" 13HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html"
14LICENSE = "Sleepycat" 14LICENSE = "Sleepycat"
15VIRTUAL_NAME ?= "virtual/db"
16RCONFLICTS_${PN} = "db3" 15RCONFLICTS_${PN} = "db3"
17 16
18PR = "r1" 17PR = "r1"
@@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e31437f4f87cdd4ab2b8613955"
37 36
38inherit autotools 37inherit autotools
39 38
40# Put virtual/db in any appropriate provider of a
41# relational database, use it as a dependency in
42# place of a specific db and use:
43#
44# PREFERRED_PROVIDER_virtual/db
45#
46# to select the correct db in the build (distro) .conf
47PROVIDES += "${VIRTUAL_NAME}"
48
49# The executables go in a separate package - typically there 39# The executables go in a separate package - typically there
50# is no need to install these unless doing real database 40# is no need to install these unless doing real database
51# management on the system. 41# management on the system.