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
14 lines
292 B
PHP
14 lines
292 B
PHP
HOMEPAGE = "http://www.x.org"
|
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
|
|
|
SECTION = "x11/utils"
|
|
LICENSE = "MIT"
|
|
|
|
XORG_PN = "${BPN}"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"
|
|
|
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
|
|
|
inherit autotools pkgconfig
|