Bump buildroot to 2019.02
This commit is contained in:
12
bsp/buildroot/package/erlang-eimp/Config.in
Normal file
12
bsp/buildroot/package/erlang-eimp/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_ERLANG_EIMP
|
||||
bool "erlang-eimp"
|
||||
select BR2_PACKAGE_ERLANG_P1_UTILS
|
||||
select BR2_PACKAGE_GD
|
||||
select BR2_PACKAGE_GD_WEBPNG
|
||||
select BR2_PACKAGE_JPEG
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
select BR2_PACKAGE_WEBP
|
||||
help
|
||||
Erlang Image Manipulation Process
|
||||
|
||||
https://github.com/processone/eimp
|
||||
13
bsp/buildroot/package/erlang-eimp/erlang-eimp.mk
Normal file
13
bsp/buildroot/package/erlang-eimp/erlang-eimp.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-eimp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_EIMP_VERSION = 1.0.8
|
||||
ERLANG_EIMP_SITE = $(call github,processone,eimp,$(ERLANG_EIMP_VERSION))
|
||||
ERLANG_EIMP_LICENSE = Apache-2.0
|
||||
ERLANG_EIMP_LICENSE_FILES = LICENSE.txt
|
||||
ERLANG_EIMP_DEPENDENCIES = erlang-p1-utils gd jpeg libpng webp
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user