aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-11-27 11:16:59 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-01-07 12:06:42 +0000
commit2bf86efc582cc13b95533c17828b9db210b1057b (patch)
tree04c08a4aa430a43f872a6e4d35b0d2b24a7495c8 /src
parentdef1207175d43b4d86a46a2462630f65b723a413 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/package-list.mk4
1 files changed, 2 insertions, 2 deletions
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