Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | This finds our outer git tree and that version information breaks |
| 2 | determinism of this recipe. Disable it. |
| 3 | |
| 4 | RP 2020/2/6 |
| 5 | |
| 6 | Upstream-Status: Pending |
| 7 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 8 | |
| 9 | Index: libinput-1.14.3/meson.build |
| 10 | =================================================================== |
| 11 | --- libinput-1.14.3.orig/meson.build |
| 12 | +++ libinput-1.14.3/meson.build |
| 13 | @@ -387,7 +387,7 @@ pkgconfig.generate( |
| 14 | libraries : lib_libinput |
| 15 | ) |
| 16 | |
| 17 | -git_version_h = vcs_tag(command : ['git', 'describe'], |
| 18 | +git_version_h = vcs_tag(command : ['false'], |
| 19 | fallback : 'unknown', |
| 20 | input : 'src/libinput-git-version.h.in', |
| 21 | output :'libinput-git-version.h') |