mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
368 B
PHP
13 lines
368 B
PHP
DESCRIPTION = "Scripting support for flask"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e686048adb69341fc8a08caeda528b41"
|
|
|
|
SRC_URI[md5sum] = "3fbd91fe13cebedfb2431331f6eabb68"
|
|
SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65"
|
|
|
|
PYPI_PACKAGE = "Flask-Script"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-flask \
|
|
"
|