[oe-commits] [openembedded-core] 04/44: db: don't provide virtual/db

git at git.openembedded.org git at git.openembedded.org
Fri Nov 10 14:45:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dcbc45aa3fe72c528fe4d47a783da4b4ed5ff38e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 31 21:10:13 2017 +0000

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/db/db_5.3.28.bb | 10 ----------
 1 file changed, 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 fb4befb..fe71967 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"
 SUMMARY = "Berkeley Database v5"
 HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html"
 LICENSE = "Sleepycat"
-VIRTUAL_NAME ?= "virtual/db"
 RCONFLICTS_${PN} = "db3"
 
 PR = "r1"
@@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e31437f4f87cdd4ab2b8613955"
 
 inherit autotools
 
-# Put virtual/db in any appropriate provider of a
-# relational database, use it as a dependency in
-# place of a specific db and use:
-#
-# PREFERRED_PROVIDER_virtual/db
-#
-# to select the correct db in the build (distro) .conf
-PROVIDES += "${VIRTUAL_NAME}"
-
 # The executables go in a separate package - typically there
 # is no need to install these unless doing real database
 # management on the system.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list