mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

These changes are the result of running the convert-spdx-licenses.py oe-core script. There's no impact to the build, but we will avoid issues when interacting with core QA by the alignment. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
21 lines
721 B
BlitzBasic
21 lines
721 B
BlitzBasic
HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/"
|
|
SUMMARY = "Data compression library"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e"
|
|
|
|
SRC_URI = "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
|
|
file://0001-configure.ac-Fix-with-current-autoconf.patch \
|
|
file://0002-acinclude.m4-Provide-missing-macros.patch \
|
|
file://use-static-assert.patch \
|
|
file://Reproducible-build.patch"
|
|
|
|
SRC_URI[md5sum] = "852bd691d8abc75b52053465846fba34"
|
|
SRC_URI[sha256sum] = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348"
|
|
|
|
S = "${WORKDIR}/ucl-${PV}"
|
|
|
|
inherit autotools lib_package
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|