From 821d0366a7946140c24fa6629f84aea52a50a444 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Tue, 7 May 2013 13:20:53 +0300 Subject: libmpc: upgraded to 1.0.1 License changed from LGPLv2 to LGPLv3. The automake patch was integrated upstream in a different form. (From OE-Core rev: 3e6d3ffee6d7a37981d22c2719dc5bd7aface9fb) Signed-off-by: Bogdan Marinescu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../libmpc/libmpc_fix_for_automake-1.12.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/recipes-support/libmpc/libmpc/libmpc_fix_for_automake-1.12.patch (limited to 'meta/recipes-support/libmpc/libmpc/libmpc_fix_for_automake-1.12.patch') diff --git a/meta/recipes-support/libmpc/libmpc/libmpc_fix_for_automake-1.12.patch b/meta/recipes-support/libmpc/libmpc/libmpc_fix_for_automake-1.12.patch deleted file mode 100644 index 75fa28e338..0000000000 --- a/meta/recipes-support/libmpc/libmpc/libmpc_fix_for_automake-1.12.patch +++ /dev/null @@ -1,26 +0,0 @@ -Upstream-Status: Pending - -this fix avoids this error with automake 1.12 - -| automake: warnings are treated as errors -| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libmpc.la': linking libtool libraries using a non-POSIX -| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' - -Signed-Off-By: Nitin A Kamble -2012/05/02 - -Index: mpc-0.8.2/configure.ac -=================================================================== ---- mpc-0.8.2.orig/configure.ac -+++ mpc-0.8.2/configure.ac -@@ -86,6 +86,10 @@ AC_PROG_EGREP - AC_PROG_SED - AC_LANG(C) - -+# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it -+m4_pattern_allow([AM_PROG_AR]) -+AM_PROG_AR -+ - dnl Check for GMP CFLAGS in gmp.h - if test -z "$user_redefine_cc" ; then - MPC_GMP_CC_CFLAGS -- cgit v1.2.3-54-g00ecf