spice,spice-protocol: Uprev to 0.14.0

Drop the patch for fixing printf formatting, its fixed differently
upstream

Forward port pthread_t printf patch

Add -Wno-address-of-packed-member needed with gcc9

replace _append += with just _append syntax

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-05-23 08:23:53 -07:00
parent 321a62261d
commit 4ee7becad0
4 changed files with 17 additions and 59 deletions
@@ -13,9 +13,9 @@ architectures."
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
PV = "0.12.13+git${SRCPV}"
PV = "0.14.0+git${SRCPV}"
SRCREV = "87441524f4e7b79658e42bd8f1f6c3e3c8649aa5"
SRCREV = "f72ece993aeaf23f77e2845562b20e5563e52ba0"
SRC_URI = " \
git://anongit.freedesktop.org/spice/spice-protocol \