All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] collectd: fix a floating dependence on openldap
@ 2015-09-06  6:33 rongqing.li
  2015-09-08 15:10 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: rongqing.li @ 2015-09-06  6:33 UTC (permalink / raw)
  To: openembedded-devel

From: Roy Li <rongqing.li@windriver.com>

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
index fd3b1ab..55d7b38 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
@@ -45,6 +45,7 @@ PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt"
 PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
 PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
 PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart"
+PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap"
 
 EXTRA_OECONF = " \
                 ${FPLAYOUT} \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] collectd: fix a floating dependence on openldap
  2015-09-06  6:33 [meta-oe][PATCH] collectd: fix a floating dependence on openldap rongqing.li
@ 2015-09-08 15:10 ` Martin Jansa
  2015-09-09  0:44   ` Rongqing Li
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-09-08 15:10 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]

On Sun, Sep 06, 2015 at 02:33:54PM +0800, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
> 
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>  meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
> index fd3b1ab..55d7b38 100644
> --- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
> +++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
> @@ -45,6 +45,7 @@ PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt"
>  PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
>  PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
>  PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart"
> +PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap"

With this patch applied I've still seen:
collectd-5.5.0: collectd rdepends on openldap, but it isn't a build dependency? [build-deps]

so I haven't merged it from master-next, but lets see if it's shown in
next build (maybe qemuarm was executed before I've included this in
master-next).

>  
>  EXTRA_OECONF = " \
>                  ${FPLAYOUT} \
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> 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: 188 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] collectd: fix a floating dependence on openldap
  2015-09-08 15:10 ` Martin Jansa
@ 2015-09-09  0:44   ` Rongqing Li
  0 siblings, 0 replies; 3+ messages in thread
From: Rongqing Li @ 2015-09-09  0:44 UTC (permalink / raw)
  To: openembedded-devel



On 2015年09月08日 23:10, Martin Jansa wrote:
> On Sun, Sep 06, 2015 at 02:33:54PM +0800, rongqing.li@windriver.com wrote:
>> From: Roy Li <rongqing.li@windriver.com>
>>
>> Signed-off-by: Roy Li <rongqing.li@windriver.com>
>> ---
>>   meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
>> index fd3b1ab..55d7b38 100644
>> --- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
>> +++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
>> @@ -45,6 +45,7 @@ PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt"
>>   PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
>>   PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
>>   PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart"
>> +PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap"
>
> With this patch applied I've still seen:
> collectd-5.5.0: collectd rdepends on openldap, but it isn't a build dependency? [build-deps]
>
> so I haven't merged it from master-next, but lets see if it's shown in
> next build (maybe qemuarm was executed before I've included this in
> master-next).


I test it on both x86 and arm again, it works for me.

-Roy


>
>>
>>   EXTRA_OECONF = " \
>>                   ${FPLAYOUT} \
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
>

-- 
Best Reagrds,
Roy | RongQing Li


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-09  0:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-06  6:33 [meta-oe][PATCH] collectd: fix a floating dependence on openldap rongqing.li
2015-09-08 15:10 ` Martin Jansa
2015-09-09  0:44   ` Rongqing Li

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.