From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gate.crashing.org ([63.228.1.57] ident=[U2FsdGVkX19ZG5qT1o/jNVS0QHfnpQND8CAvz8XO1MU=]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QkC2h-0004YM-N3 for openembedded-core@lists.openembedded.org; Fri, 22 Jul 2011 11:29:12 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p6M9P1Ut003915 for ; Fri, 22 Jul 2011 04:25:02 -0500 From: Kumar Gala To: openembedded-core@lists.openembedded.org Date: Fri, 22 Jul 2011 04:24:55 -0500 Message-Id: <1311326696-11745-5-git-send-email-galak@kernel.crashing.org> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1311326696-11745-4-git-send-email-galak@kernel.crashing.org> References: <1311326696-11745-1-git-send-email-galak@kernel.crashing.org> <1311326696-11745-2-git-send-email-galak@kernel.crashing.org> <1311326696-11745-3-git-send-email-galak@kernel.crashing.org> <1311326696-11745-4-git-send-email-galak@kernel.crashing.org> Subject: [PATCH 4/5] libart-lgpl: Add missing config file - allows builds on PowerPC 64 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2011 09:29:13 -0000 Signed-off-by: Kumar Gala --- .../gnome/libart-lgpl/powerpc64/art_config.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/powerpc64/art_config.h diff --git a/meta/recipes-gnome/gnome/libart-lgpl/powerpc64/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/powerpc64/art_config.h new file mode 100644 index 0000000..500ffc3 --- /dev/null +++ b/meta/recipes-gnome/gnome/libart-lgpl/powerpc64/art_config.h @@ -0,0 +1,10 @@ +/* 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 8 + +typedef unsigned char art_u8; +typedef unsigned short art_u16; +typedef unsigned int art_u32; -- 1.7.3.4