* [meta-oe][PATCH] syslog-ng: update inherit to work correctly with RSS
@ 2017-02-24 21:54 Derek Straka
2017-02-28 9:23 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Derek Straka @ 2017-02-24 21:54 UTC (permalink / raw)
To: openembedded-devel
Resolves build issue exposed by RSS
http://errors.yoctoproject.org/Errors/Details/130631/
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 2 +-
meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
index 21d1748..0dbcc6e 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
@@ -22,7 +22,7 @@ SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source
file://configure.ac-add-option-enable-thread-tls-to-manage-.patch \
"
-inherit autotools systemd pkgconfig update-rc.d
+inherit autotools gettext systemd pkgconfig update-rc.d
EXTRA_OECONF = " \
--enable-dynamic-linking \
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
index bee1e19..73609af 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
@@ -13,5 +13,3 @@ SRC_URI += " \
SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba"
SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8e2049edd633a41b223776a853d9106f4e7"
-
-PNBLACKLIST[syslog-ng] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130631/"
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] syslog-ng: update inherit to work correctly with RSS
2017-02-24 21:54 [meta-oe][PATCH] syslog-ng: update inherit to work correctly with RSS Derek Straka
@ 2017-02-28 9:23 ` Martin Jansa
2017-02-28 15:33 ` Peter Kjellerstedt
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2017-02-28 9:23 UTC (permalink / raw)
To: Derek Straka; +Cc: openembedded-devel
Now it complains about libtool version :/
http://errors.yoctoproject.org/Errors/Details/134288/
On Fri, Feb 24, 2017 at 10:54 PM, Derek Straka <derek@asterius.io> wrote:
> Resolves build issue exposed by RSS
> http://errors.yoctoproject.org/Errors/Details/130631/
>
> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
> meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 2 +-
> meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb | 2 --
> 2 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> index 21d1748..0dbcc6e 100644
> --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> @@ -22,7 +22,7 @@ SRC_URI = "http://www.balabit.com/
> downloads/files/syslog-ng/sources/${PV}/source
> file://configure.ac-add-option-enable-thread-tls-to-manage-.patch
> \
> "
>
> -inherit autotools systemd pkgconfig update-rc.d
> +inherit autotools gettext systemd pkgconfig update-rc.d
>
> EXTRA_OECONF = " \
> --enable-dynamic-linking \
> diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> index bee1e19..73609af 100644
> --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> @@ -13,5 +13,3 @@ SRC_URI += " \
>
> SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba"
> SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8
> e2049edd633a41b223776a853d9106f4e7"
> -
> -PNBLACKLIST[syslog-ng] ?= "Fails to build with RSS
> http://errors.yoctoproject.org/Errors/Details/130631/"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] syslog-ng: update inherit to work correctly with RSS
2017-02-28 9:23 ` Martin Jansa
@ 2017-02-28 15:33 ` Peter Kjellerstedt
2017-02-28 15:56 ` Derek Straka
0 siblings, 1 reply; 5+ messages in thread
From: Peter Kjellerstedt @ 2017-02-28 15:33 UTC (permalink / raw)
To: Martin Jansa, Derek Straka; +Cc: openembedded-devel
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Martin Jansa
> Sent: den 28 februari 2017 10:24
> To: Derek Straka
> Cc: openembedded-devel
> Subject: Re: [oe] [meta-oe][PATCH] syslog-ng: update inherit to work
> correctly with RSS
>
> Now it complains about libtool version :/
>
> http://errors.yoctoproject.org/Errors/Details/134288/
I have a solution for this where it executes autoreconf twice
to make it work. I do not really know why that is necessary, or
why it changed with RSS, but at least it seems to work. syslog-ng
has sub-projects with their own autotools files, and that has
probably got something to do with it...
I will also include an update to version 3.8.1 that I have been
meaning to provide for a while now.
> On Fri, Feb 24, 2017 at 10:54 PM, Derek Straka <derek@asterius.io>
> wrote:
>
> > Resolves build issue exposed by RSS
> > http://errors.yoctoproject.org/Errors/Details/130631/
> >
> > Signed-off-by: Derek Straka <derek@asterius.io>
> > ---
> > meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 2 +-
> > meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb | 2 --
> > 2 files changed, 1 insertion(+), 3 deletions(-)
> >
> > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > index 21d1748..0dbcc6e 100644
> > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > @@ -22,7 +22,7 @@ SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/${PV}/source
> > file://configure.ac-add-option-enable-thread-tls-to-manage-.patch \
> > "
> >
> > -inherit autotools systemd pkgconfig update-rc.d
> > +inherit autotools gettext systemd pkgconfig update-rc.d
> >
> > EXTRA_OECONF = " \
> > --enable-dynamic-linking \
> > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > index bee1e19..73609af 100644
> > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > @@ -13,5 +13,3 @@ SRC_URI += " \
> >
> > SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba"
> > SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8e2049edd633a41b223776a853d9106f4e7"
> > -
> > -PNBLACKLIST[syslog-ng] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130631/"
> > --
> > 2.7.4
//Peter
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] syslog-ng: update inherit to work correctly with RSS
2017-02-28 15:33 ` Peter Kjellerstedt
@ 2017-02-28 15:56 ` Derek Straka
2017-02-28 16:32 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Derek Straka @ 2017-02-28 15:56 UTC (permalink / raw)
To: Peter Kjellerstedt; +Cc: openembedded-devel
This patch can been dropped and we can use Peter's update instead.
On Tue, Feb 28, 2017 at 10:33 AM, Peter Kjellerstedt <
peter.kjellerstedt@axis.com> wrote:
> > -----Original Message-----
> > From: openembedded-devel-bounces@lists.openembedded.org
> > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> > Martin Jansa
> > Sent: den 28 februari 2017 10:24
> > To: Derek Straka
> > Cc: openembedded-devel
> > Subject: Re: [oe] [meta-oe][PATCH] syslog-ng: update inherit to work
> > correctly with RSS
> >
> > Now it complains about libtool version :/
> >
> > http://errors.yoctoproject.org/Errors/Details/134288/
>
> I have a solution for this where it executes autoreconf twice
> to make it work. I do not really know why that is necessary, or
> why it changed with RSS, but at least it seems to work. syslog-ng
> has sub-projects with their own autotools files, and that has
> probably got something to do with it...
>
> I will also include an update to version 3.8.1 that I have been
> meaning to provide for a while now.
>
> > On Fri, Feb 24, 2017 at 10:54 PM, Derek Straka <derek@asterius.io>
> > wrote:
> >
> > > Resolves build issue exposed by RSS
> > > http://errors.yoctoproject.org/Errors/Details/130631/
> > >
> > > Signed-off-by: Derek Straka <derek@asterius.io>
> > > ---
> > > meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 2 +-
> > > meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb | 2 --
> > > 2 files changed, 1 insertion(+), 3 deletions(-)
> > >
> > > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > > index 21d1748..0dbcc6e 100644
> > > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > > @@ -22,7 +22,7 @@ SRC_URI = "http://www.balabit.com/
> downloads/files/syslog-ng/sources/${PV}/source
> > > file://configure.ac-add-option-enable-thread-tls-to-manage-.patch
> \
> > > "
> > >
> > > -inherit autotools systemd pkgconfig update-rc.d
> > > +inherit autotools gettext systemd pkgconfig update-rc.d
> > >
> > > EXTRA_OECONF = " \
> > > --enable-dynamic-linking \
> > > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > > index bee1e19..73609af 100644
> > > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > > @@ -13,5 +13,3 @@ SRC_URI += " \
> > >
> > > SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba"
> > > SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8
> e2049edd633a41b223776a853d9106f4e7"
> > > -
> > > -PNBLACKLIST[syslog-ng] ?= "Fails to build with RSS
> http://errors.yoctoproject.org/Errors/Details/130631/"
> > > --
> > > 2.7.4
>
> //Peter
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH] syslog-ng: update inherit to work correctly with RSS
2017-02-28 15:56 ` Derek Straka
@ 2017-02-28 16:32 ` Martin Jansa
0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2017-02-28 16:32 UTC (permalink / raw)
To: Derek Straka; +Cc: openembedded-devel, Peter Kjellerstedt
[-- Attachment #1: Type: text/plain, Size: 3320 bytes --]
On Tue, Feb 28, 2017 at 10:56:12AM -0500, Derek Straka wrote:
> This patch can been dropped and we can use Peter's update instead.
I've already dropped it before running next build:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111613.html
> On Tue, Feb 28, 2017 at 10:33 AM, Peter Kjellerstedt <
> peter.kjellerstedt@axis.com> wrote:
>
> > > -----Original Message-----
> > > From: openembedded-devel-bounces@lists.openembedded.org
> > > [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> > > Martin Jansa
> > > Sent: den 28 februari 2017 10:24
> > > To: Derek Straka
> > > Cc: openembedded-devel
> > > Subject: Re: [oe] [meta-oe][PATCH] syslog-ng: update inherit to work
> > > correctly with RSS
> > >
> > > Now it complains about libtool version :/
> > >
> > > http://errors.yoctoproject.org/Errors/Details/134288/
> >
> > I have a solution for this where it executes autoreconf twice
> > to make it work. I do not really know why that is necessary, or
> > why it changed with RSS, but at least it seems to work. syslog-ng
> > has sub-projects with their own autotools files, and that has
> > probably got something to do with it...
> >
> > I will also include an update to version 3.8.1 that I have been
> > meaning to provide for a while now.
> >
> > > On Fri, Feb 24, 2017 at 10:54 PM, Derek Straka <derek@asterius.io>
> > > wrote:
> > >
> > > > Resolves build issue exposed by RSS
> > > > http://errors.yoctoproject.org/Errors/Details/130631/
> > > >
> > > > Signed-off-by: Derek Straka <derek@asterius.io>
> > > > ---
> > > > meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 2 +-
> > > > meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb | 2 --
> > > > 2 files changed, 1 insertion(+), 3 deletions(-)
> > > >
> > > > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > > > index 21d1748..0dbcc6e 100644
> > > > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > > > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > > > @@ -22,7 +22,7 @@ SRC_URI = "http://www.balabit.com/
> > downloads/files/syslog-ng/sources/${PV}/source
> > > > file://configure.ac-add-option-enable-thread-tls-to-manage-.patch
> > \
> > > > "
> > > >
> > > > -inherit autotools systemd pkgconfig update-rc.d
> > > > +inherit autotools gettext systemd pkgconfig update-rc.d
> > > >
> > > > EXTRA_OECONF = " \
> > > > --enable-dynamic-linking \
> > > > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > > > index bee1e19..73609af 100644
> > > > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > > > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
> > > > @@ -13,5 +13,3 @@ SRC_URI += " \
> > > >
> > > > SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba"
> > > > SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8
> > e2049edd633a41b223776a853d9106f4e7"
> > > > -
> > > > -PNBLACKLIST[syslog-ng] ?= "Fails to build with RSS
> > http://errors.yoctoproject.org/Errors/Details/130631/"
> > > > --
> > > > 2.7.4
> >
> > //Peter
> >
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-28 16:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24 21:54 [meta-oe][PATCH] syslog-ng: update inherit to work correctly with RSS Derek Straka
2017-02-28 9:23 ` Martin Jansa
2017-02-28 15:33 ` Peter Kjellerstedt
2017-02-28 15:56 ` Derek Straka
2017-02-28 16:32 ` 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.