diff options
-rw-r--r-- | meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch | 14 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch (renamed from meta/recipes-gnome/gnome/gconf-3.2.5/remove_plus_from_invalid_characters_list.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.6.bb (renamed from meta/recipes-gnome/gnome/gconf_3.2.5.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 7dd4ee87b1..0000000000 --- a/meta/recipes-gnome/gnome/gconf-3.2.5/obsolete_automake_macros.patch +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691264] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -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/remove_plus_from_invalid_characters_list.patch b/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch index 59a7ca7802..59a7ca7802 100644 --- 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 | |||
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.5.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index abdf15169a..a37bd009a4 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 = "" | |||
9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" | 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" |
10 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" | 10 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" |
11 | 11 | ||
12 | PR = "r14" | 12 | PR = "r0" |
13 | 13 | ||
14 | inherit gnomebase gtk-doc | 14 | inherit gnomebase gtk-doc |
15 | 15 | ||
16 | SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ | 16 | SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ |
17 | file://obsolete_automake_macros.patch \ | ||
18 | file://remove_plus_from_invalid_characters_list.patch \ | 17 | file://remove_plus_from_invalid_characters_list.patch \ |
19 | " | 18 | " |
20 | 19 | ||
21 | S = "${WORKDIR}/GConf-${PV}" | 20 | SRC_URI[archive.md5sum] = "2b16996d0e4b112856ee5c59130e822c" |
21 | SRC_URI[archive.sha256sum] = "1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c" | ||
22 | 22 | ||
23 | SRC_URI[archive.md5sum] = "1b803eb4f8576c572d072692cf40c9d8" | 23 | S = "${WORKDIR}/GConf-${PV}" |
24 | SRC_URI[archive.sha256sum] = "4ddea9503a212ee126c5b46a0a958fd5484574c3cb6ef2baf38db02e819e58c6" | ||
25 | 24 | ||
26 | POLKIT_OECONF = "--enable-defaults-service" | 25 | POLKIT_OECONF = "--enable-defaults-service" |
27 | POLKIT_OECONF_class-native = "--disable-defaults-service" | 26 | POLKIT_OECONF_class-native = "--disable-defaults-service" |