package/libump: remove package

This library was previously a part of sunxi-mali.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2019-03-06 16:24:26 +01:00 committed by Thomas Petazzoni
parent 732066a54e
commit b643a75b90
7 changed files with 7 additions and 34 deletions

View File

@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2019.05"
config BR2_PACKAGE_LIBUMP
bool "libump package removed"
select BR2_LEGACY
help
The libump package was removed, it was only used as a
dependency of sunxi-mali, which itself was removed.
config BR2_PACKAGE_SUNXI_MALI
bool "sunxi-mali package removed"
select BR2_LEGACY

View File

@ -843,7 +843,6 @@ F: package/ficl/
F: package/gdbm/
F: package/libtomcrypt/
F: package/libtommath/
F: package/libump/
F: package/libwpe/
F: package/linenoise/
F: package/ljlinenoise/

View File

@ -454,7 +454,6 @@ endmenu
source "package/kbd/Config.in"
source "package/lcdproc/Config.in"
source "package/libuio/Config.in"
source "package/libump/Config.in"
source "package/linuxconsoletools/Config.in"
source "package/linux-backports/Config.in"
source "package/lirc-tools/Config.in"

View File

@ -1,13 +0,0 @@
config BR2_PACKAGE_LIBUMP
bool "libump"
depends on BR2_TOOLCHAIN_USES_GLIBC
depends on BR2_arm
help
The ARMs Universal Memory Provider userspace library.
This library is a requirement for ARMs binary Mali driver.
http://github.com/linux-sunxi/libump
comment "libump needs a glibc toolchain"
depends on BR2_arm
depends on !BR2_TOOLCHAIN_USES_GLIBC

View File

@ -1,2 +0,0 @@
# locally computed
sha256 745bbb3e6a6b2b1d8caec75d2f2e884691ceefa5c2be0480baed31dba66cf450 libump-ec0680628744f30b8fac35e41a7bd8e23e59c39f.tar.gz

View File

@ -1,13 +0,0 @@
################################################################################
#
# libump
#
################################################################################
LIBUMP_VERSION = ec0680628744f30b8fac35e41a7bd8e23e59c39f
LIBUMP_SITE = $(call github,linux-sunxi,libump,$(LIBUMP_VERSION))
LIBUMP_LICENSE = Apache-2.0
LIBUMP_AUTORECONF = YES
LIBUMP_INSTALL_STAGING = YES
$(eval $(autotools-package))

View File

@ -21,10 +21,6 @@ else
XDRIVER_XF86_VIDEO_FBTURBO_CONF_OPTS += --disable-pciaccess
endif
ifeq ($(BR2_PACKAGE_LIBUMP),y)
XDRIVER_XF86_VIDEO_FBTURBO_DEPENDENCIES += libump
endif
define XDRIVER_XF86_VIDEO_FBTURBO_INSTALL_CONF_FILE
$(INSTALL) -m 0644 -D $(@D)/xorg.conf $(TARGET_DIR)/etc/X11/xorg.conf
endef