aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-04-29 17:44:34 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-03 11:39:48 +0100
commit91f3255ad700736bbf5d1b35b48db1708676a469 (patch)
tree9bf5d5a0191860c2c462c1a2c11ba16ce2d10a34 /meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
parent1e2fd0a55a523d7e24275da23b801618dd9f82c5 (diff)
downloadopenembedded-core-contrib-91f3255ad700736bbf5d1b35b48db1708676a469.tar.gz
libart_lgpl: Allow art_config.h to be generated at compile time
* Remove patch that prevents the Makefile from generating the art_config.h file * Remove pre-generated art_config.h for various architecture * Add a do_compile prepend to remove the art_config.h that is provided in the source so that the compilation will regenerate the file Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h')
-rw-r--r--meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
deleted file mode 100644
index d10cd957d5..0000000000
--- a/meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Automatically generated by gen_art_config */
-
-#define ART_SIZEOF_CHAR 1
-#define ART_SIZEOF_SHORT 2
-#define ART_SIZEOF_INT 4
-#define ART_SIZEOF_LONG 8
-
-typedef unsigned char art_u8;
-typedef unsigned short art_u16;
-typedef unsigned int art_u32;