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

Martin Jansa martin.jansa at gmail.com
Tue Mar 18 19:14:12 UTC 2014


On Tue, Mar 18, 2014 at 05:15:58PM +0800, Chong Lu wrote:
> 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"

I'll merge these 2 lines to one when cherry-picking to master-next.

>  PR = "r1"
>  # The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when
> -- 
> 1.8.1.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140318/8cc5923c/attachment-0002.sig>


More information about the Openembedded-devel mailing list