From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: = ? UTF-8 ? B ? Ww== ? =oe= ? UTF-8 ? B ? XQ== ? = How to sane replace a path in a pkgconfig file ?
Date: Sun, 14 Feb 2010 19:37:59 +0100 [thread overview]
Message-ID: <20100214183759.GH30265@mx.loc> (raw)
In-Reply-To: <20100214173347.2B1D61817E775@dd20204.kasserver.com>
On Sun, Feb 14, 2010 at 06:33:45PM +0100, bernhard.guillon@opensimpad.org wrote:
>> On Sun, Feb 14, 2010 at 03:23:09PM +0100, bernhard.guillon@opensimpad.org wrote:
>> >Hi all,
>> >currently I am working on fixing blackbox. I had to add a lot of includes to fix compiler errors.
>>
>> I have an import of the CVS tree here, fyi:
>> http://git.busybox.net/~aldot/git/blackboxwm/
>> http://git.busybox.net/~aldot/git/bbkeys/
>>
>> There were a couple of debian's patches applied (still by brad), i'd
>> recommend to use all blackbox-0.70.1..master patches and base off that.
>>
>
>Hi,
>thanks for the hint, the debian patch for the includes looks like mine so I will use the debian patch for updating the recipe :)
>
>But my problem is not the compiler errors but openembeddeds pkgconfig class.
I'm aware of that but unfortunately i can't help you with the pkgconfig class.
>When will pkgconfig be called? Before or after do_stage()? What is the right function to place the code of replacing the wrong path of the pkgconfig file? The original package does it in do_stage() but it seems at least on my build system that pkgconfig class is called after do_stage().
classes/pkgconfig.bbclass suggests that .pc are fixed up in
do_install_prepend() (why does the efl class duplicate this, btw?)
and that this depends on stage.
btw.. someone should
sed -i -e s/vw/w/ docs/usermanual/reference/class_pkgconfig.xml
>Also is it safe to just replace the path in pkgconfig files in do_install_prepend()? Because then there is no file with the build path.
>
>So I need a function which gets called after pkgconfig class?
I'd try to remove that explicit .pc handling from blackbox and see what
happens and start from there (i.e. don't know yet).
cheers,
Bernhard
next prev parent reply other threads:[~2010-02-14 18:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-14 14:23 How to sane replace a path in a pkgconfig file ? bernhard.guillon
2010-02-14 17:04 ` Bernhard Reutner-Fischer
2010-02-14 17:33 ` = ? UTF-8 ? B ? Ww== ? =oe= ? UTF-8 ? B ? XQ== ? = " bernhard.guillon
2010-02-14 18:37 ` Bernhard Reutner-Fischer [this message]
2010-02-14 20:20 ` Koen Kooi
2010-02-14 20:38 ` bernhard.guillon
2010-02-14 21:22 ` Bernhard Reutner-Fischer
2010-02-14 21:31 ` Phil Blundell
2010-02-14 21:47 ` Bernhard Reutner-Fischer
2010-02-14 21:49 ` Bernhard Reutner-Fischer
2010-02-14 21:25 ` Phil Blundell
2010-02-15 9:44 ` Richard Purdie
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=20100214183759.GH30265@mx.loc \
--to=rep.dot.nop@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 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.