buildroot/package/erlang-p1-yaml/erlang-p1-yaml.mk
Johan Oudinet 9764e28af0 erlang-p1-yaml: Bump to version 1.0.12
Adapt the patch that removes rebar dependencies to version changes.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2018-01-17 22:32:56 +01:00

14 lines
459 B
Makefile

################################################################################
#
# erlang-p1-yaml
#
################################################################################
ERLANG_P1_YAML_VERSION = 1.0.12
ERLANG_P1_YAML_SITE = $(call github,processone,fast_yaml,$(ERLANG_P1_YAML_VERSION))
ERLANG_P1_YAML_LICENSE = Apache-2.0
ERLANG_P1_YAML_LICENSE_FILES = LICENSE.txt
ERLANG_P1_YAML_DEPENDENCIES = libyaml erlang-p1-utils
$(eval $(rebar-package))