summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-29 08:11:27 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-29 08:11:27 -0400
commitcd8f8873a0d6fbdc0886b3dd6a24fd4ae46c470d (patch)
tree9a2333fdd2921c93dd92e04285bb6f533c21b7ed /recipes-extended
parentdc4a37ed7a132cbe52949b2b4ccb5df0bd0ead50 (diff)
downloadmeta-virtualization-cd8f8873a0d6fbdc0886b3dd6a24fd4ae46c470d.tar.gz
libvmi: update to 0.14-tip
Bumping libvmi to version v0.10-1073-g41600b6, which comprises the following commits: 41600b6 Actually define __XS_EVENT_REASON_MAX (#1016) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libvmi/libvmi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb
index 3dcdbc98..d856256a 100644
--- a/recipes-extended/libvmi/libvmi_git.bb
+++ b/recipes-extended/libvmi/libvmi_git.bb
@@ -4,14 +4,14 @@ HOMEPAGE = "https://github.com/libvmi/libvmi"
4LICENSE = "LGPL-3.0-only" 4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
6SECTION = "console/tools" 6SECTION = "console/tools"
7PV = "0.14.0" 7PV = "0.14.0+git${SRCPV}"
8 8
9DEPENDS = "libvirt libcheck bison fuse byacc-native" 9DEPENDS = "libvirt libcheck bison fuse byacc-native"
10 10
11SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \ 11SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \
12" 12"
13 13
14SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd" 14SRCREV = "41600b602815a9c42620cd5a96c5b88739fc6d9b"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17