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
16 lines
500 B
BlitzBasic
16 lines
500 B
BlitzBasic
SUMMARY = "Simple framework for creating REST APIs"
|
|
DESCRIPTION = "\
|
|
Flask-RESTful is an extension for Flask that adds support for quickly building \
|
|
REST APIs"
|
|
HOMEPAGE = "https://github.com/flask-restful/flask-restful"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783"
|
|
|
|
SRC_URI[sha256sum] = "fe4af2ef0027df8f9b4f797aba20c5566801b6ade995ac63b588abf1a59cec37"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "Flask-RESTful"
|
|
|
|
RDEPENDS:${PN} = "python3-flask"
|