* cyrus-sasl2: Clean up QA issues
@ 2013-03-21 20:18 Joe MacDonald
2013-03-21 20:18 ` [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors Joe MacDonald
0 siblings, 1 reply; 5+ messages in thread
From: Joe MacDonald @ 2013-03-21 20:18 UTC (permalink / raw)
To: openembedded-devel, marcin.juszkiewicz
This resolves the situation for my builds and is based on a fix we did in a
previous tree I worked on.
Marcin: Would you be able to confirm for me that this doesn't break anything
of yours? I'm using this for building cyrus-sasl to support building OpenLDAP
myself, but I'd like to know it doesn't break anything of yours, since you
indicated you were using the current, RPATH-messy, version as a build
dependency.
--
-Joe.
:wq
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors
2013-03-21 20:18 cyrus-sasl2: Clean up QA issues Joe MacDonald
@ 2013-03-21 20:18 ` Joe MacDonald
2013-03-21 20:42 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Joe MacDonald @ 2013-03-21 20:18 UTC (permalink / raw)
To: openembedded-devel, marcin.juszkiewicz
Cleaning QA errors from commit 770b14191143fd89fa18daa4048af1f618debdee
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
---
meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
index 44336f0..7b3e674 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
@@ -11,7 +11,8 @@ inherit autotools pkgconfig
EXTRA_OECONF += "--with-dblib=berkeley \
--with-bdb-libdir=${STAGING_LIBDIR} \
--with-bdb-incdir=${STAGING_INCDIR} \
- --without-pam --without-opie --without-des"
+ --without-pam --without-opie --without-des \
+ andrew_cv_runpath_switch=none"
do_configure_prepend () {
rm -f acinclude.m4 config/libtool.m4
--
1.8.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors
2013-03-21 20:18 ` [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors Joe MacDonald
@ 2013-03-21 20:42 ` Martin Jansa
2013-03-22 13:09 ` Joe MacDonald
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-03-21 20:42 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1476 bytes --]
On Thu, Mar 21, 2013 at 04:18:18PM -0400, Joe MacDonald wrote:
> Cleaning QA errors from commit 770b14191143fd89fa18daa4048af1f618debdee
>
> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
> ---
> meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> index 44336f0..7b3e674 100644
> --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> @@ -11,7 +11,8 @@ inherit autotools pkgconfig
> EXTRA_OECONF += "--with-dblib=berkeley \
> --with-bdb-libdir=${STAGING_LIBDIR} \
> --with-bdb-incdir=${STAGING_INCDIR} \
> - --without-pam --without-opie --without-des"
> + --without-pam --without-opie --without-des \
> + andrew_cv_runpath_switch=none"
Please don't mix tabs and spaces for indentation.
>
> do_configure_prepend () {
> rm -f acinclude.m4 config/libtool.m4
> --
> 1.8.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/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] 5+ messages in thread* Re: [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors
2013-03-21 20:42 ` Martin Jansa
@ 2013-03-22 13:09 ` Joe MacDonald
2013-03-26 19:56 ` Joe MacDonald
0 siblings, 1 reply; 5+ messages in thread
From: Joe MacDonald @ 2013-03-22 13:09 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1387 bytes --]
[Re: [oe] [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors] On 13.03.21 (Thu 21:42) Martin Jansa wrote:
> On Thu, Mar 21, 2013 at 04:18:18PM -0400, Joe MacDonald wrote:
> > Cleaning QA errors from commit 770b14191143fd89fa18daa4048af1f618debdee
> >
> > Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
> > ---
> > meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> > index 44336f0..7b3e674 100644
> > --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> > +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> > @@ -11,7 +11,8 @@ inherit autotools pkgconfig
> > EXTRA_OECONF += "--with-dblib=berkeley \
> > --with-bdb-libdir=${STAGING_LIBDIR} \
> > --with-bdb-incdir=${STAGING_INCDIR} \
> > - --without-pam --without-opie --without-des"
> > + --without-pam --without-opie --without-des \
> > + andrew_cv_runpath_switch=none"
>
> Please don't mix tabs and spaces for indentation.
Good catch, I didn't even notice that expandtab was off here. Time to
update the vimrc.
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors
2013-03-22 13:09 ` Joe MacDonald
@ 2013-03-26 19:56 ` Joe MacDonald
0 siblings, 0 replies; 5+ messages in thread
From: Joe MacDonald @ 2013-03-26 19:56 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]
[Re: [oe] [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors] On 13.03.22 (Fri 09:09) Joe MacDonald wrote:
> [Re: [oe] [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors] On 13.03.21 (Thu 21:42) Martin Jansa wrote:
>
> > On Thu, Mar 21, 2013 at 04:18:18PM -0400, Joe MacDonald wrote:
> > > Cleaning QA errors from commit 770b14191143fd89fa18daa4048af1f618debdee
> > >
> > > Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
> > > ---
> > > meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 3 ++-
> > > 1 file changed, 2 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> > > index 44336f0..7b3e674 100644
> > > --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> > > +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> > > @@ -11,7 +11,8 @@ inherit autotools pkgconfig
> > > EXTRA_OECONF += "--with-dblib=berkeley \
> > > --with-bdb-libdir=${STAGING_LIBDIR} \
> > > --with-bdb-incdir=${STAGING_INCDIR} \
> > > - --without-pam --without-opie --without-des"
> > > + --without-pam --without-opie --without-des \
> > > + andrew_cv_runpath_switch=none"
> >
> > Please don't mix tabs and spaces for indentation.
>
> Good catch, I didn't even notice that expandtab was off here. Time to
> update the vimrc.
Merged with this fix.
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-03-26 20:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21 20:18 cyrus-sasl2: Clean up QA issues Joe MacDonald
2013-03-21 20:18 ` [meta-networking][PATCH] cyrus-sasl2: clean up rpath QA errors Joe MacDonald
2013-03-21 20:42 ` Martin Jansa
2013-03-22 13:09 ` Joe MacDonald
2013-03-26 19:56 ` Joe MacDonald
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.