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-21 13:29:07 -0400
commitb584c342e325b04f9b9e5062503edecdb3885e81 (patch)
treec4b46080f09295bb34a996e22b834b1a124a10ca /recipes-support/spice/spice_git.bb
parentc7727843423dcc65eb3a6224a209d6e89b177fcd (diff)
downloadmeta-cloud-services-b584c342e325b04f9b9e5062503edecdb3885e81.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}