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_NAME = libb2
|
||||||
PKG_URL = https://github.com/BLAKE2/libb2
|
PKG_URL = https://github.com/BLAKE2/libb2
|
||||||
PKG_VERSION = 60ea749837362c226e8501718f505ab138e5c19d # v0.98
|
PKG_VERSION = 2c5142f12a2cd52f3ee0a43e50a3a76f75badf85 # v0.98.1
|
||||||
PKG_LICENSE = CC0-1.0
|
PKG_LICENSE = CC0-1.0
|
||||||
|
|
||||||
include $(RIOTBASE)/pkg/pkg.mk
|
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
|
#define NATIVE_LITTLE_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CPU_HAS_UNALIGNED_ACCESS
|
|
||||||
#define HAVE_ALIGNED_ACCESS_REQUIRED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user