summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-07-03 12:34:19 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-03 12:42:19 +0200
commit956fcc2100c865b25f97c688f0b9012bbd5dfdb1 (patch)
tree5f29dc20605073b2e4d44c833aaa4b6cd2f6a802
parentae9e43d2facb2ea5441c51891b9277991fc75ebc (diff)
downloadbuildroot-956fcc2100c865b25f97c688f0b9012bbd5dfdb1.tar.gz
buildroot-956fcc2100c865b25f97c688f0b9012bbd5dfdb1.zip
sunxi-mail: hack to work around autobuilder issue
Fixes http://autobuild.buildroot.org/results/5a5/5a50be9feeb5da7694e9a42f615f0b7276319aeb/ The recent change to use git submodules for sunxi-mali instead of the github wrapper without changing the version unfortunately doesn't work for people who have already built sunxi-mali, as the existing github tarball will be used instead of buildroot doing a clean git clone (with submodules). The sunxi-mali commit we are using is the latest in the repo, so we cannot fix it by bumping the version. Instead simply remove the last character of the VERSION sha1 so the existing tarballs are no longer used. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/sunxi-mali/sunxi-mali.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/sunxi-mali/sunxi-mali.mk b/package/sunxi-mali/sunxi-mali.mk
index d621da18c7..c808db6cf6 100644
--- a/package/sunxi-mali/sunxi-mali.mk
+++ b/package/sunxi-mali/sunxi-mali.mk
@@ -4,7 +4,8 @@
#
################################################################################
-SUNXI_MALI_VERSION = d343311efc8db166d8371b28494f0f27b6a58724
+# last sha1 character dropped to ensure unique filename
+SUNXI_MALI_VERSION = d343311efc8db166d8371b28494f0f27b6a5872
SUNXI_MALI_SITE = https://github.com/linux-sunxi/sunxi-mali
SUNXI_MALI_SITE_METHOD = git
OpenPOWER on IntegriCloud