As noticed with the last version bump [1], expedite
is not actively maintained by upstream [2].
[1] http://lists.busybox.net/pipermail/buildroot/2018-September/231763.html
[2] https://sourceforge.net/p/enlightenment/mailman/message/
36428571
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
###############################################################################
comment "Legacy options removed in 2018.11"
+config BR2_PACKAGE_EXPEDITE
+ bool "expedite package has been removed"
+ select BR2_LEGACY
+ help
+ expedite is not actively maintained anymore.
+ https://sourceforge.net/p/enlightenment/mailman/message/36428571
+
config BR2_PACKAGE_MESA3D_OPENGL_TEXTURE_FLOAT
bool "mesa3d opengl texture float option removed"
select BR2_LEGACY
F: package/bullet/
F: package/efl/
F: package/enlightenment/
-F: package/expedite/
F: package/flare-engine/
F: package/flare-game/
F: package/irrlicht/
menu "Graphic libraries and applications (graphic/text)"
comment "Graphic applications"
- source "package/expedite/Config.in"
source "package/fswebcam/Config.in"
source "package/ghostscript/Config.in"
source "package/glmark2/Config.in"
+++ /dev/null
-config BR2_PACKAGE_EXPEDITE
- bool "expedite"
- depends on BR2_PACKAGE_EFL
- depends on BR2_INSTALL_LIBSTDCPP
- help
- Expedite is the official Evas benchmark tool. It can test
- different engines, such as X11, XRender, OpenGL (also ES
- variant), SDL, DirectFB and so on. Its tests are quite
- extensive, trying to reproduce real world usage cases.
-
-comment "expedite needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+++ /dev/null
-# locally computed
-sha256 5f621a3cb70fae943893e256722cc7f7b0c4357035da7cc3cbbbb83e4ec1eb9a expedite-6a69955e71a00a720e1b0a9bc7b64dd3dd5673db.tar.gz
-sha256 0f024d9d9ddd18f94a4800d72e72d2ca198e9479c02b21afb9cacc2923ef2f2b COPYING
+++ /dev/null
-################################################################################
-#
-# expedite
-#
-################################################################################
-
-EXPEDITE_VERSION = 6a69955e71a00a720e1b0a9bc7b64dd3dd5673db
-EXPEDITE_SITE = http://git.enlightenment.org/tools/expedite.git
-EXPEDITE_SITE_METHOD = git
-EXPEDITE_LICENSE = BSD-2-Clause
-EXPEDITE_LICENSE_FILES = COPYING
-
-EXPEDITE_DEPENDENCIES = host-efl host-pkgconf efl
-
-# There is no configure script in the git tree.
-EXPEDITE_AUTORECONF = YES
-
-ifeq ($(BR2_PACKAGE_EFL_X_XLIB),y)
-EXPEDITE_CONF_OPTS += --with-x=$(STAGING_DIR) \
- --x-includes=$(STAGING_DIR)/usr/include \
- --x-libraries=$(STAGING_DIR)/usr/lib
-endif
-
-$(eval $(autotools-package))