diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-07-19 20:11:02 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-07-22 22:03:27 +0200 |
commit | d4391ef073825f5817cdbcc3fc215311f1bbb461 (patch) | |
tree | 71786c434de20978a486975473bd716c57d18114 /package/firmware/layerscape/fman-ucode | |
parent | 8083d225f3194e72ddefaca83d6a3ced0e42ad6a (diff) | |
download | upstream-d4391ef073825f5817cdbcc3fc215311f1bbb461.tar.gz upstream-d4391ef073825f5817cdbcc3fc215311f1bbb461.tar.bz2 upstream-d4391ef073825f5817cdbcc3fc215311f1bbb461.zip |
layerscape: update remaining 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: e879cccaa215 ("uboot-layerscape: update PKG_HASH")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'package/firmware/layerscape/fman-ucode')
-rw-r--r-- | package/firmware/layerscape/fman-ucode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/layerscape/fman-ucode/Makefile b/package/firmware/layerscape/fman-ucode/Makefile index 3f89080e6f..0d2ae68283 100644 --- a/package/firmware/layerscape/fman-ucode/Makefile +++ b/package/firmware/layerscape/fman-ucode/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/NXP/qoriq-fm-ucode.git PKG_SOURCE_VERSION:=LSDK-21.08 -PKG_MIRROR_HASH:=dc905ebe71cde24e9ebbe10a7b1f08cd2ecf142e39fe1535aa5fe3f349b031b9 +PKG_MIRROR_HASH:=fc3c249c20b823e9554764f875c3d600b05f2e3659262d79f081e6765e891c96 PKG_FLAGS:=nonshared |