All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson)
@ 2013-10-18  7:27 Olof Johansson
  2013-10-18  8:51 ` Jack Mitchell
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2013-10-18  7:27 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
---
 meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
index 0101004..238b484 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
-DEPENDS = "zlib libestr json-c"
+DEPENDS = "zlib libestr libjson"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
 HOMEPAGE = "http://www.rsyslog.com/"
 LICENSE = "GPLv3"
-- 
1.7.10.4



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

* Re: [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson)
  2013-10-18  7:27 [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson) Olof Johansson
@ 2013-10-18  8:51 ` Jack Mitchell
  2013-10-18  9:44   ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2013-10-18  8:51 UTC (permalink / raw)
  To: openembedded-devel

On 18/10/13 08:27, Olof Johansson wrote:
> Signed-off-by: Olof Johansson <olof.johansson@axis.com>
> ---
>  meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> index 0101004..238b484 100644
> --- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> @@ -1,5 +1,5 @@
>  DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
> -DEPENDS = "zlib libestr json-c"
> +DEPENDS = "zlib libestr libjson"
>  DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
>  HOMEPAGE = "http://www.rsyslog.com/"
>  LICENSE = "GPLv3"
> 

Hi Olof,

The rsyslogd patches shouldn't really have gone in yet... I've fired off
a patch to oe-core to update libjson to the now named json-c, so if we
could hold off for a few days that would be great. Otherwise, maybe
temporarily revert the rsyslogd patches?

Cheers,

-- 
  Jack Mitchell (jack@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 


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

* Re: [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson)
  2013-10-18  8:51 ` Jack Mitchell
@ 2013-10-18  9:44   ` Martin Jansa
  2013-10-18 10:04     ` Olof Johansson
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-10-18  9:44 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Oct 18, 2013 at 09:51:23AM +0100, Jack Mitchell wrote:
> On 18/10/13 08:27, Olof Johansson wrote:
> > Signed-off-by: Olof Johansson <olof.johansson@axis.com>
> > ---
> >  meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> > index 0101004..238b484 100644
> > --- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> > +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
> > @@ -1,5 +1,5 @@
> >  DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
> > -DEPENDS = "zlib libestr json-c"
> > +DEPENDS = "zlib libestr libjson"
> >  DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
> >  HOMEPAGE = "http://www.rsyslog.com/"
> >  LICENSE = "GPLv3"
> > 
> 
> Hi Olof,
> 
> The rsyslogd patches shouldn't really have gone in yet... I've fired off
> a patch to oe-core to update libjson to the now named json-c, so if we
> could hold off for a few days that would be great. Otherwise, maybe
> temporarily revert the rsyslogd patches?

Sorry about that, I was testing them together with json-c patch, so I
haven't noticed, can we temporary take this patch and then revert it
when (and if) libjson is renamed in oe-core (assuming that newer rsyslog
works with older libjson-0.9.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson)
  2013-10-18  9:44   ` Martin Jansa
@ 2013-10-18 10:04     ` Olof Johansson
  2013-10-18 10:09       ` Jack Mitchell
  0 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2013-10-18 10:04 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

On Fri, Oct 18, 2013 at 09:51:23AM +0100, Jack Mitchell wrote:
> The rsyslogd patches shouldn't really have gone in yet... I've fired off
> a patch to oe-core to update libjson to the now named json-c, so if we
> could hold off for a few days that would be great. Otherwise, maybe
> temporarily revert the rsyslogd patches?

Ah, I didn't notice those patches. I see!


On 13-10-18 11:44 +0200, Martin Jansa wrote:
> Sorry about that, I was testing them together with json-c patch, so I
> haven't noticed, can we temporary take this patch and then revert it
> when (and if) libjson is renamed in oe-core (assuming that newer rsyslog
> works with older libjson-0.9.

Either way is fine by me. I can fix it locally for us until the
rename hits oecore.


Thanks,
-- 
olofjn


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

* Re: [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson)
  2013-10-18 10:04     ` Olof Johansson
@ 2013-10-18 10:09       ` Jack Mitchell
  0 siblings, 0 replies; 5+ messages in thread
From: Jack Mitchell @ 2013-10-18 10:09 UTC (permalink / raw)
  To: openembedded-devel

On 18/10/13 11:04, Olof Johansson wrote:
> On Fri, Oct 18, 2013 at 09:51:23AM +0100, Jack Mitchell wrote:
>> The rsyslogd patches shouldn't really have gone in yet... I've fired off
>> a patch to oe-core to update libjson to the now named json-c, so if we
>> could hold off for a few days that would be great. Otherwise, maybe
>> temporarily revert the rsyslogd patches?
> 
> Ah, I didn't notice those patches. I see!
> 
> 
> On 13-10-18 11:44 +0200, Martin Jansa wrote:
>> Sorry about that, I was testing them together with json-c patch, so I
>> haven't noticed, can we temporary take this patch and then revert it
>> when (and if) libjson is renamed in oe-core (assuming that newer rsyslog
>> works with older libjson-0.9.
> 
> Either way is fine by me. I can fix it locally for us until the
> rename hits oecore.
> 
> 
> Thanks,
> 

I'm happy either way too. Whatever suits you best JaMa.

-- 
  Jack Mitchell (jack@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 


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

end of thread, other threads:[~2013-10-18 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18  7:27 [meta-oe][PATCH] rsyslog: fix dependency name (json-c => libjson) Olof Johansson
2013-10-18  8:51 ` Jack Mitchell
2013-10-18  9:44   ` Martin Jansa
2013-10-18 10:04     ` Olof Johansson
2013-10-18 10:09       ` Jack Mitchell

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.