[oe-commits] Saul Wold : gconf: update to 3.2.6

git at git.openembedded.org git at git.openembedded.org
Thu Feb 28 23:15:57 UTC 2013


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Feb 25 16:09:36 2013 -0800

gconf: update to 3.2.6

remove automake patch as it been fixed upstream

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../gconf-3.2.5/obsolete_automake_macros.patch     |   14 --------------
 .../remove_plus_from_invalid_characters_list.patch |    0
 .../gnome/{gconf_3.2.5.bb => gconf_3.2.6.bb}       |    9 ++++-----
 3 files changed, 4 insertions(+), 19 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
deleted file mode 100644
index 7dd4ee8..0000000
--- a/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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/remove_plus_from_invalid_characters_list.patch b/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch
similarity index 100%
rename from meta/recipes-gnome/gnome/gconf-3.2.5/remove_plus_from_invalid_characters_list.patch
rename to meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.5.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
similarity index 89%
rename from meta/recipes-gnome/gnome/gconf_3.2.5.bb
rename to meta/recipes-gnome/gnome/gconf_3.2.6.bb
index abdf151..a37bd00 100644
--- a/meta/recipes-gnome/gnome/gconf_3.2.5.bb
+++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb
@@ -9,19 +9,18 @@ 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 = "r14"
+PR = "r0"
 
 inherit gnomebase gtk-doc
 
 SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \
-           file://obsolete_automake_macros.patch \
            file://remove_plus_from_invalid_characters_list.patch \
 "
 
-S = "${WORKDIR}/GConf-${PV}"
+SRC_URI[archive.md5sum] = "2b16996d0e4b112856ee5c59130e822c"
+SRC_URI[archive.sha256sum] = "1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c"
 
-SRC_URI[archive.md5sum] = "1b803eb4f8576c572d072692cf40c9d8"
-SRC_URI[archive.sha256sum] = "4ddea9503a212ee126c5b46a0a958fd5484574c3cb6ef2baf38db02e819e58c6"
+S = "${WORKDIR}/GConf-${PV}"
 
 POLKIT_OECONF = "--enable-defaults-service"
 POLKIT_OECONF_class-native = "--disable-defaults-service"





More information about the Openembedded-commits mailing list