Bump buidlroot version to 2018.02.6
This commit is contained in:
6
bsp/buildroot/package/erlang-p1-oauth2/Config.in
Normal file
6
bsp/buildroot/package/erlang-p1-oauth2/Config.in
Normal 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
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 aea823ccc49b20f7e27f1893c7edf231339f56b16ba21ce78a60f735b6211718 erlang-p1-oauth2-0.6.2.tar.gz
|
||||
13
bsp/buildroot/package/erlang-p1-oauth2/erlang-p1-oauth2.mk
Normal file
13
bsp/buildroot/package/erlang-p1-oauth2/erlang-p1-oauth2.mk
Normal 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))
|
||||
Reference in New Issue
Block a user