From 6e48f94ec0a482db6cd55fa690601673b0d3ea6f Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 19 Nov 2013 17:28:11 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-horizon_git.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb') 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}/* \ ${datadir}/* \ " -RDEPENDS_${PN} += "nodejs \ - python-django \ +RDEPENDS_${PN} += " python-django \ python-django-appconf \ python-django-compressor \ python-django-openstack-auth \ @@ -88,6 +87,11 @@ RDEPENDS_${PN} += "nodejs \ python-pyyaml \ " +RDEPENDS_${PN}_arm += " nodejs" +RDEPENDS_${PN}_i686 += " nodejs" +RDEPENDS_${PN}_x86-64 += " nodejs" +RDEPENDS_${PN}_ia32 += " nodejs" + RDEPENDS_${SRCNAME} = "${PN}" INITSCRIPT_PACKAGES = "${SRCNAME}" -- cgit v1.2.3-54-g00ecf