All of lore.kernel.org
 help / color / mirror / Atom feed
From: Henning Heinold <heinold@inf.fu-berlin.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: pkgconfig.bbclass changes
Date: Tue, 23 Sep 2008 14:22:59 +0200	[thread overview]
Message-ID: <20080923122259.GA32730@mi.fu-berlin.de> (raw)
In-Reply-To: <gbaldf$39s$2@ger.gmane.org>

On Tue, Sep 23, 2008 at 01:54:23PM +0200, Koen Kooi wrote:
> Hi,
> 
> Henning fixed up pkgconfig.bbclass (which should die, since 
> autotools.bbclass does a much better job), but I think this:
> 
> -       for pc in `find ${S} -name '*.pc' -type f | grep -v -- 
> '-uninstalled.pc$'`; do
> +       for pc in `find ${D} -name '*.pc' -type f | grep -v -- 
> '-uninstalled.pc$'`; do
> 
> breaks -native recipes.
> 
> regards,
> 
> Koen

Hi,

sorry you are right. This indeed breaks native packages I didnt
thought of it, while fixing the pc file of xine. 

I think we can not let die pkgconfig.bbclass, because not all features are
in autotools.class and there are cases where staging or install
do not depend on the autotools install routines.

Bye Henning



  reply	other threads:[~2008-09-23 12:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23 11:54 pkgconfig.bbclass changes Koen Kooi
2008-09-23 12:22 ` Henning Heinold [this message]
2008-09-23 13:38   ` Koen Kooi
2008-09-23 17:52   ` Philip Balister
2008-09-23 18:21     ` Koen Kooi

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=20080923122259.GA32730@mi.fu-berlin.de \
    --to=heinold@inf.fu-berlin.de \
    --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 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.