mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
40daa8ca7c
Changelog: * Remove unneeded variable initializations * Remove unnecessary cast of XFree() argument * Use C99 loop variable declarations * gitlab CI: stop requiring Signed-off -by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
522 B
BlitzBasic
17 lines
522 B
BlitzBasic
require recipes-graphics/xorg-app/xorg-app-common.inc
|
|
|
|
SUMMARY = "X.Org X11 X client utilities"
|
|
HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xstdcmap"
|
|
DESCRIPTION = "The xstdcmap utility can be used to selectively define \
|
|
standard colormap properties."
|
|
SECTION = "x11/app"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2b08d9e2e718ac83e6fe2b974d4b5fd8"
|
|
|
|
DEPENDS += "libxmu"
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI[sha256sum] = "365847e379398499ec9ad9a299cc47a0d6e7feba9546dfd4e5b422204b5ac180"
|
|
|