All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Zhenhua Luo <zhenhua.luo@freescale.com>, <yocto@yoctoproject.org>
Cc: b40290@freescale.com, b40527@freescale.com
Subject: Re: [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch
Date: Wed, 20 Nov 2013 01:12:04 -0500	[thread overview]
Message-ID: <528C52B4.5070001@windriver.com> (raw)
In-Reply-To: <1384853291-10215-1-git-send-email-zhenhua.luo@freescale.com>

On 11/19/2013, 4:28 AM, Zhenhua Luo wrote:
> Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc.

This looks good. I'm making some other significant changes at the
moment, but I've queued the patch.

Bruce

>
> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
> ---
>   meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb | 8 ++++++--
>   1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb
> index fdd0bd0..edd8dae 100644
> --- a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb
> +++ b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb
> @@ -63,8 +63,7 @@ FILES_${SRCNAME} = "${bindir}/* \
>       ${datadir}/* \
>       "
>
> -RDEPENDS_${PN} += "nodejs \
> -    python-django \
> +RDEPENDS_${PN} += " python-django \
>       python-django-appconf \
>       python-django-compressor \
>       python-django-openstack-auth \
> @@ -80,6 +79,11 @@ RDEPENDS_${PN} += "nodejs \
>       python-lockfile \
>       "
>
> +RDEPENDS_${PN}_arm += " nodejs"
> +RDEPENDS_${PN}_i686 += " nodejs"
> +RDEPENDS_${PN}_x86-64 += " nodejs"
> +RDEPENDS_${PN}_ia32 += " nodejs"
> +
>   RDEPENDS_${SRCNAME} = "${PN}"
>
>   INITSCRIPT_PACKAGES = "${SRCNAME}"
>



      reply	other threads:[~2013-11-20  6:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-19  9:28 [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch Zhenhua Luo
2013-11-20  6:12 ` Bruce Ashfield [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=528C52B4.5070001@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=b40290@freescale.com \
    --cc=b40527@freescale.com \
    --cc=yocto@yoctoproject.org \
    --cc=zhenhua.luo@freescale.com \
    /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.