summaryrefslogtreecommitdiffstats
path: root/recipes-support/spice/spice_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/spice/spice_git.bb')
-rw-r--r--recipes-support/spice/spice_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb
index 24870a1..8340787 100644
--- a/recipes-support/spice/spice_git.bb
+++ b/recipes-support/spice/spice_git.bb
@@ -32,6 +32,7 @@ SRC_URI = "git://anongit.freedesktop.org/spice/spice;name=spice \
32SRC_URI += " \ 32SRC_URI += " \
33 file://spice-fix-CVE-2013-4282.patch \ 33 file://spice-fix-CVE-2013-4282.patch \
34 file://configure.ac-add-subdir-objects-to-AM_INIT_AUTOMAKE.patch \ 34 file://configure.ac-add-subdir-objects-to-AM_INIT_AUTOMAKE.patch \
35 file://build-allow-separated-src-and-build-dirs.patch \
35 " 36 "
36 37
37S = "${WORKDIR}/git" 38S = "${WORKDIR}/git"
@@ -61,7 +62,7 @@ do_configure_prepend() {
61} 62}
62 63
63do_install_append() { 64do_install_append() {
64 cd ${S}/spice-common/spice-protocol 65 cd ${B}/spice-common/spice-protocol
65 oe_runmake DESTDIR="${D}" install 66 oe_runmake DESTDIR="${D}" install
66 cd - 67 cd -
67} 68}