[oe-commits] Marko Lindqvist : gconf: replace obsolete automake macros with working ones

git at git.openembedded.org git at git.openembedded.org
Tue Jan 15 08:15:00 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 388939c4cebabce8ef05c8aec5b9dccf390b75f0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=388939c4cebabce8ef05c8aec5b9dccf390b75f0

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Thu Jan 10 12:02:13 2013 +0200

gconf: 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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../gconf-3.2.5/obsolete_automake_macros.patch     |   14 ++++++++++++++
 meta/recipes-gnome/gnome/gconf_3.2.5.bb            |    6 ++++--
 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 0000000..7dd4ee8
--- /dev/null
+++ b/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
+Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691264]
+
+Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
+diff -Nurd GConf-3.2.5/configure.in GConf-3.2.5/configure.in
+--- GConf-3.2.5/configure.in	2012-03-11 00:53:29.000000000 +0200
++++ GConf-3.2.5/configure.in	2013-01-07 03:42:11.254087899 +0200
+@@ -39,7 +39,6 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_PROG_CC_STDC
+ AC_HEADER_STDC
+ AC_LIBTOOL_WIN32_DLL
+ 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 9e92322..c80c0b0 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 = ""
 DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub"
 DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native"
 
-PR = "r13"
+PR = "r14"
 
 inherit gnomebase gtk-doc
 
-SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive"
+SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \
+           file://obsolete_automake_macros.patch \
+"
 
 S = "${WORKDIR}/GConf-${PV}"
 





More information about the Openembedded-commits mailing list