All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libvmi: uprev from 0.12 to 0.14
@ 2021-03-22  1:41 Zhang, Qiang
  2021-03-30 20:42 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang, Qiang @ 2021-03-22  1:41 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

From: Zqiang <qiang.zhang@windriver.com>

Bump version to 0.14.
This upgrade is mainly to fix some BUG.

Signed-off-by: Zqiang <qiang.zhang@windriver.com>
---
 recipes-extended/libvmi/libvmi_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb
index 88fa5d30..b8e35669 100644
--- a/recipes-extended/libvmi/libvmi_git.bb
+++ b/recipes-extended/libvmi/libvmi_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "libvirt libcheck bison fuse byacc-native"
 SRC_URI = "git://github.com/libvmi/libvmi.git \
 "
 
-SRCREV = "6934e8a4758018983ec53ec791dd14a7d6ac31a9"
+SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a"
 
 S = "${WORKDIR}/git"
 
@@ -29,6 +29,7 @@ FILES_${PN}-dev = "${includedir} ${libdir}/${BPN}.so ${libdir}/*.la \
 
 PACKAGECONFIG ??= "json-c"
 PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen,"
+PACKAGECONFIG[kvm] = "--disable-kvm-legacy,--enable-kvm-legacy,kvm,"
 PACKAGECONFIG[json-c] = ",,json-c,"
 
 # We include a sample conf file to which we have added
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-30 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22  1:41 [PATCH] libvmi: uprev from 0.12 to 0.14 Zhang, Qiang
2021-03-30 20:42 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.