Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/62061
to look at the new patch set (#2).
Change subject: meson.build: Don't depend on getrevision.sh ......................................................................
meson.build: Don't depend on getrevision.sh
`getrevision.sh` isn't included in exported source code (including GitHub's auto-generated tarballs and ZIPs). Per issue #95, the build shouldn't depend on getrevision.sh for this reason. Previously, however, Flashrom would not build from exported source using Meson due to it requiring `getrevision.sh`. This patch has Meson use the intended getversion.sh instead.
Signed-off-by: Samuel R. Messner powpowd@gmail.com Change-Id: Id8601155b35f0299200c27d0278606127410ff16 --- M meson.build 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/61/62061/2