diff options
-rw-r--r-- | meta-oe/recipes-support/openldap/openldap_2.6.7.bb (renamed from meta-oe/recipes-support/openldap/openldap_2.5.16.bb) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.16.bb b/meta-oe/recipes-support/openldap/openldap_2.6.7.bb index 8d13a4ddbd..e807fdef16 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.5.16.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.6.7.bb | |||
@@ -21,7 +21,7 @@ SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$ | |||
21 | file://0001-build-top.mk-unset-STRIP_OPTS.patch \ | 21 | file://0001-build-top.mk-unset-STRIP_OPTS.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "546ba591822e8bb0e467d40c4d4a30f89d937c3a507fe83a578f582f6a211327" | 24 | SRC_URI[sha256sum] = "cd775f625c944ed78a3da18a03b03b08eea73c8aabc97b41bb336e9a10954930" |
25 | 25 | ||
26 | DEPENDS = "util-linux groff-native" | 26 | DEPENDS = "util-linux groff-native" |
27 | 27 | ||
@@ -62,7 +62,7 @@ EXTRA_OECONF += "--enable-crypt" | |||
62 | # The backend must be set by the configuration. This controls the | 62 | # The backend must be set by the configuration. This controls the |
63 | # required database. | 63 | # required database. |
64 | # | 64 | # |
65 | # Backends="asyncmeta dnssrv ldap mdb meta ndb null passwd perl relay sock sql wt" | 65 | # Backends="asyncmeta dnssrv ldap mdb meta null passwd perl relay sock sql wt" |
66 | # | 66 | # |
67 | # Note that multiple backends can be built. The ldbm backend requires a | 67 | # Note that multiple backends can be built. The ldbm backend requires a |
68 | # build-time choice of database API. To use the gdbm (or other) API the | 68 | # build-time choice of database API. To use the gdbm (or other) API the |
@@ -85,9 +85,6 @@ PACKAGECONFIG[mdb] = "--enable-mdb=yes,--enable-mdb=no," | |||
85 | #--enable-meta enable metadirectory backend no|yes|mod no | 85 | #--enable-meta enable metadirectory backend no|yes|mod no |
86 | PACKAGECONFIG[meta] = "--enable-meta=mod,--enable-meta=no," | 86 | PACKAGECONFIG[meta] = "--enable-meta=mod,--enable-meta=no," |
87 | 87 | ||
88 | #--enable-ndb enable MySQL NDB Cluster backend no|yes|mod [no] | ||
89 | PACKAGECONFIG[ndb] = "--enable-ndb=mod,--enable-ndb=no," | ||
90 | |||
91 | #--enable-null enable null backend no|yes|mod no | 88 | #--enable-null enable null backend no|yes|mod no |
92 | PACKAGECONFIG[null] = "--enable-null=mod,--enable-null=no," | 89 | PACKAGECONFIG[null] = "--enable-null=mod,--enable-null=no," |
93 | 90 | ||
@@ -122,7 +119,7 @@ PACKAGECONFIG[dyngroup] = "--enable-dyngroup=mod,--enable-dyngroup=no," | |||
122 | 119 | ||
123 | #--enable-proxycache Proxy Cache overlay no|yes|mod no | 120 | #--enable-proxycache Proxy Cache overlay no|yes|mod no |
124 | PACKAGECONFIG[proxycache] = "--enable-proxycache=mod,--enable-proxycache=no," | 121 | PACKAGECONFIG[proxycache] = "--enable-proxycache=mod,--enable-proxycache=no," |
125 | FILES:${PN}-overlay-proxycache = "${md}/pcache-*.so.*" | 122 | FILES:${PN}-overlay-proxycache = "${md}/pcache.so.*" |
126 | PACKAGES += "${PN}-overlay-proxycache" | 123 | PACKAGES += "${PN}-overlay-proxycache" |
127 | 124 | ||
128 | # Append URANDOM_DEVICE='/dev/urandom' to CPPFLAGS: | 125 | # Append URANDOM_DEVICE='/dev/urandom' to CPPFLAGS: |
@@ -215,7 +212,7 @@ INSANE_SKIP:${PN}-backend-passwd += "dev-so" | |||
215 | python populate_packages:prepend () { | 212 | python populate_packages:prepend () { |
216 | backend_dir = d.expand('${libexecdir}/openldap') | 213 | backend_dir = d.expand('${libexecdir}/openldap') |
217 | do_split_packages(d, backend_dir, r'back_([a-z]*)\.so$', 'openldap-backend-%s', 'OpenLDAP %s backend', prepend=True, extra_depends='', allow_links=True) | 214 | do_split_packages(d, backend_dir, r'back_([a-z]*)\.so$', 'openldap-backend-%s', 'OpenLDAP %s backend', prepend=True, extra_depends='', allow_links=True) |
218 | do_split_packages(d, backend_dir, r'back_([a-z]*)\-.*\.so\..*$', 'openldap-backend-%s', 'OpenLDAP %s backend', extra_depends='', allow_links=True) | 215 | do_split_packages(d, backend_dir, r'back_([a-z]*)\.so\..*$', 'openldap-backend-%s', 'OpenLDAP %s backend', extra_depends='', allow_links=True) |
219 | 216 | ||
220 | metapkg = "${PN}-backends" | 217 | metapkg = "${PN}-backends" |
221 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") | 218 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") |