From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: poky@yoctoproject.org
Subject: Re: Replacement for fakeroot do_install()?
Date: Wed, 22 Dec 2010 14:48:14 +0000 [thread overview]
Message-ID: <1293029294.25087.7640.camel@rex> (raw)
In-Reply-To: <C40A274E-BE70-4CE5-87D3-81F65CAF51AA@dominion.thruhere.net>
On Wed, 2010-12-22 at 14:48 +0100, Koen Kooi wrote:
> What's is the pseudo way to do fakeroot do_install()? I have a number
> of OE recipes that still use fakeroot and I would like to get rid of
> that in the OE layer for yocto.
All do_install's within poky now run under fakeroot (at least in the
target case).
fakeroot do_install () still works (fakeroot is a flag you can add to
any function), likewise:
do_install[fakeroot] = "1"
which means the same thing. The only downside to doing things this way
is it would apply to native recipes too and it doesn't make sense to use
fakeroot for native recipes (not least how would you then build
fakeroot/pseudo?).
So the simple answer is probably to drop the do_install references.
Cheers,
Richard
prev parent reply other threads:[~2010-12-22 14:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-22 13:48 Replacement for fakeroot do_install()? Koen Kooi
2010-12-22 14:02 ` Joshua Lock
2010-12-22 14:08 ` Koen Kooi
2010-12-22 14:48 ` Richard Purdie [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=1293029294.25087.7640.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--cc=koen@dominion.thruhere.net \
--cc=poky@yoctoproject.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.