summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorZqiang <qiang.zhang@windriver.com>2021-03-22 09:41:48 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-30 16:42:07 -0400
commit31a5facbef7afb0cdfb4dea97f28302b920eef97 (patch)
treeb3c231a115c5537f350b7cb7b4481439a50f7efe /recipes-extended
parent438ed8b5065aac2bfd69c57e807befb42c8cc889 (diff)
downloadmeta-virtualization-31a5facbef7afb0cdfb4dea97f28302b920eef97.tar.gz
libvmi: uprev from 0.12 to 0.14
Bump version to 0.14. This upgrade is mainly to fix some BUG. Signed-off-by: Zqiang <qiang.zhang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libvmi/libvmi_git.bb3
1 files changed, 2 insertions, 1 deletions
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"
11SRC_URI = "git://github.com/libvmi/libvmi.git \ 11SRC_URI = "git://github.com/libvmi/libvmi.git \
12" 12"
13 13
14SRCREV = "6934e8a4758018983ec53ec791dd14a7d6ac31a9" 14SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
@@ -29,6 +29,7 @@ FILES_${PN}-dev = "${includedir} ${libdir}/${BPN}.so ${libdir}/*.la \
29 29
30PACKAGECONFIG ??= "json-c" 30PACKAGECONFIG ??= "json-c"
31PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen," 31PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen,"
32PACKAGECONFIG[kvm] = "--disable-kvm-legacy,--enable-kvm-legacy,kvm,"
32PACKAGECONFIG[json-c] = ",,json-c," 33PACKAGECONFIG[json-c] = ",,json-c,"
33 34
34# We include a sample conf file to which we have added 35# We include a sample conf file to which we have added