Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
20 lines
631 B
BlitzBasic
20 lines
631 B
BlitzBasic
SUMMARY = "Library providing a standalone version of the X server \
|
|
implementation of the VESA CVT standard timing modelines generator"
|
|
HOMEPAGE = "https://gitlab.freedesktop.org/xorg/lib/libxcvt"
|
|
BUGTRACKER = "https://gitlab.freedesktop.org/xorg/lib/libxcvt/-/issues"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f"
|
|
SECTION = "x11/libs"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master"
|
|
SRCREV = "d9ca87eea9eecddaccc3a77227bcb3acf84e89df"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson
|
|
|
|
FILES:${PN} = " \
|
|
${libdir}/libxcvt.so.0* \
|
|
${bindir}/cvt \
|
|
"
|