erlang-p1-yaml: bump to version 1.0.0
authorFrank Hunleth <fhunleth@troodon-software.com>
Tue, 2 Feb 2016 19:57:41 +0000 (14:57 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Feb 2016 18:21:24 +0000 (19:21 +0100)
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>
package/erlang-p1-yaml/Config.in
package/erlang-p1-yaml/erlang-p1-yaml.mk

index 25c9b02f7f470bba96f03af8e86dd69d0e9714b3..2ab78d1296d9422790df17c1321e84b1c93f1872 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ERLANG_P1_YAML
        bool "erlang-p1-yaml"
+       select BR2_PACKAGE_ERLANG_P1_UTILS
        select BR2_PACKAGE_LIBYAML
        help
          Erlang wrapper for libyaml C library
index 6f7c97736b6e03383cd8a99d54628975ac1fb3c1..22fcda43f8624c337b437c9b86b3b4d32a1e1825 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-ERLANG_P1_YAML_VERSION = e1f081e
+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_YAML_DEPENDENCIES = libyaml erlang-p1-utils
 
 $(eval $(rebar-package))