epsilon cvs add patch to fix alignment error through GNU extension syntax (by Aloisio...
authorMichael Lauer <mickey@vanille-media.de>
Thu, 20 Mar 2008 18:35:47 +0000 (18:35 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 20 Mar 2008 18:35:47 +0000 (18:35 +0000)
packages/efl1/epsilon/.mtn2git_empty [new file with mode: 0644]
packages/efl1/epsilon/fix_alignment_error.patch [new file with mode: 0644]
packages/efl1/epsilon_cvs.bb

diff --git a/packages/efl1/epsilon/.mtn2git_empty b/packages/efl1/epsilon/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/efl1/epsilon/fix_alignment_error.patch b/packages/efl1/epsilon/fix_alignment_error.patch
new file mode 100644 (file)
index 0000000..7a635bc
--- /dev/null
@@ -0,0 +1,13 @@
+Index: epsilon/src/lib/exiftags/canon.c
+===================================================================
+--- epsilon.orig/src/lib/exiftags/canon.c      2007-12-03 17:45:27.000000000 -0300
++++ epsilon/src/lib/exiftags/canon.c   2007-12-03 17:46:59.000000000 -0300
+@@ -52,7 +52,7 @@
+ struct ccstm {
+       int32_t val;
+       struct descrip *table;
+-      const char descr[];
++      const char *descr;
+ };
index 8c71ef3..4674e19 100644 (file)
@@ -4,9 +4,12 @@ LICENSE = "MIT BSD"
 # can also depend on xine for movie thumbnails
 DEPENDS = "imlib2 epeg libpng evas ecore edje perl-native"
 PV = "0.3.0.012+cvs${SRCDATE}"
+PR = "r1"
 
 inherit efl_library
 
+SRC_URI += "file://fix_alignment_error.patch;patch=1"
+
 # a gstreamer thumbnailer would be nice now that we have emotion using gstreamer as well
 EXTRA_OECONF = "--disable-xine"