From 9fe77141e5366c85577f7c926ec711273ff50130 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 11 Feb 2015 13:51:37 -0500 Subject: coreboot-libre: don't use git for version timestamp See http://review.coreboot.org/#/c/8423/ --- diff --git a/getcb b/getcb index a99ffdf..1f12c41 100755 --- a/getcb +++ b/getcb @@ -75,6 +75,9 @@ git fetch http://review.coreboot.org/coreboot refs/changes/79/7979/1 && git cher # (and later, it won't even do that, once the R400 support is merged in coreboot) git am ../resources/libreboot/patch/r400.diff +# Fix build issue when building coreboot without .git +git fetch http://review.coreboot.org/coreboot refs/changes/23/8423/1 && git cherry-pick FETCH_HEAD + # Run coreboot-libre deblob scripts # --------------------------------------------------------------------------------- -- cgit v0.9.1