mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

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>
19 lines
547 B
Diff
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();
|