summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch14
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.5.bb6
2 files changed, 18 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch b/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..7dd4ee87b1
--- /dev/null
+++ b/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691264]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd GConf-3.2.5/configure.in GConf-3.2.5/configure.in
5--- GConf-3.2.5/configure.in 2012-03-11 00:53:29.000000000 +0200
6+++ GConf-3.2.5/configure.in 2013-01-07 03:42:11.254087899 +0200
7@@ -39,7 +39,6 @@
8 AC_PROG_CC
9 AC_PROG_CXX
10 AC_ISC_POSIX
11-AM_PROG_CC_STDC
12 AC_HEADER_STDC
13 AC_LIBTOOL_WIN32_DLL
14 AM_PROG_LIBTOOL
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.5.bb b/meta/recipes-gnome/gnome/gconf_3.2.5.bb
index 9e9232269a..c80c0b00f2 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.5.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.5.bb
@@ -9,11 +9,13 @@ POLKIT_libc-uclibc = ""
9DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" 9DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub"
10DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" 10DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native"
11 11
12PR = "r13" 12PR = "r14"
13 13
14inherit gnomebase gtk-doc 14inherit gnomebase gtk-doc
15 15
16SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive" 16SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \
17 file://obsolete_automake_macros.patch \
18"
17 19
18S = "${WORKDIR}/GConf-${PV}" 20S = "${WORKDIR}/GConf-${PV}"
19 21