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 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 281264c..b94d1bf 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -75,6 +75,12 @@ FILES_${SRCNAME} = "${bindir}/* \ | |||
| 75 | ${datadir}/* \ | 75 | ${datadir}/* \ |
| 76 | " | 76 | " |
| 77 | 77 | ||
| 78 | RDEP_ARCH_VAR = "" | ||
| 79 | RDEP_ARCH_VAR_arm = "nodejs" | ||
| 80 | RDEP_ARCH_VAR_i686 = "nodejs" | ||
| 81 | RDEP_ARCH_VAR_x86-64 = "nodejs" | ||
| 82 | RDEP_ARCH_VAR_ia32 = "nodejs" | ||
| 83 | |||
| 78 | RDEPENDS_${PN} += " python-django \ | 84 | RDEPENDS_${PN} += " python-django \ |
| 79 | python-django-appconf \ | 85 | python-django-appconf \ |
| 80 | python-django-compressor \ | 86 | python-django-compressor \ |
| @@ -93,13 +99,9 @@ RDEPENDS_${PN} += " python-django \ | |||
| 93 | python-swiftclient \ | 99 | python-swiftclient \ |
| 94 | python-lockfile \ | 100 | python-lockfile \ |
| 95 | python-pyyaml \ | 101 | python-pyyaml \ |
| 102 | ${RDEP_ARCH_VAR} \ | ||
| 96 | " | 103 | " |
| 97 | 104 | ||
| 98 | RDEPENDS_${PN}_arm += " nodejs" | ||
| 99 | RDEPENDS_${PN}_i686 += " nodejs" | ||
| 100 | RDEPENDS_${PN}_x86-64 += " nodejs" | ||
| 101 | RDEPENDS_${PN}_ia32 += " nodejs" | ||
| 102 | |||
| 103 | RDEPENDS_${SRCNAME} = "${PN}" | 105 | RDEPENDS_${SRCNAME} = "${PN}" |
| 104 | 106 | ||
| 105 | INITSCRIPT_PACKAGES = "${SRCNAME}" | 107 | INITSCRIPT_PACKAGES = "${SRCNAME}" |
