package/sunxi-mali: remove useless package

sunxi-mali-prop only served a feeding prey for sunxi-mali to get the
proprietary libs.

Now that sunxi-mali downloads them (as the git submodule they are), we
no longer need sunxi-mali-prop.

Remove it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yann E. MORIN 2016-07-03 10:33:11 +02:00 committed by Peter Korsgaard
parent ddc296f79b
commit 4963a77323
4 changed files with 0 additions and 17 deletions

View File

@ -467,7 +467,6 @@ endif
source "package/stm32flash/Config.in"
source "package/sunxi-cedarx/Config.in"
source "package/sunxi-mali/Config.in"
source "package/sunxi-mali-prop/Config.in"
source "package/sysstat/Config.in"
source "package/targetcli-fb/Config.in"
source "package/ti-gfx/Config.in"

View File

@ -1,4 +0,0 @@
# Sunxi-mali-prop is a git submodule of sunxi-mali. To use this package
# select the sunxi-mali option.
config BR2_PACKAGE_SUNXI_MALI_PROP
bool

View File

@ -1,2 +0,0 @@
# locally computed
sha256 f87d93629072dd0306ffe1200425188129e5f7f97750126dff38464ea707f673 sunxi-mali-prop-1c5063f43cdc9de341c0d63b2e3921cab86c7742.tar.gz

View File

@ -1,10 +0,0 @@
################################################################################
#
# sunxi-mali-prop
#
################################################################################
SUNXI_MALI_PROP_VERSION = 1c5063f43cdc9de341c0d63b2e3921cab86c7742
SUNXI_MALI_PROP_SITE = $(call github,linux-sunxi,sunxi-mali-proprietary,$(SUNXI_MALI_PROP_VERSION))
$(eval $(generic-package))