package/efl/libefreet: remove package

Libefreet is now available in efl package.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Romain Naour 2015-12-15 23:40:33 +01:00 committed by Thomas Petazzoni
parent e155c95700
commit d2b042c1e7
4 changed files with 7 additions and 28 deletions

View File

@ -107,6 +107,13 @@ endif
###############################################################################
comment "Legacy options removed in 2016.02"
config BR2_PACKAGE_LIBEFREET
bool "libefreet package has been removed"
select BR2_LEGACY
select BR2_PACKAGE_EFL
help
With EFL 1.15, libefreet is now provided by the libefl package.
config BR2_PACKAGE_LIBEIO
bool "libeio package has been removed"
select BR2_LEGACY

View File

@ -19,7 +19,6 @@ source "package/efl/libeina/Config.in"
source "package/efl/libecore/Config.in"
source "package/efl/libeet/Config.in"
source "package/efl/libefl/Config.in"
source "package/efl/libefreet/Config.in"
source "package/efl/libevas/Config.in"
source "package/efl/libelementary/Config.in"
source "package/efl/libedbus/Config.in"

View File

@ -1,10 +0,0 @@
config BR2_PACKAGE_LIBEFREET
bool "libefreet"
select BR2_PACKAGE_LIBEINA
select BR2_PACKAGE_LIBEET
select BR2_PACKAGE_LIBECORE
help
Efreet is a library designed to help apps work with several of the
Freedesktop.org standards regarding Icons, Desktop files and Menus.
http://trac.enlightenment.org/e/wiki/Efreet

View File

@ -1,17 +0,0 @@
################################################################################
#
# libefreet
#
################################################################################
LIBEFREET_VERSION = 1.7.10
LIBEFREET_SOURCE = efreet-$(LIBEFREET_VERSION).tar.bz2
LIBEFREET_SITE = http://download.enlightenment.org/releases
LIBEFREET_LICENSE = BSD-2c
LIBEFREET_LICENSE_FILES = COPYING
LIBEFREET_INSTALL_STAGING = YES
LIBEFREET_DEPENDENCIES = libeina libeet libecore
$(eval $(autotools-package))