summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-11 13:51:37 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-11 13:51:37 (EST)
commit9fe77141e5366c85577f7c926ec711273ff50130 (patch)
treef94c17c33df7c839944e699ffeb6cec425666aaa
parenta95b322920b69a2c3dde3ac4a58f4ac02f643cbf (diff)
downloadlibreboot-9fe77141e5366c85577f7c926ec711273ff50130.zip
libreboot-9fe77141e5366c85577f7c926ec711273ff50130.tar.gz
libreboot-9fe77141e5366c85577f7c926ec711273ff50130.tar.bz2
coreboot-libre: don't use git for version timestamp
See http://review.coreboot.org/#/c/8423/
-rwxr-xr-xgetcb3
1 files changed, 3 insertions, 0 deletions
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
# ---------------------------------------------------------------------------------