openwrt/package
Christian Lamparter e879cccaa2 uboot-layerscape: update PKG_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 uboot-layerscape-21.08.tar.xz
archive.

i.e:
 # tar tf uboot-layerscape-21.08.tar.xz:

uboot-layerscape-21.08/
uboot-layerscape-21.08/.azure-pipelines.yml
uboot-layerscape-21.08/.checkpatch.conf
uboot-layerscape-21.08/.gitattributes
uboot-layerscape-21.08/.github/
[...]

vs.

 # tar tf uboot-layerscape-LSDK-21.08.tar.xz
uboot-layerscape-LSDK-21.08/
uboot-layerscape-LSDK-21.08/.azure-pipelines.yml
uboot-layerscape-LSDK-21.08/.checkpatch.conf
uboot-layerscape-LSDK-21.08/.gitattributes
uboot-layerscape-LSDK-21.08/.github/
[...]

the (file) content of both archives are otherwise the same.

The PKG_HASH was taken from the builder log:
| Hash of the local file uboot-layerscape-21.08.tar.xz does not match
|(file: 54909a98bdcc26c7f9b35b35fcae09b977ecbf044be7bffa6dad9306c47cccf6,
|requested: 874e871755ef84ebbf3[...]) - deleting download.

without this update, the uboot-layerscape-21.08 package would
always try to download (from git), repacked the archive and
reupload to sources.openwrt.org (~14 MiB saved).

Fixes: 038d5bdab1 ("layerscape: use semantic versions for LSDK")
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2022-07-17 14:14:54 +02:00
..
base-files failsafe: run on all consoles listed in /proc/cmdline 2022-06-19 12:40:30 +02:00
boot uboot-layerscape: update PKG_HASH 2022-07-17 14:14:54 +02:00
devel strace: add nls.mk 2022-07-15 07:07:59 +02:00
firmware ipq-wifi: remove dangling GL.iNet GL-B2200 boardfiles 2022-07-17 13:43:48 +02:00
kernel module/firmware: remove intersil PRISM54 support 2022-07-15 15:21:44 +02:00
libs mbedtls: build with PIC 2022-07-17 13:43:48 +02:00
network hostapd: add ppsk option (private psk) 2022-07-15 08:20:36 +02:00
system nu801: fix DEPENDS on bcm53xx 2022-07-17 13:43:48 +02:00
utils utils/spidev_test: side-step build-system woes 2022-07-15 15:21:44 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00