diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-07-15 21:07:42 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-07-23 00:11:21 +0200 |
commit | f2c12b89403c9a5b43afab8d9c343d4992190a0a (patch) | |
tree | 22e566d5fc2ee54a7b51258b7245ff69d7b39c1b /package/firmware/layerscape/ls-mc/Makefile | |
parent | bddfd3f7ed0668346b42f7aff5e6b83e8aea0b38 (diff) | |
download | upstream-f2c12b89403c9a5b43afab8d9c343d4992190a0a.tar.gz upstream-f2c12b89403c9a5b43afab8d9c343d4992190a0a.tar.bz2 upstream-f2c12b89403c9a5b43afab8d9c343d4992190a0a.zip |
layerscape: update PKG_HASH / PKG_MIRROR_HASH
The change of the PKG_VERSION caused the hash of the package to
change. This is because the PKG_VERSION is present in the
internal directory structure of the archive.
Fixes: 038d5bdab117 ("layerscape: use semantic versions for LSDK")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit e879cccaa21563a7cdf47797b18fb86723720158)
(cherry picked from commit d4391ef073825f5817cdbcc3fc215311f1bbb461)
Diffstat (limited to 'package/firmware/layerscape/ls-mc/Makefile')
-rw-r--r-- | package/firmware/layerscape/ls-mc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/layerscape/ls-mc/Makefile b/package/firmware/layerscape/ls-mc/Makefile index c0fd029766..0ae7299a41 100644 --- a/package/firmware/layerscape/ls-mc/Makefile +++ b/package/firmware/layerscape/ls-mc/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/NXP/qoriq-mc-binary.git PKG_SOURCE_VERSION:=LSDK-21.08 -PKG_MIRROR_HASH:=a8b2398f7958bfc3d45b239d33e0ecd27bd46e8f34693d545590a870be22ca2b +PKG_MIRROR_HASH:=ab22c16b2bce37886c15ffeed7b068e5b46d619eae58e5a6a005028f5ddb06b6 PKG_FLAGS:=nonshared |