kumquat-buildroot/package/erlang-idna/erlang-idna.mk
Johan Oudinet 63c5c26646 package/erlang-idna: bump version to 230a917
Remove the unicode_util_compat library, which is not needed for the
erlang version packaged in Buildroot.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-05-31 10:26:06 +02:00

13 lines
376 B
Makefile

################################################################################
#
# erlang-idna
#
################################################################################
ERLANG_IDNA_VERSION = 230a917
ERLANG_IDNA_SITE = $(call github,benoitc,erlang-idna,$(ERLANG_IDNA_VERSION))
ERLANG_IDNA_LICENSE = MIT
ERLANG_IDNA_LICENSE_FILES = LICENSE
$(eval $(rebar-package))