mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
@@ -24,6 +24,7 @@ SRC_URI = " \
|
||||
git://anongit.freedesktop.org/spice/spice;name=spice \
|
||||
git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/subprojects/spice-common;name=spice-common \
|
||||
file://0001-Convert-pthread_t-to-be-numeric.patch \
|
||||
file://0001-spice-fix-compile-fail-problem.patch \
|
||||
"
|
||||
|
||||
FOO = "\
|
||||
|
||||
Reference in New Issue
Block a user