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/non_reproducible_builds_cleanup.patch | |
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/non_reproducible_builds_cleanup.patch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch b/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch deleted file mode 100644 index 999f2ea7..00000000 --- a/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | Remove __DATE__, __TIME__ - error messages on non-reproducible builds | ||
2 | |||
3 | Signed-off-by: Amy Fong <amy.fong@windriver.com> | ||
4 | --- | ||
5 | datapath/datapath.c | 2 +- | ||
6 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
7 | |||
8 | --- a/datapath/datapath.c | ||
9 | +++ b/datapath/datapath.c | ||
10 | @@ -2142,7 +2142,7 @@ | ||
11 | |||
12 | BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > FIELD_SIZEOF(struct sk_buff, cb)); | ||
13 | |||
14 | - pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n", | ||
15 | + pr_info("Open vSwitch switching datapath %s\n", | ||
16 | VERSION); | ||
17 | |||
18 | err = action_fifos_init(); | ||