summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-11-19 17:02:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:03:33 +0000
commit852ba6c72f2555def6896fd768e1a4dea37606aa (patch)
tree143574e43e6df660e225d9c80ecf19c4f909b3c1 /meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
parentb60666e3a9a248a23a154fe14ad6569ff0a654e8 (diff)
downloadpoky-852ba6c72f2555def6896fd768e1a4dea37606aa.tar.gz
librsvg: upgrade to 2.40.0
Add local-m4.patch and install a local vapigen.m4 so that we can autoreconf without needing Vala installed. Refresh build dependencies removing stale recipes and adding libcroco as it's a mandatory dependency now. Explicitly disable Vala, with a patch from upstream until 2.40.1. The GTK+ 2 theme engine has been removed, delete all traces of it. Add a patch to make GTK+ use deterministic, and a disabled PACKAGECONFIG for it. Enable parallel make, as some testing shows that it works fine. Drop librsvg-CVE-2011-3146, merged upstream. Drop doc_Makefile.patch, our gtk-doc.mk isn't buggy and this isn't needed anymore. Merge multiple -dev and -dbg packages into ${PN}-dev and -dbg, and remove the loader module .a and .la files as they are pointless. (From OE-Core rev: ee3e2e5ce15a3bf78c7e9d76d7bf68131f2d3ef7) Signed-off-by: Ross Burton <ross.burton@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/librsvg/librsvg-2.32.1/doc_Makefile.patch')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch b/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
deleted file mode 100644
index 860d7a984e..0000000000
--- a/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Automake complains about using += before setting with =
4
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6
7Index: librsvg-2.32.0/doc/Makefile.am
8===================================================================
9--- librsvg-2.32.0.orig/doc/Makefile.am 2010-11-24 13:13:28.000000000 -0800
10+++ librsvg-2.32.0/doc/Makefile.am 2010-11-24 13:13:46.161312119 -0800
11@@ -133,7 +133,7 @@
12
13 # Other files to distribute
14 # e.g. EXTRA_DIST += version.xml.in
15-EXTRA_DIST += \
16+EXTRA_DIST = \
17 version.xml.in
18
19 # Files not to distribute