mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
8f3df8b447
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
588 B
BlitzBasic
18 lines
588 B
BlitzBasic
require recipes-graphics/xorg-font/xorg-font-common.inc
|
|
|
|
SUMMARY = "X.org cursor fonts"
|
|
HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/cursor-misc/"
|
|
SECTION = "x11/font"
|
|
LICENSE = "LicenseRef-PD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8b32ccac3ad25e75e68478deb7780265"
|
|
|
|
DEPENDS = "util-macros-native font-util-native bdftopcf-native"
|
|
RDEPENDS:${PN} = "encodings font-util"
|
|
|
|
inherit features_check
|
|
# depends on bdftopcf-native -> virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI[sha256sum] = "25d9c9595013cb8ca08420509993a6434c917e53ca1fec3f63acd45a19d4f982"
|