kumquat-buildroot/package/erlang-p1-yaml/erlang-p1-yaml.mk
Frank Hunleth 9ab8937ba5 erlang-p1-yaml: bump to version 1.0.0
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
[Thomas: add dependency on erlang-p1-utils, as noticed by Romain
Naour.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-02-20 19:21:24 +01:00

14 lines
452 B
Makefile

################################################################################
#
# erlang-p1-yaml
#
################################################################################
ERLANG_P1_YAML_VERSION = 1.0.0
ERLANG_P1_YAML_SITE = $(call github,processone,p1_yaml,$(ERLANG_P1_YAML_VERSION))
ERLANG_P1_YAML_LICENSE = Apache-2.0
ERLANG_P1_YAML_LICENSE_FILES = COPYING
ERLANG_P1_YAML_DEPENDENCIES = libyaml erlang-p1-utils
$(eval $(rebar-package))