From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] libsdl-directfb: fixed qa_configure error
Date: Sat, 11 Dec 2010 01:19:04 -0800 [thread overview]
Message-ID: <20101211091904.GD8894@gmail.com> (raw)
In-Reply-To: <09D9BE2AC4AA764DABAA8C91E48D819ED3B1D5CE@DEMCHP99E35MSX.ww902.siemens.net>
On (29/11/10 11:18), Aeschbacher, Fabrice wrote:
> Hi,
>
> Is this patch likely to be accepted and commited soon in branch release-2010.12, or should I overlay?
applied thanks for patch
>
> With kind regards,
> Fabrice Aeschbacher
>
> > -----Ursprüngliche Nachricht-----
> > Von: openembedded-devel-bounces@lists.openembedded.org
> > [mailto:openembedded-devel-bounces@lists.openembedded.org] Im
> > Auftrag von Aeschbacher, Fabrice
> > Gesendet: Freitag, 26. November 2010 15:47
> > An: openembedded-devel@lists.openembedded.org
> > Betreff: [oe] [PATCH] libsdl-directfb: fixed qa_configure error
> >
> > * without this patch, ${STAGING_DIR}/bin/directfb-config
> > --cflags returns:
> > -I/usr/include/directfb -D_REENTRANT
> > which makes qa_configure complain about /usr/include
> >
> >
> > Signed-off-by: Fabrice Aeschbacher <fabrice.aeschbacher@siemens.com>
> > ---
> > recipes/libsdl/libsdl-directfb_1.2.14.bb | 3 ++-
> > 1 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/recipes/libsdl/libsdl-directfb_1.2.14.bb
> > b/recipes/libsdl/libsdl-directfb_1.2.14.bb
> > index 9f22ee5..4a3dab0 100644
> > --- a/recipes/libsdl/libsdl-directfb_1.2.14.bb
> > +++ b/recipes/libsdl/libsdl-directfb_1.2.14.bb
> > @@ -41,6 +41,7 @@ do_configure_prepend () {
> > # Remove old libtool macros.
> > MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4
> > ltsugar.m4 ltversion.m4"
> > for i in ${MACROS}; do
> > - rm acinclude/$i
> > + rm -f acinclude/$i
> > done
> > + export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
> > }
> > --
> > 1.5.6.5
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
prev parent reply other threads:[~2010-12-11 9:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-26 14:47 [PATCH] libsdl-directfb: fixed qa_configure error Aeschbacher, Fabrice
2010-11-29 10:18 ` Aeschbacher, Fabrice
2010-12-11 9:19 ` Khem Raj [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101211091904.GD8894@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox