summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-05-11 19:21:45 +0000
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:32:26 -0700
commit9ad55bf1e6d4c7b0cc58d44a011f387aa5a69dc3 (patch)
treeacbd022c93172c20576a03f1b7d3564590d854d0
parentc71c4c41a6b3bb00cf20556a9ba45210b1bfc9ad (diff)
downloadmeta-openembedded-9ad55bf1e6d4c7b0cc58d44a011f387aa5a69dc3.tar.gz
spice: use latest version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/spice/spice-protocol_git.bb8
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb6
2 files changed, 5 insertions, 9 deletions
diff --git a/meta-networking/recipes-support/spice/spice-protocol_git.bb b/meta-networking/recipes-support/spice/spice-protocol_git.bb
index 1405985ed..30d0a7675 100644
--- a/meta-networking/recipes-support/spice/spice-protocol_git.bb
+++ b/meta-networking/recipes-support/spice/spice-protocol_git.bb
@@ -15,15 +15,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
15 15
16PV = "0.12.13+git${SRCPV}" 16PV = "0.12.13+git${SRCPV}"
17 17
18SRCREV_spice-protocol = "8dda82b49d8f848a25e3a1ef6df943276c59e462" 18SRCREV = "87441524f4e7b79658e42bd8f1f6c3e3c8649aa5"
19#SRCREV_spice-common = "70d4739ce2f90f904fa96e22e438e9b424a3dd42"
20
21#SRCREV_FORMAT = "spice-protocol_spice-common"
22 19
23SRC_URI = " \ 20SRC_URI = " \
24 git://anongit.freedesktop.org/spice/spice-protocol;name=spice-protocol \ 21 git://anongit.freedesktop.org/spice/spice-protocol \
25" 22"
26# git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/spice-common;name=spice-common
27 23
28S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
29 25
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 1b65d6fd7..35482ca86 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -13,10 +13,10 @@ 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.13.90+git${SRCPV}" 16PV = "0.14.0+git${SRCPV}"
17 17
18SRCREV_spice = "2c1037f47c37899842b1696bbab0d3a4ed6c7b09" 18SRCREV_spice = "2a3d5624382ba49c4eb906e69697b92f79d06cf4"
19SRCREV_spice-common = "70d4739ce2f90f904fa96e22e438e9b424a3dd42" 19SRCREV_spice-common = "4c2d0e977272c5540634d24f485dd64c424f6748"
20 20
21SRCREV_FORMAT = "spice_spice-common" 21SRCREV_FORMAT = "spice_spice-common"
22 22