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
12 lines
404 B
BlitzBasic
12 lines
404 B
BlitzBasic
DESCRIPTION = "Backports and enhancements for the contextlib module"
|
|
HOMEPAGE = "http://contextlib2.readthedocs.org/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "PSF-2.0 & Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4"
|
|
|
|
SRC_URI[sha256sum] = "ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|