Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_TERMINOLOGY
bool "terminology"
depends on BR2_PACKAGE_EFL
select BR2_PACKAGE_ELEMENTARY
help
Terminology is an EFL terminal emulator with some extra
bells and whistles.

View File

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

View File

@@ -4,13 +4,13 @@
#
################################################################################
TERMINOLOGY_VERSION = 0.9.1
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 elementary host-pkgconf
TERMINOLOGY_DEPENDENCIES = efl host-pkgconf
TERMINOLOGY_CONF_OPTS = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc
$(eval $(autotools-package))