From: Maryam Tahhan <maryam.tahhan@intel.com> Date: Fri, 27 Nov 2015 11:16:59 +0000 (+0000) Subject: src: fix ovs and qemu version X-Git-Tag: colorado.1.0~168 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F5777%2F2;p=vswitchperf.git src: fix ovs and qemu version 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> --- diff --git a/src/package-list.mk b/src/package-list.mk index 8eb96321..ca163503 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -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