diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 10 |
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" | |||
12 | SUMMARY = "Berkeley Database v5" | 12 | SUMMARY = "Berkeley Database v5" |
13 | HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" | 13 | HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" |
14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | VIRTUAL_NAME ?= "virtual/db" | ||
16 | RCONFLICTS_${PN} = "db3" | 15 | RCONFLICTS_${PN} = "db3" |
17 | 16 | ||
18 | PR = "r1" | 17 | PR = "r1" |
@@ -37,15 +36,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1158e31437f4f87cdd4ab2b8613955" | |||
37 | 36 | ||
38 | inherit autotools | 37 | inherit 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 | ||
47 | PROVIDES += "${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. |