summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg-2.32.0/doc_Makefile.patch17
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.32.0.bb (renamed from meta/recipes-gnome/librsvg/librsvg_2.26.3.bb)2
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg-2.32.0/doc_Makefile.patch b/meta/recipes-gnome/librsvg/librsvg-2.32.0/doc_Makefile.patch
new file mode 100644
index 0000000000..217573bd27
--- /dev/null
+++ b/meta/recipes-gnome/librsvg/librsvg-2.32.0/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
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.26.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
index 41e23b1d7d..0228798bc9 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.26.3.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
@@ -10,6 +10,8 @@ SECTION = "x11/utils"
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
PR = "r0"
+SRC_URI += "file://doc_Makefile.patch"
+
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
inherit autotools pkgconfig gnome