summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-12-21 15:10:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-31 09:43:23 +0000
commit645ccbb0b76a28456375689e1ac3de0734720894 (patch)
tree22d1c12124aa1f983a222af72810d6beda136d35 /meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch
parent996be05cdcaf05ff83b7db7718fb4012afe794e9 (diff)
downloadpoky-645ccbb0b76a28456375689e1ac3de0734720894.tar.gz
metacity: upgrade to 2.34.13
crosscompile.patch: removed - schema_bindings binary not generated anymore remove-yelp-help-rules-var.patch: added - YELP_HELP_RULES var is not used [Other changes] - the 2.34.13 version requires the gsettings-desktop-schemas (add it to DEPENDS) (From OE-Core rev: 3c6262dd270a7c2f709c84335501b345f2b47d38) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch')
-rw-r--r--meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch b/meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch
new file mode 100644
index 0000000000..1970e9afb1
--- /dev/null
+++ b/meta/recipes-gnome/gnome/metacity/remove-yelp-help-rules-var.patch
@@ -0,0 +1,28 @@
1Remove unused variable (YELP_HELP_RULES)
2
3Upstream-Status: Pending
4Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
5
6Index: metacity-2.34.13/doc/creating_themes/Makefile.am
7===================================================================
8--- metacity-2.34.13.orig/doc/creating_themes/Makefile.am
9+++ metacity-2.34.13/doc/creating_themes/Makefile.am
10@@ -1,6 +1,5 @@
11 ### This part of Makefile.am can be customized by you.
12
13-@YELP_HELP_RULES@
14
15 # The name of the directory in /usr/share/gnome/help/,
16 # and the name of the main .xml file:
17Index: metacity-2.34.13/doc/creating_themes/Makefile.in
18===================================================================
19--- metacity-2.34.13.orig/doc/creating_themes/Makefile.in
20+++ metacity-2.34.13/doc/creating_themes/Makefile.in
21@@ -455,7 +455,6 @@ uninstall-am:
22 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
23
24
25-@YELP_HELP_RULES@
26
27 # Tell versions [3.59,3.63) of GNU make to not export all variables.
28 # Otherwise a system limit (for SysV at least) may be exceeded.