Skip to content

Commit 52066de

Browse files
committed
package/wilcbtapps: adapt to 2021.02 requirements
According to buildroot upstream 2021.02 specs: Download: Rework the tarball creation logic (E.G. when a package is fetched from a git/svn repo) to no longer require a host-tar <= 1.29. To differ between the old and the new format, the new tarballs have gained a -br1 suffix (<pkg>-<version>-br1.tar.gz). The old style of getting a package was adding a '-br1' suffix to the tarball, which would make the hash check fail for this package. Update to a simpler github get method, and the checksum works fine, buildroot does not add -br1 to the tarball. Signed-off-by: Eugen Hristev <[email protected]>
1 parent ac871cf commit 52066de

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package/wilcbtapps/wilcbtapps.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Locally computed:
22
sha256 5ceeab78de36045f324301f588a1ff671fff5ceec6bcb8d11d16ec4259ad7c77 wilcbtapps-linux4sam-2020.04.tar.gz
3-
sha256 72c6d363c1c0aa82af7d49521068679280fee39131be91a40becd3a1df30edfd wilcbtapps-linux4sam-2020.10.tar.gz
3+
sha256 b301b0149c621b8f020fe2dbcf4de2e0b55f1bb16b2e35e2e524aca76c2bf92e wilcbtapps-linux4sam-2020.10.tar.gz
44

55

package/wilcbtapps/wilcbtapps.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
###########################################################
66

77
WILCBTAPPS_VERSION = linux4sam-2020.10
8-
WILCBTAPPS_SITE = https://github.com/MicrochipTech/wilcbtapps-buildroot-external-microchip.git
9-
WILCBTAPPS_SITE_METHOD = git
8+
WILCBTAPPS_SITE = $(call github,MicrochipTech,wilcbtapps-buildroot-external-microchip,$(WILCBTAPPS_VERSION))
109

1110
WILCBTAPPS_DEPENDENCIES += bluez5_utils
1211

0 commit comments

Comments
 (0)