aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-26 10:45:40 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-30 12:33:19 -0800
commitbc8e40e7abc21aa920414a7056e410c0bb2438c6 (patch)
tree2c81195ee96ff78590cb743a04dcc66613388446
parentaadf68393b964fbe26df8f8b6677107e1bcf40ed (diff)
downloadmeta-openembedded-contrib-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 4a3b2a96f8..177a2b5292 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"
S = "${WORKDIR}/git"
B = "${S}"
-SRCREV = "3f001eef027ba69ef2fdb35c670b7da26b79b5e2"
-PV = "0.0.37+git${SRCPV}"
+SRCREV = "35687ca957b746f153a6872139462b1443f8cad1"
+PV = "0.0.38+git${SRCPV}"
SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \
"
OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/build-appliance-image_8.0.bb
blob: ae7503393434c2c3627e0666ec8a705774b9fa6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93