aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg/librsvg-2.32.1
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-01-05 20:18:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-06 10:06:28 +0000
commitf11bcc10aedaf96e3f7cf7b0fd295fb45f9a568d (patch)
tree4b43eed1bc1b4fa1ac7cf641c149f3dc53a7d8c9 /meta/recipes-gnome/librsvg/librsvg-2.32.1
parenta86c5dea1920e259a2272149d5dbea092aa593f0 (diff)
downloadopenembedded-core-f11bcc10aedaf96e3f7cf7b0fd295fb45f9a568d.tar.gz
librsvg: upgrade from 2.32.0 to 2.32.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-gnome/librsvg/librsvg-2.32.1')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 0000000000..217573bd27
--- /dev/null
+++ b/meta/recipes-gnome/librsvg/librsvg-2.32.1/doc_Makefile.patch
@@ -0,0 +1,17 @@
+Automake complains about using += before setting with =
+
+Signed-off-by: Saul Wold <sgw@linux.intel.com>
+
+Index: librsvg-2.32.0/doc/Makefile.am
+===================================================================
+--- librsvg-2.32.0.orig/doc/Makefile.am 2010-11-24 13:13:28.000000000 -0800
++++ librsvg-2.32.0/doc/Makefile.am 2010-11-24 13:13:46.161312119 -0800
+@@ -133,7 +133,7 @@
+
+ # Other files to distribute
+ # e.g. EXTRA_DIST += version.xml.in
+-EXTRA_DIST += \
++EXTRA_DIST = \
+ version.xml.in
+
+ # Files not to distribute