summaryrefslogtreecommitdiffstats
path: root/recipes-support/spice/spice_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-05-09 09:07:51 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-13 09:42:03 -0400
commit1b112ca45e3a107bb3d5690600755b702aee3640 (patch)
treef323e63772d597d48fe66c8d752ffa4d6699a30a /recipes-support/spice/spice_git.bb
parent6ded56c9f9664b5c47b2b2899b1eb6db92e2d815 (diff)
downloadmeta-cloud-services-1b112ca45e3a107bb3d5690600755b702aee3640.tar.gz
spice: allow separated src and build dirs
Some minor fixes around generated .c and .h files were required to allow separated src and build dirs. Without these builds will fail and you would have to build in the src dir. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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}