aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openldap
diff options
context:
space:
mode:
authorChong.Lu@windriver.com <Chong.Lu@windriver.com>2014-03-18 17:15:58 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-03-23 21:47:19 +0100
commit2e9c4ac83496935ab208ef18a37aca82b0729d82 (patch)
treedb8c83c680e8ddd0cefacb56beac175cdb73dc74 /meta-oe/recipes-support/openldap
parent4f94d47ff55ed3ca9cd8efdcf165a7d85835b7ad (diff)
downloadmeta-openembedded-contrib-2e9c4ac83496935ab208ef18a37aca82b0729d82.tar.gz
openldap: add a dependency to make do_compile pass
During compiling? we need soelim command provided by groff-native. So add DEPENDS to fix this issue, else we will get following error: /bin/sh: 15: soelim: not found Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/openldap')
-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"
LDAP_VER = "${@'.'.join(d.getVar('PV',1).split('.')[0:2])}"
-SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz"
-SRC_URI += "file://openldap-m4-pthread.patch"
-SRC_URI += "file://kill-icu.patch"
-SRC_URI += "file://initscript"
+SRC_URI = "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz \
+ file://openldap-m4-pthread.patch \
+ file://kill-icu.patch \
+ file://initscript \
+"
SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf"
SRC_URI[sha256sum] = "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3"
-DEPENDS = "util-linux"
+DEPENDS = "util-linux groff-native"
PR = "r1"
# The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when