]> code.ossystems Code Review - openembedded-core.git/commit
libart_lgpl: Allow art_config.h to be generated at compile time
authorNathan Rossi <nathan.rossi@xilinx.com>
Wed, 29 Apr 2015 07:44:34 +0000 (17:44 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 May 2015 10:39:48 +0000 (11:39 +0100)
commit91f3255ad700736bbf5d1b35b48db1708676a469
tree9bf5d5a0191860c2c462c1a2c11ba16ce2d10a34
parent1e2fd0a55a523d7e24275da23b801618dd9f82c5
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>
17 files changed:
meta/recipes-gnome/gnome/libart-lgpl/Makefile.am.patch [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/aarch64be/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/aarch64be_32/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/arm/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/armeb/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/i386/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/i586/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/i686/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/mips/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/mipsel/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/powerpc/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/powerpc64/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl/x86_64/art_config.h [deleted file]
meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb