diff options
author | Jianchuan Wang <jianchuan.wang@windriver.com> | 2015-11-03 17:35:15 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-11-03 04:51:05 -0500 |
commit | 2f4211f3e9ae6ce78e8ccb8c46af2e929ed6fb33 (patch) | |
tree | 3fae94b5b26add6772b43cd95322df0f8864ed90 /recipes-networking/openvswitch/openvswitch_git.bb | |
parent | 33ff94aadce2975972630fd151f79492e4ff1ee2 (diff) | |
download | meta-virtualization-2f4211f3e9ae6ce78e8ccb8c46af2e929ed6fb33.tar.gz |
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 <jianchuan.wang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
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 += "\ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "2.3.90+${SRCREV}" | 12 | PV = "2.4.0+${SRCREV}" |
13 | 13 | ||
14 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" | 14 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" |
15 | 15 | ||
16 | SRCREV = "1667bb34988358aaf1c92d0d21fad4b1c8698780" | 16 | SRCREV = "bb429e09f7783f1ba23ac0682ed9edf424f0cfbb" |
17 | SRC_URI += "\ | 17 | SRC_URI += "\ |
18 | git://github.com/openvswitch/ovs.git;protocol=git \ | 18 | git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.4 \ |
19 | file://openvswitch-add-more-target-python-substitutions.patch \ | 19 | file://openvswitch-add-more-target-python-substitutions.patch \ |
20 | file://openvswitch-add-ptest-${SRCREV}.patch \ | 20 | file://openvswitch-add-ptest-${SRCREV}.patch \ |
21 | file://run-ptest \ | 21 | file://run-ptest \ |
22 | file://disable_m4_check.patch \ | 22 | file://disable_m4_check.patch \ |
23 | file://kernel_module.patch \ | 23 | file://kernel_module.patch \ |
24 | file://non_reproducible_builds_cleanup.patch \ | ||
25 | " | 24 | " |
26 | 25 | ||
27 | LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" | 26 | LIC_FILES_CHKSUM = "file://COPYING;md5=5973c953e3c8a767cf0808ff8a0bac1b" |