diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-11-19 17:28:11 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-26 12:16:24 -0500 |
| commit | 6e48f94ec0a482db6cd55fa690601673b0d3ea6f (patch) | |
| tree | 4b3cb2a2e726504cbc94d22bca73f2227fe26968 /meta-openstack/recipes-devtools/python/python-horizon_git.bb | |
| parent | 5d3042a0ba2d7e66c434b6ba545a943c184dcf7f (diff) | |
| download | meta-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.bb | 8 |
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 | ||
| 70 | RDEPENDS_${PN} += "nodejs \ | 70 | RDEPENDS_${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 | ||
| 90 | RDEPENDS_${PN}_arm += " nodejs" | ||
| 91 | RDEPENDS_${PN}_i686 += " nodejs" | ||
| 92 | RDEPENDS_${PN}_x86-64 += " nodejs" | ||
| 93 | RDEPENDS_${PN}_ia32 += " nodejs" | ||
| 94 | |||
| 91 | RDEPENDS_${SRCNAME} = "${PN}" | 95 | RDEPENDS_${SRCNAME} = "${PN}" |
| 92 | 96 | ||
| 93 | INITSCRIPT_PACKAGES = "${SRCNAME}" | 97 | INITSCRIPT_PACKAGES = "${SRCNAME}" |
