diff options
| author | Amy Fong <amy.fong@windriver.com> | 2015-01-29 09:56:03 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-03 14:10:55 -0500 |
| commit | 2905d87e7e4f11573e9c12ed85ff70e4aefc701f (patch) | |
| tree | bcb2033089912d510b6e1f4d00b1a30e8973aca3 /recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch | |
| parent | b327673b51002ac95a32b104a6029218984a3184 (diff) | |
| download | meta-virtualization-2905d87e7e4f11573e9c12ed85ff70e4aefc701f.tar.gz | |
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>
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, 18 insertions, 0 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 new file mode 100644 index 00000000..999f2ea7 --- /dev/null +++ b/recipes-networking/openvswitch/openvswitch-git/non_reproducible_builds_cleanup.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 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(); | ||
