* [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch
@ 2013-11-19 9:28 Zhenhua Luo
2013-11-20 6:12 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Zhenhua Luo @ 2013-11-19 9:28 UTC (permalink / raw)
To: yocto; +Cc: b40290, b40527
Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc.
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}"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch
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
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2013-11-20 6:12 UTC (permalink / raw)
To: Zhenhua Luo, yocto; +Cc: b40290, b40527
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}"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-20 6:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.