summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.4.23.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
index a565e89327..434029c21b 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
@@ -13,14 +13,15 @@ SECTION = "libs"
13 13
14LDAP_VER = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}" 14LDAP_VER = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
15 15
16SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz" 16SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz \
17SRC_URI += "file://openldap-m4-pthread.patch" 17 file://openldap-m4-pthread.patch \
18SRC_URI += "file://kill-icu.patch" 18 file://kill-icu.patch \
19SRC_URI += "file://initscript" 19 file://initscript \
20"
20SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf" 21SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf"
21SRC_URI[sha256sum] = "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3" 22SRC_URI[sha256sum] = "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3"
22 23
23DEPENDS = "util-linux" 24DEPENDS = "util-linux groff-native"
24 25
25PR = "r1" 26PR = "r1"
26# The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when 27# The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when