mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: * Resolve implicit conversion warnings from clang * usage: add cold & noreturn attributes to function * Handle -Wsign-compare warnings * Quiet -Wmaybe-uninitialized warnings from gcc * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
522 B
BlitzBasic
15 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/xlsclients/"
|
|
DESCRIPTION = "xlsclients is a utility for listing information about the \
|
|
client applications running on a X11 server."
|
|
SECTION = "x11/app"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=350e1b718a56df39cfe8ca9345ea4575"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI[sha256sum] = "68baee57e70250ac4a7759fb78221831f97d88bc8e51dcc2e64eb3f8ca56bae3"
|