diff options
author | Hauke Mehrtens <hauke.mehrtens@intel.com> | 2017-03-30 14:25:39 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-03-30 22:34:49 +0200 |
commit | 1adc6db0362d2fdede68a3f1f3a5f119ca39d30a (patch) | |
tree | 0f13cb3926eb1c282ed8c0eb06311256373ef3aa /package | |
parent | 298c40fd34e9da78f6880e0c5f0b93bf14fd6418 (diff) | |
download | mtk-20170518-1adc6db0362d2fdede68a3f1f3a5f119ca39d30a.zip mtk-20170518-1adc6db0362d2fdede68a3f1f3a5f119ca39d30a.tar.gz mtk-20170518-1adc6db0362d2fdede68a3f1f3a5f119ca39d30a.tar.bz2 |
ubox: fix sha256 mirror hash
Commit 5c20a4fec923c3 ("ubox: turn logd into a separate package") changed
the PKG_SOURCE_DATE which is also included in the tar file. This change
resulted in a new tar with a different hash, but the sha256 hash was not
updated. Fix the sha256 hash value in this commit to match what would be
created from git and what is already on the mirror.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/system/ubox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index e833cac..cdf9265 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/ubox.git PKG_SOURCE_DATE:=2017-01-15 PKG_SOURCE_VERSION:=5649c028c426060616e2bd4e7ea83271cd333d21 -PKG_MIRROR_HASH:=ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a +PKG_MIRROR_HASH:=28e5580d481a415697fbca46c160177bab6dc47a04ba7ddb73537827632b2dd6 CMAKE_INSTALL:=1 PKG_LICENSE:=GPL-2.0 |