package/ucl: drop package

ucl is directly vendored in upx since version 3.99 and
61e1366122

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2022-12-23 18:38:18 +01:00 committed by Thomas Petazzoni
parent 1567516d89
commit 85c5af46ad
2 changed files with 0 additions and 18 deletions

View File

@ -1,3 +0,0 @@
# Locally calculated
sha256 b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348 ucl-1.03.tar.gz
sha256 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c COPYING

View File

@ -1,15 +0,0 @@
################################################################################
#
# ucl
#
################################################################################
UCL_VERSION = 1.03
UCL_SITE = http://www.oberhumer.com/opensource/ucl/download
UCL_LICENSE = GPL-2.0+
UCL_LICENSE_FILES = COPYING
# Fix ACC conformance test failure for host gcc 6.x
HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=iso9899:1990"
$(eval $(host-autotools-package))