* [meta-oe][PATCH 0/1] openldap: add a dependency to make do_compile pass
@ 2014-03-18 9:15 Chong Lu
2014-03-18 9:15 ` [meta-oe][PATCH 1/1] " Chong Lu
0 siblings, 1 reply; 3+ messages in thread
From: Chong Lu @ 2014-03-18 9:15 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 3c5bd3a077d04c140d774d258ac9f2652dda2669:
phpmyadmin: update to 4.1.9 (2014-03-17 10:46:59 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/openldap
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/openldap
Chong Lu (1):
openldap: add a dependency to make do_compile pass
meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 1 +
1 file changed, 1 insertion(+)
--
1.8.1.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [meta-oe][PATCH 1/1] openldap: add a dependency to make do_compile pass
2014-03-18 9:15 [meta-oe][PATCH 0/1] openldap: add a dependency to make do_compile pass Chong Lu
@ 2014-03-18 9:15 ` Chong Lu
2014-03-18 19:14 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Chong Lu @ 2014-03-18 9:15 UTC (permalink / raw)
To: openembedded-devel
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>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH 1/1] openldap: add a dependency to make do_compile pass
2014-03-18 9:15 ` [meta-oe][PATCH 1/1] " Chong Lu
@ 2014-03-18 19:14 ` Martin Jansa
0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-03-18 19:14 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1360 bytes --]
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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-18 19:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 9:15 [meta-oe][PATCH 0/1] openldap: add a dependency to make do_compile pass Chong Lu
2014-03-18 9:15 ` [meta-oe][PATCH 1/1] " Chong Lu
2014-03-18 19:14 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.