KVM : Use official stable tarball

parent 512782e0
...@@ -82,7 +82,8 @@ environment = ...@@ -82,7 +82,8 @@ environment =
[kvm] [kvm]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
path = ${kvmsource:location}/ url = http://downloads.sourceforge.net/project/kvm/qemu-kvm/0.15.1/qemu-kvm-0.15.1.tar.gz
md5sum = md5sum = 8800a7d6b3aa4a168ea7f78dc66c0320
configure-options = configure-options =
--disable-sdl --disable-sdl
--disable-xen --disable-xen
...@@ -101,15 +102,15 @@ environment = ...@@ -101,15 +102,15 @@ environment =
PATH=${pkgconfig:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${gnutls:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig PKG_CONFIG_PATH=${gnutls:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig
[kvmsource] #[kvmsource]
recipe=plone.recipe.command #recipe=plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_} #location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true #stop-on-error = true
tag = qemu-kvm-0.15.0 #tag = qemu-kvm-0.15.0
command = #command =
(${git:location}/bin/git clone --quiet git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${:location} && cd ${:location} && ${git:location}/bin/git checkout ${:tag}) || (rm -fr ${:location} ; exit 1) # (${git:location}/bin/git clone --quiet git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${:location} && cd ${:location} && ${git:location}/bin/git checkout ${:tag}) || (rm -fr ${:location} ; exit 1)
update-command = #update-command =
cd ${:location} && ${git:location}/bin/git pull --quiet origin master # cd ${:location} && ${git:location}/bin/git pull --quiet origin master
[eggs] [eggs]
python = python2.7 python = python2.7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment