update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_TERMINOLOGY
bool "terminology"
depends on BR2_PACKAGE_EFL
help
Terminology is an EFL terminal emulator with some extra
bells and whistles.
https://www.enlightenment.org/about-terminology

View File

@@ -0,0 +1,2 @@
# From https://sourceforge.net/p/enlightenment/mailman/message/35600707/
sha256 bfed42b83bce854d35ba33a4d38373c6d42fb2c0ea0335d76420488c091692f4 terminology-1.0.0.tar.xz

View File

@@ -0,0 +1,16 @@
################################################################################
#
# terminology
#
################################################################################
TERMINOLOGY_VERSION = 1.0.0
TERMINOLOGY_SOURCE = terminology-$(TERMINOLOGY_VERSION).tar.xz
TERMINOLOGY_SITE = https://download.enlightenment.org/rel/apps/terminology
TERMINOLOGY_LICENSE = BSD-2c
TERMINOLOGY_LICENSE_FILES = COPYING
TERMINOLOGY_DEPENDENCIES = efl host-pkgconf
TERMINOLOGY_CONF_OPTS = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc
$(eval $(autotools-package))