summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-11-19 17:28:11 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-26 12:16:24 -0500
commit6e48f94ec0a482db6cd55fa690601673b0d3ea6f (patch)
tree4b3cb2a2e726504cbc94d22bca73f2227fe26968 /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parent5d3042a0ba2d7e66c434b6ba545a943c184dcf7f (diff)
downloadmeta-cloud-services-6e48f94ec0a482db6cd55fa690601673b0d3ea6f.tar.gz
python-horizon: remove nodejs from RDEPENDS of powerpc arch
Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 02a17ea..789192c 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -67,8 +67,7 @@ FILES_${SRCNAME} = "${bindir}/* \
67 ${datadir}/* \ 67 ${datadir}/* \
68 " 68 "
69 69
70RDEPENDS_${PN} += "nodejs \ 70RDEPENDS_${PN} += " python-django \
71 python-django \
72 python-django-appconf \ 71 python-django-appconf \
73 python-django-compressor \ 72 python-django-compressor \
74 python-django-openstack-auth \ 73 python-django-openstack-auth \
@@ -88,6 +87,11 @@ RDEPENDS_${PN} += "nodejs \
88 python-pyyaml \ 87 python-pyyaml \
89 " 88 "
90 89
90RDEPENDS_${PN}_arm += " nodejs"
91RDEPENDS_${PN}_i686 += " nodejs"
92RDEPENDS_${PN}_x86-64 += " nodejs"
93RDEPENDS_${PN}_ia32 += " nodejs"
94
91RDEPENDS_${SRCNAME} = "${PN}" 95RDEPENDS_${SRCNAME} = "${PN}"
92 96
93INITSCRIPT_PACKAGES = "${SRCNAME}" 97INITSCRIPT_PACKAGES = "${SRCNAME}"