orc: add version 0.4.4
authorEric Bénard <eric@eukrea.com>
Wed, 19 May 2010 09:56:33 +0000 (11:56 +0200)
committerEric Bénard <eric@eukrea.com>
Wed, 19 May 2010 12:05:28 +0000 (14:05 +0200)
Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/orc/files/044_orcutils.patch [new file with mode: 0644]
recipes/orc/orc_0.4.4.bb [new file with mode: 0644]

diff --git a/recipes/orc/files/044_orcutils.patch b/recipes/orc/files/044_orcutils.patch
new file mode 100644 (file)
index 0000000..e87b39d
--- /dev/null
@@ -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 (file)
index 0000000..ee5316c
--- /dev/null
@@ -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 "