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

Upgrde to release 0.14.2: - Adapt graphviz.version() to support the Graphviz Release version entry format introduced with 2.44.2 (version() is needed to run the tests). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
480 B
BlitzBasic
18 lines
480 B
BlitzBasic
DESCRIPTION = "Graphviz protocol implementation"
|
|
HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f"
|
|
|
|
SRC_URI[md5sum] = "7123efabb68270f579525df74bf8b0c9"
|
|
SRC_URI[sha256sum] = "92b7637ece63c77e3d39221ae1f4df98e9256cb449e9860c598335b34496d195"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE_EXT = "zip"
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-logging \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|