From 3e51206d0dfca1fc153999af43977d66ddaef8b2 Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Wed, 19 May 2010 11:56:33 +0200 Subject: orc: add version 0.4.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard --- recipes/orc/files/044_orcutils.patch | 12 ++++++++++++ recipes/orc/orc_0.4.4.bb | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 recipes/orc/files/044_orcutils.patch create mode 100644 recipes/orc/orc_0.4.4.bb (limited to 'recipes/orc') diff --git a/recipes/orc/files/044_orcutils.patch b/recipes/orc/files/044_orcutils.patch new file mode 100644 index 0000000000..e87b39d8fc --- /dev/null +++ b/recipes/orc/files/044_orcutils.patch @@ -0,0 +1,12 @@ +diff -Nru orc-0.4.4_orig/orc/orcutils.c orc-0.4.4/orc/orcutils.c +--- orc-0.4.4_orig/orc/orcutils.c 2010-03-19 23:44:36.000000000 +0100 ++++ orc-0.4.4/orc/orcutils.c 2010-05-19 10:56:28.000000000 +0200 +@@ -40,7 +40,7 @@ + * @title: Utility functions + * @short_description: Orc utility functions + */ +- ++#define unused + #ifdef unused + int + get_file_int (const char *file, int *value) diff --git a/recipes/orc/orc_0.4.4.bb b/recipes/orc/orc_0.4.4.bb new file mode 100644 index 0000000000..ee5316c672 --- /dev/null +++ b/recipes/orc/orc_0.4.4.bb @@ -0,0 +1,8 @@ +require orc.inc + +PR = "r0" + +SRC_URI[orc.md5sum] = "35f3b7283f391ab8ade7f94332940414" +SRC_URI[orc.sha256sum] = "62f8808d61a275861c8e0429c76932ef923f0ca50db8dc3e73b0745a631e386f" + +SRC_URI += "file://044_orcutils.patch;patch=1 " -- cgit 1.2.3-korg in'>darwin Classic OpenEmbedded Development TreeGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
blob: b0ee16f561816cd4e4b7db5097ff4aab4be7fcf6 (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
94
95
96
97