All of lore.kernel.org
 help / color / mirror / Atom feed
From: Autif Khan <autif.mlist@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-mono][PATCH 1/2] layer.conf: Use .= for adding to BBPATH and += to BBFILES
Date: Wed, 27 Feb 2013 12:04:43 -0500	[thread overview]
Message-ID: <CADzUK1LaJk9n-yJtYd0QLvQC_9hFKibq2O=hpxPqWQnCejX-BQ@mail.gmail.com> (raw)
In-Reply-To: <1358810277-11975-1-git-send-email-raj.khem@gmail.com>

On Mon, Jan 21, 2013 at 6:17 PM, Khem Raj <raj.khem@gmail.com> wrote:
> Fixes parsing errors which is appearing after this commit to
> meta-openembedded
>
> http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f
>
> This triggers
> exception NameError: name 'base_contains' is not defined
> without this change
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  conf/layer.conf |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 6bcf70e..d8cc797 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -1,8 +1,8 @@
>  # We have a conf and classes directory, add to BBPATH
> -BBPATH := "${BBPATH}:${LAYERDIR}"
> +BBPATH .= ":${LAYERDIR}"
>
>  # We have a recipes directory, add to BBFILES
> -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-mono/*/*.bb \
> +BBFILES += "${LAYERDIR}/recipes-mono/*/*.bb \
>              ${LAYERDIR}/recipes-mono/*/*.bbappend"
>
>  BBFILE_COLLECTIONS += "mono"
> --
> 1.7.9.5
>

Merged into master

Apologies for late merge - somehow this got lost because of bad email
filtering on my part.


      parent reply	other threads:[~2013-02-27 17:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21 23:17 [meta-mono][PATCH 1/2] layer.conf: Use .= for adding to BBPATH and += to BBFILES Khem Raj
2013-01-21 23:17 ` [meta-mono][PATCH 2/2] monotools-server: Remove multiline comment Khem Raj
2013-02-27 17:05   ` Autif Khan
2013-02-27 18:44     ` Khem Raj
2013-02-27 17:04 ` Autif Khan [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='CADzUK1LaJk9n-yJtYd0QLvQC_9hFKibq2O=hpxPqWQnCejX-BQ@mail.gmail.com' \
    --to=autif.mlist@gmail.com \
    --cc=raj.khem@gmail.com \
    --cc=yocto@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.