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:
commit
19dabc9fd7
@ -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
2
pkg/libb2/Makefile.dep
Normal file
@ -0,0 +1,2 @@
|
||||
# 8bit architectures are not supported by libb2.
|
||||
FEATURES_BLACKLIST += arch_8bit
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user