mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
6957b542e3
commit
d281b8b55c
|
@ -4,14 +4,14 @@ HOMEPAGE = "https://github.com/libvmi/libvmi"
|
|||
LICENSE = "LGPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
SECTION = "console/tools"
|
||||
PV = "0.12.0"
|
||||
PV = "0.14.0"
|
||||
|
||||
DEPENDS = "libvirt libcheck bison fuse byacc-native"
|
||||
|
||||
SRC_URI = "git://github.com/libvmi/libvmi.git \
|
||||
"
|
||||
|
||||
SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a"
|
||||
SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user