diff options
| -rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch | 13 | ||||
| -rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch b/meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch new file mode 100644 index 0000000000..2fc4e75e78 --- /dev/null +++ b/meta/recipes-core/glib-2.0/glib-2.0/obsolete_automake_macros.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691011] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd glib-2.34.3/configure.ac glib-2.34.3/configure.ac | ||
| 5 | --- glib-2.34.3/configure.ac 2012-11-26 19:10:04.000000000 +0200 | ||
| 6 | +++ glib-2.34.3/configure.ac 2013-01-02 15:49:27.832183712 +0200 | ||
| 7 | @@ -291,7 +291,6 @@ | ||
| 8 | AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""]) | ||
| 9 | AC_LANG_RESTORE | ||
| 10 | |||
| 11 | -AM_PROG_CC_STDC | ||
| 12 | AM_PROG_CC_C_O | ||
| 13 | AC_PROG_INSTALL | ||
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb index 9854585ca5..e1d44e2ee6 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require glib.inc | 1 | require glib.inc |
| 2 | 2 | ||
| 3 | PR = "r0" | 3 | PR = "r1" |
| 4 | PE = "1" | 4 | PE = "1" |
| 5 | 5 | ||
| 6 | DEPENDS += "libffi python-argparse-native zlib" | 6 | DEPENDS += "libffi python-argparse-native zlib" |
| @@ -12,6 +12,7 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1] | |||
| 12 | SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ | 12 | SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ |
| 13 | file://configure-libtool.patch \ | 13 | file://configure-libtool.patch \ |
| 14 | file://glib-2.0_fix_for_x32.patch \ | 14 | file://glib-2.0_fix_for_x32.patch \ |
| 15 | file://obsolete_automake_macros.patch \ | ||
| 15 | file://Makefile-ptest.patch \ | 16 | file://Makefile-ptest.patch \ |
| 16 | file://run-ptest \ | 17 | file://run-ptest \ |
| 17 | " | 18 | " |
