src: fix ovs and qemu version 77/5777/2
authorMaryam Tahhan <maryam.tahhan@intel.com>
Fri, 27 Nov 2015 11:16:59 +0000 (11:16 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 7 Jan 2016 12:06:42 +0000 (12:06 +0000)
Qemu 2.2 doesn't compile on Fedora 22 and ovs was set to track the head
of master. We need to fix this for OPNFV builds.
Change-Id: I05823f96b9347ac322831a0dd3f3d63dcf726beb

Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
src/package-list.mk

index 8eb9632..ca16350 100644 (file)
@@ -10,8 +10,8 @@ DPDK_TAG ?= v2.1.0
 
 # OVS section
 OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= master
+OVS_TAG ?= 32756a57d59d4f8161b9578b7df42edf51ff807c
 
 # QEMU section
 QEMU_URL ?= https://github.com/qemu/qemu.git
-QEMU_TAG ?= v2.2.1
+QEMU_TAG ?= v2.3.0