All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Smith <msmith@cbnco.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] busybox: Split syslog initscript into busybox-syslog
Date: Mon, 08 Jun 2009 09:24:42 -0400	[thread overview]
Message-ID: <4A2D111A.3030003@cbnco.com> (raw)
In-Reply-To: <1244454759.2611.178.camel@mill.internal.reciva.com>

Phil Blundell wrote:
> On Sun, 2009-06-07 at 16:43 -0400, Michael Smith wrote:
>> +# Make busybox recommend busybox-syslog for those images that expect it
>> +RRECOMMENDS_${PN} += "libgcc ${PN}-syslog"
> 
> I guess it'd be a good idea to make this conditional on
> CONFIG_SYSLOGD=y.  Otherwise, folks who build with syslogd off will see
> a confusing "unsatisfied recommendation" diagnostic whenever they
> install busybox.

Hi Phil,

I think you had suggested using add_task to insert a Python block after 
do_fetch and before do_compile to modify RRECOMMENDS_${PN} conditionally 
based on ${WORKDIR}/defconfig.

What I'm wondering is how would that modification get persisted if, say, 
bitbake failed during do_compile, and then I restarted it? Would it 
think from the stamp that it's already done do_mangle_rrecommmends, and 
not bother running it again? Then RRECOMMENDS_${PN} would go back to 
whatever it was at parse time, i.e. no busybox-syslog. Is there a way 
around that?

Thanks,
Mike



  reply	other threads:[~2009-06-08 13:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-26  3:35 [PATCH] busybox: allow building when prefix is "", not "/usr" Michael Smith
2009-05-26  3:40 ` Michael Smith
2009-05-26  3:44   ` Michael Smith
2009-06-03 18:44     ` Phil Blundell
2009-06-03 19:50       ` Michael Smith
2009-06-03 20:14         ` Phil Blundell
2009-06-03 20:31           ` [PATCH 1/2] busybox: let update-alternatives create all symlinks, and use INC_PR Michael Smith
2009-06-03 20:31             ` [PATCH 2/2] busybox: Split syslog initscript into busybox-syslog Michael Smith
2009-06-05 11:27             ` [PATCH 1/2] busybox: let update-alternatives create all symlinks, and use INC_PR Phil Blundell
2009-05-26 16:01   ` [PATCH] busybox: allow building when prefix is "", not "/usr" Phil Blundell
2009-05-27  1:53     ` Michael Smith
2009-05-27 10:36       ` Phil Blundell
2009-05-26 16:16 ` Phil Blundell
2009-06-05 13:11 ` Phil Blundell
2009-06-05 13:29   ` Michael Smith
2009-06-05 13:57     ` Phil Blundell
2009-06-07 20:38       ` Michael Smith
2009-06-07 20:43         ` [PATCH] busybox: Split syslog initscript into busybox-syslog Michael Smith
2009-06-07 20:43           ` [PATCH] busybox: fix udhcpc default script location when prefix is not "/usr" Michael Smith
2009-06-08  9:39             ` Phil Blundell
2009-06-08  9:52           ` [PATCH] busybox: Split syslog initscript into busybox-syslog Phil Blundell
2009-06-08 13:24             ` Michael Smith [this message]
2009-06-08 14:06               ` Phil Blundell

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=4A2D111A.3030003@cbnco.com \
    --to=msmith@cbnco.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.