diff options
author | Derek Straka <derek@asterius.io> | 2017-12-26 10:45:40 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-30 12:33:19 -0800 |
commit | bc8e40e7abc21aa920414a7056e410c0bb2438c6 (patch) | |
tree | 2c81195ee96ff78590cb743a04dcc66613388446 | |
parent | aadf68393b964fbe26df8f8b6677107e1bcf40ed (diff) | |
download | meta-openembedded-bc8e40e7abc21aa920414a7056e410c0bb2438c6.tar.gz |
python3-langtable: update to version 0.0.38
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb (renamed from meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb index 4a3b2a96f..177a2b529 100644 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.37.bb +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | B = "${S}" | 10 | B = "${S}" |
11 | 11 | ||
12 | SRCREV = "3f001eef027ba69ef2fdb35c670b7da26b79b5e2" | 12 | SRCREV = "35687ca957b746f153a6872139462b1443f8cad1" |
13 | PV = "0.0.37+git${SRCPV}" | 13 | PV = "0.0.38+git${SRCPV}" |
14 | SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \ | 14 | SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \ |
15 | " | 15 | " |
16 | 16 | ||