summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/libvmi/libvmi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb
index b8e35669..32a505df 100644
--- a/recipes-extended/libvmi/libvmi_git.bb
+++ b/recipes-extended/libvmi/libvmi_git.bb
@@ -4,14 +4,14 @@ HOMEPAGE = "https://github.com/libvmi/libvmi"
4LICENSE = "LGPLv3" 4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
6SECTION = "console/tools" 6SECTION = "console/tools"
7PV = "0.12.0" 7PV = "0.14.0"
8 8
9DEPENDS = "libvirt libcheck bison fuse byacc-native" 9DEPENDS = "libvirt libcheck bison fuse byacc-native"
10 10
11SRC_URI = "git://github.com/libvmi/libvmi.git \ 11SRC_URI = "git://github.com/libvmi/libvmi.git \
12" 12"
13 13
14SRCREV = "e8c2061d11c42e5868cbf48229f59b5e7071395a" 14SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17