From 2f4211f3e9ae6ce78e8ccb8c46af2e929ed6fb33 Mon Sep 17 00:00:00 2001 From: Jianchuan Wang Date: Tue, 3 Nov 2015 17:35:15 +0800 Subject: openvswitch: Uprev to latest stable version 2.4.0 Uprev to git rev bb429e09f7783f1ba23ac0682ed9edf424f0cfbb (based on 2.4.0) - Remove non_reproducible_builds_cleanup.patch since it have been in the version 2.4.0. Signed-off-by: Jianchuan Wang Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch_git.bb') diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 13d61655..0c918cd9 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb @@ -9,19 +9,18 @@ RDEPENDS_${PN}-ptest += "\ " S = "${WORKDIR}/git" -PV = "2.3.90+${SRCREV}" +PV = "2.4.0+${SRCREV}" FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" -SRCREV = "1667bb34988358aaf1c92d0d21fad4b1c8698780" +SRCREV = "bb429e09f7783f1ba23ac0682ed9edf424f0cfbb" SRC_URI += "\ - git://github.com/openvswitch/ovs.git;protocol=git \ + git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.4 \ file://openvswitch-add-more-target-python-substitutions.patch \ file://openvswitch-add-ptest-${SRCREV}.patch \ file://run-ptest \ file://disable_m4_check.patch \ file://kernel_module.patch \ - file://non_reproducible_builds_cleanup.patch \ " LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" -- cgit v1.2.3-54-g00ecf