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
15 lines
469 B
BlitzBasic
15 lines
469 B
BlitzBasic
DESCRIPTION = "JWT token authentication for Flask apps"
|
|
HOMEPAGE = "https://github.com/mattupstate/flask-jwt"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ff00db41c47ec84b4567a8b3c246a959"
|
|
|
|
PYPI_PACKAGE = "Flask-JWT"
|
|
|
|
SRC_URI[md5sum] = "878ad79a12afa70ad38a12d5ffd2dc1e"
|
|
SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d323bd0ad"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "python3-pyjwt python3-flask"
|