From daf5113a819f970b207da7eb31f9d25f7e146897 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 29 Apr 2015 17:44:34 +1000 Subject: 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 (From OE-Core rev: 91f3255ad700736bbf5d1b35b48db1708676a469) Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h (limited to 'meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h') diff --git a/meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h deleted file mode 100644 index b0e74ad6ae..0000000000 --- a/meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Automatically generated by gen_art_config.c */ - -#define ART_SIZEOF_CHAR 1 -#define ART_SIZEOF_SHORT 2 -#define ART_SIZEOF_INT 4 -#define ART_SIZEOF_LONG 4 - -typedef unsigned char art_u8; -typedef unsigned short art_u16; -typedef unsigned int art_u32; -- cgit v1.2.3-54-g00ecf