mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Changelog: * Switch to XORG_DEFAULT_NOCODE_OPTIONS * 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>
13 lines
280 B
HTML
13 lines
280 B
HTML
HOMEPAGE = "http://www.x.org"
|
|
SECTION = "x11/data"
|
|
LICENSE = "MIT"
|
|
|
|
DEPENDS = "util-macros-native virtual/libx11"
|
|
|
|
SRC_URI_EXT = "xz"
|
|
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.${SRC_URI_EXT}"
|
|
|
|
inherit features_check autotools pkgconfig
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|