summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-13 10:45:22 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2018-01-08 11:59:57 -0500
commit17cb24d29394868b1d25d3cc3c12c8984b07703f (patch)
tree49f6259fe8a4498fc523b284a59a14fd31333a77
parent4f3289fe4d5de73be7113110b4efc903a3c69e28 (diff)
downloadmeta-openembedded-17cb24d29394868b1d25d3cc3c12c8984b07703f.tar.gz
cyrus-sasl: virtual/db isn't used by core, change to db
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
index eaa453d917..64d1a76d6f 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Generic client/server library for SASL authentication" 1SUMMARY = "Generic client/server library for SASL authentication"
2SECTION = "libs" 2SECTION = "libs"
3HOMEPAGE = "http://asg.web.cmu.edu/sasl/" 3HOMEPAGE = "http://asg.web.cmu.edu/sasl/"
4DEPENDS = "openssl virtual/db" 4DEPENDS = "openssl db"
5LICENSE = "BSD" 5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" 6LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396"
7 7