aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-08 09:16:36 +0200
committerSaul Wold <sgw@linux.intel.com>2013-01-09 16:40:36 -0800
commitfd05a7137082517947ba5af32d2b80a9beaa4ad7 (patch)
tree1ce0824759d47c3777c0863477b4de569cfd72f7 /meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
parente2c1565a791b9fba2eec8cfb128afa13db0c1ef8 (diff)
downloadopenembedded-core-contrib-fd05a7137082517947ba5af32d2b80a9beaa4ad7.tar.gz
glib-2.0: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb3
1 files changed, 2 insertions, 1 deletions
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 @@
require glib.inc
-PR = "r0"
+PR = "r1"
PE = "1"
DEPENDS += "libffi python-argparse-native zlib"
@@ -12,6 +12,7 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]
SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
file://configure-libtool.patch \
file://glib-2.0_fix_for_x32.patch \
+ file://obsolete_automake_macros.patch \
file://Makefile-ptest.patch \
file://run-ptest \
"