1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #15513 from aabadie/pr/pkg/libb2_update

pkg/libb2: update to latest release
This commit is contained in:
Alexandre Abadie 2020-11-26 21:10:58 +01:00 committed by GitHub
commit 19dabc9fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PKG_NAME = libb2
PKG_URL = https://github.com/BLAKE2/libb2
PKG_VERSION = 60ea749837362c226e8501718f505ab138e5c19d # v0.98
PKG_VERSION = 2c5142f12a2cd52f3ee0a43e50a3a76f75badf85 # v0.98.1
PKG_LICENSE = CC0-1.0
include $(RIOTBASE)/pkg/pkg.mk

2
pkg/libb2/Makefile.dep Normal file
View File

@ -0,0 +1,2 @@
# 8bit architectures are not supported by libb2.
FEATURES_BLACKLIST += arch_8bit

View File

@ -15,10 +15,6 @@ extern "C" {
#define NATIVE_LITTLE_ENDIAN
#endif
#ifndef CPU_HAS_UNALIGNED_ACCESS
#define HAVE_ALIGNED_ACCESS_REQUIRED
#endif
#ifdef __cplusplus
}
#endif