From 76a77f3662b31588012e8c51f497fa5c7a3f9277 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 5 Apr 2020 14:39:23 -0400 Subject: python-py: consolidate inc and bb files into a single bb file Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-py.inc | 10 ---------- meta-python/recipes-devtools/python/python3-py_1.8.1.bb | 13 ++++++++++++- 2 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-py.inc (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-py.inc b/meta-python/recipes-devtools/python/python-py.inc deleted file mode 100644 index 2b48abe8ee..0000000000 --- a/meta-python/recipes-devtools/python/python-py.inc +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities" -HOMEPAGE = "http://py.readthedocs.io/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" - -SRC_URI[md5sum] = "42c67de84b07ac9cc867b8b70843a45b" -SRC_URI[sha256sum] = "5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa" - -DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-py_1.8.1.bb b/meta-python/recipes-devtools/python/python3-py_1.8.1.bb index 0ee373d24c..73aaf9e46a 100644 --- a/meta-python/recipes-devtools/python/python3-py_1.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-py_1.8.1.bb @@ -1,2 +1,13 @@ +SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities" +HOMEPAGE = "http://py.readthedocs.io/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" + +SRC_URI[md5sum] = "42c67de84b07ac9cc867b8b70843a45b" +SRC_URI[sha256sum] = "5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa" + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + inherit pypi setuptools3 -require python-py.inc + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf