diff options
| -rw-r--r-- | recipes-extended/libvmi/libvmi_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb index 3dcdbc98..d856256a 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" | |||
| 4 | LICENSE = "LGPL-3.0-only" | 4 | LICENSE = "LGPL-3.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" |
| 6 | SECTION = "console/tools" | 6 | SECTION = "console/tools" |
| 7 | PV = "0.14.0" | 7 | PV = "0.14.0+git${SRCPV}" |
| 8 | 8 | ||
| 9 | DEPENDS = "libvirt libcheck bison fuse byacc-native" | 9 | DEPENDS = "libvirt libcheck bison fuse byacc-native" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd" | 14 | SRCREV = "41600b602815a9c42620cd5a96c5b88739fc6d9b" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
