[oe] [meta-oe][PATCH 1/1] openldap: add a dependency to make do_compile pass

Chong Lu Chong.Lu at windriver.com
Tue Mar 18 09:15:58 UTC 2014


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 at windriver.com>
---
 meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 1 +
 1 file changed, 1 insertion(+)

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 a565e89..cfb8e7b 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb
@@ -21,6 +21,7 @@ SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf"
 SRC_URI[sha256sum] = "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3"
 
 DEPENDS = "util-linux"
+DEPENDS += "groff-native"
 
 PR = "r1"
 # The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when
-- 
1.8.1.2




More information about the Openembedded-devel mailing list