summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2020-04-04 09:28:39 -0400
committerKhem Raj <raj.khem@gmail.com>2020-04-04 07:22:16 -0700
commit4a5c1456a3b1e52f28bb636f3e95bbf34467546d (patch)
treea87c00d8e2e1d1cb23bce945b79ed05a934b86f8 /meta-python
parent33ed9458544a8fcc73c3177aff869dbe6328f38d (diff)
downloadmeta-openembedded-4a5c1456a3b1e52f28bb636f3e95bbf34467546d.tar.gz
python-versiontools: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-versiontools.inc10
-rw-r--r--meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb12
2 files changed, 10 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python-versiontools.inc b/meta-python/recipes-devtools/python/python-versiontools.inc
deleted file mode 100644
index b0e696f9c..000000000
--- a/meta-python/recipes-devtools/python/python-versiontools.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1SUMMARY = "Smart replacement for plain tuple used in __version__"
2SECTION = "devel/python"
3HOMEPAGE = "https://launchpad.net/versiontools"
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d"
6
7inherit pypi
8
9SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251"
10SRC_URI[sha256sum] = "a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6"
diff --git a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb
index e8d6b7dda..cf0fa30a3 100644
--- a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb
@@ -1,2 +1,10 @@
1inherit setuptools3 1SUMMARY = "Smart replacement for plain tuple used in __version__"
2require python-versiontools.inc 2SECTION = "devel/python"
3HOMEPAGE = "https://launchpad.net/versiontools"
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d"
6
7SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251"
8SRC_URI[sha256sum] = "a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6"
9
10inherit pypi setuptools3