package/bcm2835: bump version to 1.71

- bump version to 1.71
- change home page and download URL to https

Changelog (since 1.71):

 - 1.71, Added SMI bus support, courtesy of Benoit Bouchez, including new
   functions: bcm2835_smi_begin(), bcm2835_smi_end(), bcm2835_smi_set_timing(),
   bcm2835_smi_write(), bcm2835_smi_read().

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Peter Seiderer 2021-12-13 19:07:10 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 5d61c35ac8
commit caa5a7ea07
3 changed files with 4 additions and 4 deletions

View File

@ -16,4 +16,4 @@ config BR2_PACKAGE_BCM2835
the kernel drivers are doing, and potentially conflicting
with them.
http://www.airspayce.com/mikem/bcm2835
https://www.airspayce.com/mikem/bcm2835

View File

@ -1,3 +1,3 @@
# Locally computed:
sha256 c062a8a1cf1dc1ba1ca3978451d2f668b66f7ce5548200a0f4a8bb2117b1b2c9 bcm2835-1.70.tar.gz
sha256 564920d205977d7e2846e434947708455d468d3a952feca9faef643abd03a227 bcm2835-1.71.tar.gz
sha256 8b1ba204bb69a0ade2bfcf65ef294a920f6bb361b317dba43c7ef29d96332b9b COPYING

View File

@ -4,8 +4,8 @@
#
################################################################################
BCM2835_VERSION = 1.70
BCM2835_SITE = http://www.airspayce.com/mikem/bcm2835
BCM2835_VERSION = 1.71
BCM2835_SITE = https://www.airspayce.com/mikem/bcm2835
BCM2835_LICENSE = GPL-3.0
BCM2835_LICENSE_FILES = COPYING
BCM2835_INSTALL_STAGING = YES