From 91f3255ad700736bbf5d1b35b48db1708676a469 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 Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/libart-lgpl/Makefile.am.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/libart-lgpl/Makefile.am.patch (limited to 'meta/recipes-gnome/gnome/libart-lgpl/Makefile.am.patch') diff --git a/meta/recipes-gnome/gnome/libart-lgpl/Makefile.am.patch b/meta/recipes-gnome/gnome/libart-lgpl/Makefile.am.patch deleted file mode 100644 index 190ba96085..0000000000 --- a/meta/recipes-gnome/gnome/libart-lgpl/Makefile.am.patch +++ /dev/null @@ -1,17 +0,0 @@ -Upstream-Status: Inappropriate [configuration] - -Index: libart_lgpl-2.3.21/Makefile.am -=================================================================== ---- libart_lgpl-2.3.21.orig/Makefile.am 2009-04-18 05:29:25.000000000 -0700 -+++ libart_lgpl-2.3.21/Makefile.am 2010-11-23 23:12:32.445450075 -0800 -@@ -7,8 +7,8 @@ - - BUILT_SOURCES = art_config.h - --art_config.h: -- ./gen_art_config.sh > art_config.h -+#art_config.h: -+# ./gen_art_config.sh > art_config.h - - EXTRA_DIST = \ - libart.def \ -- cgit 1.2.3-korg