mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
438ed8b506
commit
31a5facbef
|
@ -11,7 +11,7 @@ DEPENDS = "libvirt libcheck bison fuse byacc-native"
|
||||||
SRC_URI = "git://github.com/libvmi/libvmi.git \
|
SRC_URI = "git://github.com/libvmi/libvmi.git \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "6934e8a4758018983ec53ec791dd14a7d6ac31a9"
|
SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ FILES_${PN}-dev = "${includedir} ${libdir}/${BPN}.so ${libdir}/*.la \
|
||||||
|
|
||||||
PACKAGECONFIG ??= "json-c"
|
PACKAGECONFIG ??= "json-c"
|
||||||
PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen,"
|
PACKAGECONFIG[xen] = "--enable-xen,--disable-xen,xen,"
|
||||||
|
PACKAGECONFIG[kvm] = "--disable-kvm-legacy,--enable-kvm-legacy,kvm,"
|
||||||
PACKAGECONFIG[json-c] = ",,json-c,"
|
PACKAGECONFIG[json-c] = ",,json-c,"
|
||||||
|
|
||||||
# We include a sample conf file to which we have added
|
# We include a sample conf file to which we have added
|
||||||
|
|
Loading…
Reference in New Issue
Block a user