libffi: switch to using a Git version, brings Microblaze and Xtensa support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Feb 2013 12:52:09 +0000 (12:52 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Feb 2013 14:57:02 +0000 (15:57 +0100)
commitddd69b5609cc9bd954afcfc2f91831d64b9cfff7
tree3177b88dad73d0261caa8dbc62d39ef270ad3923
parentb26e9f54996f1ccb198bf9599f6760be07da446f
libffi: switch to using a Git version, brings Microblaze and Xtensa support

We already had backported patches for the Blackfin and AArch64
support, and now we would have needed to also backport the Xtensa
support and the Microblaze support. This starts to get crazy.

Let's switch to using a Git version from Github, until libffi finally
releases a new stable version.

In order to achieve this, we also need to:

 * autoreconf the package, so that a libffi.pc file gets generated

 * manually install the libffi.pc file, because it doesn't get
   installed by libffi Makefile, for some reason

 * remove the part of the target post install hook that was messing
   with libffi.pc, since it was modifying the one in STAGING_DIR
   (which is odd for a target post install hook), and the libffi.pc
   file is anyway not installed to the target anymore.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libffi/libffi-0001-Add-support-for-Blackfin.patch [deleted file]
package/libffi/libffi-0002-Add-aarch64-support-from-upstream.patch [deleted file]
package/libffi/libffi.mk