summaryrefslogtreecommitdiff
path: root/meta/recipes-gnome/libffi
AgeCommit message (Collapse)AuthorFiles
2015-07-07libffi: fix typo in fix-libffi.la-location.patchAndre McCurdy1
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-09libffi: Use proper compiler define for linux platformKhem Raj2
Change-Id: I8253249a2e1c5e9ded0d028545f21cfdc093c3cd Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-01-07libffi: Upgrade to 3.2.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-06-03libffi: Update to 3.1Saul Wold1
LICENSE file has updated year Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-01Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.Max Eliaser1
The class itself currently does nothing. The idea is to mark all recipes that make use of the texinfo utilities. In the future, this class could be used to suppress the generation/formatting of documentation for performance, explicitly track dependencies on these utilities, and eliminate Yocto's current dependency on the host system's texinfo utilities. Signed-off-by: Max Eliaser <max.eliaser@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-04-29libffi: Update to 3.0.13Saul Wold5
New patch is required to fix the location of the libdir defined i the libffi.la file which caused a bad RPATH (/usr/lib/../lib) due to the gcc -print-multi-os-directory returning ../lib. Remove Aarch64 patches as it is now supported upsteam. Other patch code is also upstreamed Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-17libffi: add AArch64 supportMarcin Juszkiewicz3
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-21libffi: Use a more standard layout for patch filesRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-24Fix Upstream-StatusSaul Wold1
These were not getting fixed by orignal committer! Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-09-14libffi upgrade to 3.0.11Andrei Dinu2
Changes : - Added ax_append_flags.m4 and ax_check_compile_flag.m4 to the m4 directory. The files were missing and aclocal.m4 was generated without those two macros. - Added a new license md5 checksum to the recipe because the old LICENSE file differs from the new one here : OLD : libffi - Copyright (c) 1996-2011 NEW : libffi - Copyright (c) 1996-2012 Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-12-01libffi: Update to 3.0.10Saul Wold1
* Update License Checksum due to Date change * Added --disable-builddir because of configure using $0 with full path and a ../$0 Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17glib-2.0: Add nativesdk depends for libffiSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-09-26libffi: really populate -dev packageDmitry Eremin-Solenikov1
As per gcc PR 11147, libffi installs headers into a target dependent place (/usr/lib/....). Include a rule to include those files into libffi-dev package. Reference: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11147 Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-16recipes-gnome: Add Summary and Description informationMark Hatle1
Add Summary and update description information as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-24libffi:Add license checksum to bb fileMei Lei1
Add LICENSE file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-10-15libffi: fix the uriJoshua Lock1
It had the previous version hard-coded Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-15libffi: bumpt to version 3.0.9Joshua Lock1
3.0.8 is incompatible with the autotools versions we use in Poky Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-30libffi: added LICENSE fieldSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>