mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
For more details, see: https://github.com/tomba/rwmem/compare/c89bc9ad9...2.0 Signed-off-by: Vincent Cruz <mooz@blockos.org> [Julien: add info in patch "Upstream:" tag] Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
375 B
Makefile
13 lines
375 B
Makefile
################################################################################
|
|
#
|
|
# rwmem
|
|
#
|
|
################################################################################
|
|
|
|
RWMEM_VERSION = 2.0
|
|
RWMEM_SITE = $(call github,tomba,rwmem,$(RWMEM_VERSION))
|
|
RWMEM_LICENSE = GPL-2.0
|
|
RWMEM_LICENSE_FILES = LICENSE
|
|
RWMEM_DEPENDENCIES = host-pkgconf fmt inih
|
|
|
|
$(eval $(meson-package))
|