diff options
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch | 16 | ||||
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch b/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch new file mode 100644 index 0000000000..7d93b1c05a --- /dev/null +++ b/meta/recipes-devtools/pkgconfig/pkgconfig-0.28/obsolete_automake_macros.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Remove obsolete AM_PROG_CC_STDC use as there's already modern equivalent, | ||
2 | AC_PROG_CC, present. | ||
3 | |||
4 | Upstream-Status: Submitted | ||
5 | |||
6 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
7 | diff -Nurd pkg-config-0.28/glib/configure.ac pkg-config-0.28/glib/configure.ac | ||
8 | --- pkg-config-0.28/glib/configure.ac 2012-10-13 17:35:36.000000000 +0300 | ||
9 | +++ pkg-config-0.28/glib/configure.ac 2013-05-24 23:48:34.093415116 +0300 | ||
10 | @@ -288,7 +288,6 @@ | ||
11 | AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""]) | ||
12 | AC_LANG_RESTORE | ||
13 | |||
14 | -AM_PROG_CC_STDC | ||
15 | AM_PROG_CC_C_O | ||
16 | AC_PROG_INSTALL | ||
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb index 99bb47f42d..6a17d7af84 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_0.28.bb | |||
@@ -4,6 +4,7 @@ SRC_URI += " \ | |||
4 | file://glibconfig-sysdefs.h \ | 4 | file://glibconfig-sysdefs.h \ |
5 | file://pkg-config-native.in \ | 5 | file://pkg-config-native.in \ |
6 | file://fix-glib-configure-libtool-usage.patch \ | 6 | file://fix-glib-configure-libtool-usage.patch \ |
7 | file://obsolete_automake_macros.patch \ | ||
7 | " | 8 | " |
8 | 9 | ||
9 | SRC_URI[md5sum] = "aa3c86e67551adc3ac865160e34a2a0d" | 10 | SRC_URI[md5sum] = "aa3c86e67551adc3ac865160e34a2a0d" |