update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/terminology/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/terminology/Config.in
Normal 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
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://sourceforge.net/p/enlightenment/mailman/message/35600707/
|
||||
sha256 bfed42b83bce854d35ba33a4d38373c6d42fb2c0ea0335d76420488c091692f4 terminology-1.0.0.tar.xz
|
||||
16
bsp/buildroot-2017.02.11/package/terminology/terminology.mk
Normal file
16
bsp/buildroot-2017.02.11/package/terminology/terminology.mk
Normal 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))
|
||||
Reference in New Issue
Block a user