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
287 B
PHP
12 lines
287 B
PHP
SUMMARY = "Python 2 and 3 compatibility library"
|
|
HOMEPAGE = "https://pypi.org/project/six/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS:${PN} = "python3-io"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|