summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice
Commit message (Collapse)AuthorAgeFilesLines
* spice: cleanup leftover patch from upgrade to 0.13.90Martin Jansa2018-09-142-37/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: fix compile error on 32bit systemChangqing Li2018-09-142-0/+37
| | | | | | | | | | 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>
* spice: Upgrade 0.14.0 -> 0.14.1zhe.he@windriver.com2018-09-051-4/+7
| | | | | | | | | | | Adjust location of spice-common source as new spice asks spice-common to be put under "subprojects" directory. Disable -Werror when building with clang for the moment. Some non-trivial changes need to be made to fix the warnings clang give. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: Uprev to latest and add opus PKGCONFIGJason Wessel2018-06-181-2/+3
| | | | | | | | | | | In the uprev, spice now expects to compile with libopus by default. This patch adds a PKGCONFIG option for libopus such that it will still compile as it has in the past. Compilation has been tested with and without opus support. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: Fix build with muslKhem Raj2018-06-172-0/+67
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: Update to git hash to pick up gcc8 fixes.Jeremy Puhlman2018-06-141-1/+1
| | | | | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: use latest versionMartin Jansa2018-05-172-9/+5
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* usbredir: add new recipeMartin Jansa2018-05-171-0/+21
| | | | | | | * can be used by qemu to redirect usb devices from virt-manager to qemu Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* spice: upgrade to 0.13.90 versionMartin Jansa2018-05-1710-423/+73
| | | | | | | | | | | | | | | | | * 0.13.0 is needed for opengl support, see qemu commit: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=474114b7305cc1be7c2ee8ba5267be159a9d56e3 +# if SPICE_SERVER_VERSION >= 0x000d00 /* release 0.13.0 */ +# define HAVE_SPICE_GL 1 otherwise trying to run qemu with -spice gl=on fails with: qemu-system-x86_64: -spice gl=on: Invalid parameter 'gl' * spice-protocol is built separately since 0.12.6 * spice-protocol submodule has been removed,, spice-protocol must now be installed when building spice-server * celt051 is optional since 0.12.5, use PACKAGECONFIG for it * Added Opus support. Celt support will be obsoleted in a future release. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* spice: fix build with FORTIFY_SOURCES already defined in native gccMartin Jansa2018-05-172-15/+54
| | | | | | | | * e.g. on gentoo hosts * use 4 spaces for indentation Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* spice: fix dependency on python-pyparsing, add support for native(sdk)Martin Jansa2018-05-171-3/+7
| | | | | | | | | | | | * drop PR * add +git to PV * drop python-pyparsing dependency, because python-pyparsing is in meta-python * replace dependency on python-pyparsing with python-pyparsing-native which is used to generate client/generated_marshallers.cpp Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* spice: import from meta-cloud-servicesMartin Jansa2018-05-177-0/+427
* http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/commit/recipes-support/spice/spice_git.bb?id=19f0c979abbc72a300c0b1cb92f9328f96728f5a * will be used by qemu-native to provide a way for headless servers to export accelerated (virglrenderer) graphics to remove clients Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>