Skip to content

Commit 9083eb7

Browse files
committed
package/uart_brk_ioctl: 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 f2d7fe4 commit 9083eb7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Locally computed:
2-
sha256 434a4a5f9864734ad9dc1808bb442fa58a736cf152e005c058d57a07b4834daa uart_brk_ioctl-1.0.tar.gz
2+
sha256 a7a4767725b3175cd67dad9c6809d81e4eef123661f35bd1a5b396f6f2446ec0 uart_brk_ioctl-1.0.tar.gz
33

44

package/uart_brk_ioctl/uart_brk_ioctl.mk

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

77
UART_BRK_IOCTL_VERSION = 1.0
8-
UART_BRK_IOCTL_SITE = https://github.com/linux4wilc/uart_brk_ioctl.git
9-
UART_BRK_IOCTL_SITE_METHOD = git
8+
UART_BRK_IOCTL_SITE = $(call github,linux4wilc,uart_brk_ioctl,$(UART_BRK_IOCTL_VERSION))
109
UART_BRK_LICENSE = GPL-2.0
1110
UART_BRK_LICENSE_FILES = LICENSE
1211

0 commit comments

Comments
 (0)