aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flex
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-02 16:37:53 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-02 16:38:40 +0100
commita32f13d02d707d358d2c812fcd8e8d5313c900f8 (patch)
treee660548512f70a34ba74a38b2c1e96936ee54202 /recipes/flex
parent9fdf49ca44ad7ffe664882e1a703dcff2013b09d (diff)
downloadopenembedded-a32f13d02d707d358d2c812fcd8e8d5313c900f8.tar.gz
flex: add 2.5.35 with new-style checksums, staging and class extension
Diffstat (limited to 'recipes/flex')
-rw-r--r--recipes/flex/flex_2.5.35.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/flex/flex_2.5.35.bb b/recipes/flex/flex_2.5.35.bb
new file mode 100644
index 0000000000..4099f20658
--- /dev/null
+++ b/recipes/flex/flex_2.5.35.bb
@@ -0,0 +1,10 @@
+require flex.inc
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2;name=flex \
+"
+
+SRC_URI[flex.md5sum] = "10714e50cea54dc7a227e3eddcd44d57"
+SRC_URI[flex.sha256sum] = "0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
-updates'>akuster/master-pkg-updates OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/bitbake/contrib/dump_cache.py
blob: e1f23090b995edbb487329e36e0ca15cd20771e8 (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