Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_ERLANG_P1_OAUTH2
bool "erlang-p1-oauth2"
help
OAuth2 library for Erlang
https://github.com/processone/p1_oauth2

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 aea823ccc49b20f7e27f1893c7edf231339f56b16ba21ce78a60f735b6211718 erlang-p1-oauth2-0.6.2.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-oauth2
#
################################################################################
ERLANG_P1_OAUTH2_VERSION = 0.6.2
ERLANG_P1_OAUTH2_SITE = $(call github,processone,p1_oauth2,$(ERLANG_P1_OAUTH2_VERSION))
ERLANG_P1_OAUTH2_LICENSE = MIT
ERLANG_P1_OAUTH2_LICENSE_FILES = LICENSE
ERLANG_P1_OAUTH2_INSTALL_STAGING = YES
$(eval $(rebar-package))