mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
pkg-config: remove obsolete AM_PROG_CC_STDC
Add patch obsolete_automake_macros.patch that removes AM_PROG_CC_STDC from included glib tree. (From OE-Core rev: 5e06a20403c59f80e0ffa90626a2bab832af7a46) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a09c5e4b0b
commit
e9648158c3
@@ -0,0 +1,16 @@
|
|||||||
|
Remove obsolete AM_PROG_CC_STDC use as there's already modern equivalent,
|
||||||
|
AC_PROG_CC, present.
|
||||||
|
|
||||||
|
Upstream-Status: Submitted
|
||||||
|
|
||||||
|
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
||||||
|
diff -Nurd pkg-config-0.28/glib/configure.ac pkg-config-0.28/glib/configure.ac
|
||||||
|
--- pkg-config-0.28/glib/configure.ac 2012-10-13 17:35:36.000000000 +0300
|
||||||
|
+++ pkg-config-0.28/glib/configure.ac 2013-05-24 23:48:34.093415116 +0300
|
||||||
|
@@ -288,7 +288,6 @@
|
||||||
|
AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""])
|
||||||
|
AC_LANG_RESTORE
|
||||||
|
|
||||||
|
-AM_PROG_CC_STDC
|
||||||
|
AM_PROG_CC_C_O
|
||||||
|
AC_PROG_INSTALL
|
||||||
@@ -4,6 +4,7 @@ SRC_URI += " \
|
|||||||
file://glibconfig-sysdefs.h \
|
file://glibconfig-sysdefs.h \
|
||||||
file://pkg-config-native.in \
|
file://pkg-config-native.in \
|
||||||
file://fix-glib-configure-libtool-usage.patch \
|
file://fix-glib-configure-libtool-usage.patch \
|
||||||
|
file://obsolete_automake_macros.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "aa3c86e67551adc3ac865160e34a2a0d"
|
SRC_URI[md5sum] = "aa3c86e67551adc3ac865160e34a2a0d"
|
||||||
|
|||||||
Reference in New Issue
Block a user