All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe] WIP: cloud9: created
Date: Mon, 26 Sep 2011 19:13:45 -0400	[thread overview]
Message-ID: <20110926231345.GC24402@denix.org> (raw)
In-Reply-To: <CA+T6QPn7hEB+7z6MSZooXZBUEiJXS+ktfPKq569GcfugSF8eSw@mail.gmail.com>

On Mon, Sep 26, 2011 at 12:24:11PM -0400, Jason Kridner wrote:
> 
> >> +SRCREV = "08bae1d1cc2ba9f7f883a25afd07f0339a82fa8b"
> >> +S = "${WORKDIR}/git"
> >> +
> >> +do_configure_prepend () {
> >> + git submodule update --init --recursive
> >> +}
> >> +
> >> +do_compile () {
> >> +}
> >
> > Maybe add comments why the above overrides are needed.
> 
> Will do.  Note that oe-sytlize removes the line breaks between the do_
> functions.  Is that really desired?

Not sure about the lack of empty lines between do_ functions - probably an 
unintended behavior of oe-stylize...

But I believe empty do_ functions need to have a single ':' character, which 
is a NOP in shell, to prevent bitbake from discarding the function altogether, 
if I'm not mistaken for the proper reason.

-- 
Denys



      reply	other threads:[~2011-09-26 23:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-24  7:08 [meta-oe] WIP: cloud9: created Jason Kridner
2011-09-24  7:25 ` Paul Menzel
2011-09-26 16:24   ` Jason Kridner
2011-09-26 23:13     ` Denys Dmytriyenko [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=20110926231345.GC24402@denix.org \
    --to=denis@denix.org \
    --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.