meta-virtualization/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch
Amy Fong 2905d87e7e Package openvswitch git
This revision corresponds to git rev 1667bb34988358aaf1c92d0d21fad4b1c8698780
(based on 2.3.90)

Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-02-03 14:10:55 -05:00

19 lines
547 B
Diff

Remove __DATE__, __TIME__ - error messages on non-reproducible builds
Signed-off-by: Amy Fong <amy.fong@windriver.com>
---
datapath/datapath.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--- a/datapath/datapath.c
+++ b/datapath/datapath.c
@@ -2142,7 +2142,7 @@
BUILD_BUG_ON(sizeof(struct ovs_skb_cb) > FIELD_SIZEOF(struct sk_buff, cb));
- pr_info("Open vSwitch switching datapath %s, built "__DATE__" "__TIME__"\n",
+ pr_info("Open vSwitch switching datapath %s\n",
VERSION);
err = action_fifos_init();