summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-26 14:26:06 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:43:11 -0400
commitd281b8b55cd00729029f8ccfe96b92859dbcd722 (patch)
treedd4b4e88c0be3ea3795ce2f1501f77edf0a83a94
parent6957b542e3212ae09afc2d66dd08917c44d97aaf (diff)
downloadmeta-virtualization-d281b8b55cd00729029f8ccfe96b92859dbcd722.tar.gz
libvmi: upadte to 0.14.0
Integrating the following commits: 3f5b0d5 Wire up cpuid events on kvmi (#975) 8cdef96 Clear up event example even more (#974) 548da8d Simplify event-example (#973) cffe055 Clean up on partial init failure (#972) fb2e006 Add snapcraft.yaml (#961) 582fc95 Add vmtrace (IPT) buffer offset to vm_event ABI (#960) 8b88b72 Turn on all debug options for scan-build test (#959) 719d90f Debug print in volatility_ist can segfault, fix (#958) 19379a9 Remove temp file accidentaly added to git (#957) f686145 Nested support (#956) 6d65cc3 Add AC_PROG_CC_C99 to configure.ac (#955) e21df55 Add more files to gitignore (#954) d9e490e Container build test (#953) c68d899 Switch to using Github Actions for CI (#952) 6d07174 Bump version to 0.15.0 (odd-numbered dev version) (#951) 1ae3950 examples: fix reinjection in breakpoint-recoil-example (#945) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 b8e35669..32a505df 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 = "LGPLv3" 4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
6SECTION = "console/tools" 6SECTION = "console/tools"
7PV = "0.12.0" 7PV = "0.14.0"
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 \ 11SRC_URI = "git://github.com/libvmi/libvmi.git \
12" 12"
13 13
14SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a" 14SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17