aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-21 12:30:51 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-21 12:30:51 +0200
commitacaad4c117c4d03b2a2ac49b9d134332b0684b5b (patch)
treea06bcd706d12961bad3756313d44f48a1dc9bb7f
parentb7d44d5dcf9cfab6376c68f7dd17f283597d94a0 (diff)
downloadopenembedded-acaad4c117c4d03b2a2ac49b9d134332b0684b5b.tar.gz
openldap: fix typo
-rw-r--r--recipes/openldap/openldap_2.4.17.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openldap/openldap_2.4.17.bb b/recipes/openldap/openldap_2.4.17.bb
index 4e7cf0cd48..2ca40eacb9 100644
--- a/recipes/openldap/openldap_2.4.17.bb
+++ b/recipes/openldap/openldap_2.4.17.bb
@@ -101,8 +101,8 @@ md = "${libexecdir}/openldap"
# To disable this set all three of the following variables to <empty> in
# a .conf file (this will allow ldbm to be build with gdbm).
#OPENLDAP_OPTION_bdb ?= "--enable-bdb=mod"
-#OPENLDAP_DEPENDS_bdb ?= "db"
-#OPENLDAP_PACKAGE_bdb ?= "${PN}-backend-bdb"
+OPENLDAP_DEPENDS_bdb ?= "db"
+OPENLDAP_PACKAGE_bdb ?= "${PN}-backend-bdb"
FILES_${PN}-backend-bdb = "${md}/back_bdb.so ${md}/back_bdb.la ${md}/back_bdb-*.so.*"
EXTRA_OECONF += "${OPENLDAP_OPTION_bdb}"
DEPENDS += "${OPENLDAP_DEPENDS_bdb}"