generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/erlang-p1-oauth2/Config.in
Normal file
6
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
|
||||
3
package/erlang-p1-oauth2/erlang-p1-oauth2.hash
Normal file
3
package/erlang-p1-oauth2/erlang-p1-oauth2.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 625e6d96a212cc2cf8a63c36ee698072791d85acbaae18e5820ba144cdaca869 erlang-p1-oauth2-0.6.10.tar.gz
|
||||
sha256 0ecddd0a5e35b7fcdab451f54c5bb688fac8365cdf6b0da0ac64b7895a0770f3 LICENSE
|
||||
13
package/erlang-p1-oauth2/erlang-p1-oauth2.mk
Normal file
13
package/erlang-p1-oauth2/erlang-p1-oauth2.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-oauth2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_OAUTH2_VERSION = 0.6.10
|
||||
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