mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1586 from codesnake/gpu-aml_rfc_date-le8
Backport of #1558 (packages/linux-drivers/gpu-aml: Use RFC date in version string)
This commit is contained in:
commit
b15c63b07e
@ -0,0 +1,13 @@
|
||||
diff --git a/mali/Kbuild b/mali/Kbuild
|
||||
index 7cc2225..6ce6270 100755
|
||||
--- a/mali/Kbuild
|
||||
+++ b/mali/Kbuild
|
||||
@@ -312,7 +312,7 @@ VERSION_STRINGS += REPO_URL=$(REPO_URL)
|
||||
VERSION_STRINGS += REVISION=$(DRIVER_REV)
|
||||
VERSION_STRINGS += CHANGED_REVISION=$(CHANGED_REVISION)
|
||||
VERSION_STRINGS += CHANGE_DATE=$(CHANGE_DATE)
|
||||
-VERSION_STRINGS += BUILD_DATE=$(shell date)
|
||||
+VERSION_STRINGS += BUILD_DATE=$(shell date -R)
|
||||
ifdef CONFIG_MALI400_DEBUG
|
||||
VERSION_STRINGS += BUILD=debug
|
||||
else
|
Loading…
x
Reference in New Issue
Block a user