summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb (renamed from meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb)11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb
index eb42fe978c..8340382d17 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb
@@ -6,15 +6,10 @@ SECTION = "devel/python"
6 6
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8 8
9S = "${WORKDIR}/git" 9SRC_URI[md5sum] = "5d28198fa933dac5c037108d8f5cf3bb"
10B = "${S}" 10SRC_URI[sha256sum] = "8d4615cc0bb0fa49faa05b55ff49b1f41122b8092ca18a5d10f1e1699d6d7b3c"
11 11
12SRCREV = "35687ca957b746f153a6872139462b1443f8cad1" 12inherit pypi setuptools3 python3native
13PV = "0.0.38+git${SRCPV}"
14SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \
15"
16
17inherit setuptools3 python3native
18 13
19DISTUTILS_INSTALL_ARGS += " \ 14DISTUTILS_INSTALL_ARGS += " \
20 --install-data=${datadir}/langtable" 15 --install-data=${datadir}/langtable"