summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/spice-html5
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-25 09:36:55 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-25 09:36:55 -0400
commit809be55f0d276c59a8f71bb62f65fcdecede71b0 (patch)
tree85870725e67ff2fd3deaad5088bd4828f528c374 /meta-openstack/recipes-support/spice-html5
parentec4dd1f12eff5aab513845cafa87fbec8166adff (diff)
downloadmeta-cloud-services-809be55f0d276c59a8f71bb62f65fcdecede71b0.tar.gz
spice: change RDEPENDS to RDPENDS_
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support/spice-html5')
-rw-r--r--meta-openstack/recipes-support/spice-html5/spice-html5_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
index 1905da2..68743e0 100644
--- a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
+++ b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
@@ -23,7 +23,7 @@ SRC_URI = "git://anongit.freedesktop.org/spice/spice-html5"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26RDEPENDS = "python-websockify" 26RDEPENDS_${PN} = "python-websockify"
27 27
28do_install() { 28do_install() {
29 oe_runmake DESTDIR="${D}" datadir="${D}/${datadir}" install 29 oe_runmake DESTDIR="${D}" datadir="${D}/${datadir}" install