diff options
-rw-r--r-- | recipes-extended/libvmi/libvmi_git.bb | 3 |
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" | |||
11 | SRC_URI = "git://github.com/libvmi/libvmi.git \ | 11 | SRC_URI = "git://github.com/libvmi/libvmi.git \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "6934e8a4758018983ec53ec791dd14a7d6ac31a9" | 14 | SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
@@ -29,6 +29,7 @@ FILES_${PN}-dev = "${includedir} ${libdir}/${BPN}.so ${libdir}/*.la \ | |||
29 | 29 | ||
30 | PACKAGECONFIG ??= "json-c" | 30 | PACKAGECONFIG ??= "json-c" |
31 | PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen," | 31 | PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen," |
32 | PACKAGECONFIG[kvm] = "--disable-kvm-legacy,--enable-kvm-legacy,kvm," | ||
32 | PACKAGECONFIG[json-c] = ",,json-c," | 33 | PACKAGECONFIG[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 |