summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice/spice_git.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-09-13 13:37:36 +0800
committerKhem Raj <raj.khem@gmail.com>2018-09-14 19:01:41 -0700
commitcff2f38874166085fe2b6cf8a75c53fe9a3a231c (patch)
treef65f65e90e7c999c7c37ab725f84184c7df3e1d1 /meta-networking/recipes-support/spice/spice_git.bb
parente5c84d8365f4d56c01aafe2ceee11d198adf4d30 (diff)
downloadmeta-openembedded-cff2f38874166085fe2b6cf8a75c53fe9a3a231c.tar.gz
spice: fix compile error on 32bit system
Fix below compile error on 32bit system, since input argument is uLong, but use format %d: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Werror=format=] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice/spice_git.bb')
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 871bb0fe9a..c7e4b03292 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -24,6 +24,7 @@ SRC_URI = " \
24 git://anongit.freedesktop.org/spice/spice;name=spice \ 24 git://anongit.freedesktop.org/spice/spice;name=spice \
25 git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \ 25 git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \
26 file://0001-Convert-pthread_t-to-be-numeric.patch \ 26 file://0001-Convert-pthread_t-to-be-numeric.patch \
27 file://0001-spice-fix-compile-fail-problem.patch \
27" 28"
28 29
29FOO = "\ 30FOO = "\