diff options
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}" |
