diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-01 16:05:31 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:42 -0700 |
commit | d2d5c14a0bcbd108e01a0fad6831940d3027af6c (patch) | |
tree | 45593a148ba65b35987d57efc3487df0f5840475 /meta-python | |
parent | 8668a894a5915e44067712201b79eb529300baf5 (diff) | |
download | meta-openembedded-d2d5c14a0bcbd108e01a0fad6831940d3027af6c.tar.gz |
python3-langtable: Upgrade 0.0.38 -> 0.0.51
Upgrade to release 0.0.51.
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>
Diffstat (limited to 'meta-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 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | SRC_URI[md5sum] = "5d28198fa933dac5c037108d8f5cf3bb" |
10 | B = "${S}" | 10 | SRC_URI[sha256sum] = "8d4615cc0bb0fa49faa05b55ff49b1f41122b8092ca18a5d10f1e1699d6d7b3c" |
11 | 11 | ||
12 | SRCREV = "35687ca957b746f153a6872139462b1443f8cad1" | 12 | inherit pypi setuptools3 python3native |
13 | PV = "0.0.38+git${SRCPV}" | ||
14 | SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \ | ||
15 | " | ||
16 | |||
17 | inherit setuptools3 python3native | ||
18 | 13 | ||
19 | DISTUTILS_INSTALL_ARGS += " \ | 14 | DISTUTILS_INSTALL_ARGS += " \ |
20 | --install-data=${datadir}/langtable" | 15 | --install-data=${datadir}/langtable" |