mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Changelog (since 1.60):
- 1.61 2020-01-11 Fixed errors in the documentation for bcm2835_spi_write.
Fixes issue seen on Raspberry Pi 4 boards where 64-bit off_t is used by
default via -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64. The offset was
being incorrectly converted, this way is clearer and fixes the problem.
Contributed by Jonathan Perkin.
- 1.62 2020-01-12 Fixed a problem that could cause compile failures with
size_t and off_t
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 3cbf70366f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
372 B
Makefile
14 lines
372 B
Makefile
################################################################################
|
|
#
|
|
# bcm2835
|
|
#
|
|
################################################################################
|
|
|
|
BCM2835_VERSION = 1.62
|
|
BCM2835_SITE = http://www.airspayce.com/mikem/bcm2835
|
|
BCM2835_LICENSE = GPL-2.0
|
|
BCM2835_LICENSE_FILES = COPYING
|
|
BCM2835_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|