diff --git a/recipes-devtools/python/python-pydot.inc b/recipes-devtools/python/python-pydot.inc new file mode 100644 index 0000000..766d73e --- /dev/null +++ b/recipes-devtools/python/python-pydot.inc @@ -0,0 +1,15 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +DESCRIPTION = "A python interface to Graphviz" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f5ce36373e1542c5b82d521315da8cc2" +SRCNAME = "pydot" + +SRC_URI = "https://github.com/pydot/pydot/archive/v${PV}.tar.gz;downloadfilename=pydot_${PV}.tar.gz" +SRC_URI[md5sum] = "d369b567424d25456ea1efcde50bb2ce" +SRC_URI[sha256sum] = "3e70236381ed2b5778a4e173d46435396b2484ab0f4f31fd1219ec12d88e3e40" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python3-pydot_1.4.1.bb b/recipes-devtools/python/python3-pydot_1.4.1.bb new file mode 100644 index 0000000..1eb5694 --- /dev/null +++ b/recipes-devtools/python/python3-pydot_1.4.1.bb @@ -0,0 +1,5 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +require python-pydot.inc + +inherit distutils3