From 2bf86efc582cc13b95533c17828b9db210b1057b Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Fri, 27 Nov 2015 11:16:59 +0000 Subject: 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 Reviewed-by: Martin Klozik --- src/package-list.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit 1.2.3-korg