mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-22 14:09:20 +00:00
License-Update: Updated to use LICENSE.txt for anchoring the check Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
574 B
BlitzBasic
18 lines
574 B
BlitzBasic
DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
|
|
HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
|
|
SECTION = "devel/python"
|
|
LICENSE = "OFL-1.0 & MIT & CC-BY-4.0"
|
|
LIC_FILES_CHKSUM = "file://xstatic/pkg/font_awesome/data/LICENSE.txt;md5=57f9201afe70f877988912a7b233de47"
|
|
|
|
PYPI_PACKAGE = "xstatic_font_awesome"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
SRC_URI[sha256sum] = "9f3cb2f038fad7d352722375d3f25af346da9ee093ed9dc2c8c46bd911ab1971"
|
|
|
|
DEPENDS += " \
|
|
python3-xstatic \
|
|
python3-pip \
|
|
"
|
|
|
|
inherit pypi setuptools3
|