summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorzhe.he@windriver.com <zhe.he@windriver.com>2018-09-05 01:50:05 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-05 13:59:16 -0700
commit1d26140980eb31d75e25602d2be6a1f5a32b271d (patch)
treef013c889d3b0420893d501ad23ff86ffa3ad5be7 /meta-networking
parent85986e6d73e7ca525455021ea29b0df8b725c591 (diff)
downloadmeta-openembedded-1d26140980eb31d75e25602d2be6a1f5a32b271d.tar.gz
spice: Upgrade 0.14.0 -> 0.14.1
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 38b8bf306..871bb0fe9 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -13,18 +13,19 @@ architectures."
13LICENSE = "BSD & LGPLv2.1+" 13LICENSE = "BSD & LGPLv2.1+"
14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 14LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
15 15
16PV = "0.14.0+git${SRCPV}" 16PV = "0.14.1+git${SRCPV}"
17 17
18SRCREV_spice = "f1050bfc76c9c4146257e087baf74e0b62d7d218" 18SRCREV_spice = "eaa07ef15cfc3bf57a69da2576af66f028787774"
19SRCREV_spice-common = "95743f40a2da39e0a19859c305e69e2c99d39e42" 19SRCREV_spice-common = "6b93b3fce8909b836ef1d1434d191900d8aa00be"
20 20
21SRCREV_FORMAT = "spice_spice-common" 21SRCREV_FORMAT = "spice_spice-common"
22 22
23SRC_URI = " \ 23SRC_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/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" 27"
28
28FOO = "\ 29FOO = "\
29 file://0001-build-allow-separated-src-and-build-dirs.patch \ 30 file://0001-build-allow-separated-src-and-build-dirs.patch \
30" 31"
@@ -55,3 +56,5 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
55COMPATIBLE_HOST = '(x86_64|i.86).*-linux' 56COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
56 57
57BBCLASSEXTEND = "native nativesdk" 58BBCLASSEXTEND = "native nativesdk"
59
60EXTRA_OECONF_toolchain-clang += "--disable-werror"