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
13 lines
427 B
BlitzBasic
13 lines
427 B
BlitzBasic
require recipes-graphics/xorg-lib/xorg-lib-common.inc
|
|
SUMMARY = "X Athena Widget Set"
|
|
DEPENDS += "xorgproto libxfixes libxrandr"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0"
|
|
|
|
XORG_EXT = "tar.bz2"
|
|
|
|
SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/libXpresent-${PV}.tar.xz"
|
|
SRC_URI[sha256sum] = "b964df9e5a066daa5e08d2dc82692c57ca27d00b8cc257e8e960c9f1cf26231b"
|
|
|
|
XORG_PN = "libXpresent"
|