diff options
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg-2.32.0/doc_Makefile.patch | 17 | ||||
-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 @@ | |||
1 | Automake complains about using += before setting with = | ||
2 | |||
3 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
4 | |||
5 | Index: librsvg-2.32.0/doc/Makefile.am | ||
6 | =================================================================== | ||
7 | --- librsvg-2.32.0.orig/doc/Makefile.am 2010-11-24 13:13:28.000000000 -0800 | ||
8 | +++ librsvg-2.32.0/doc/Makefile.am 2010-11-24 13:13:46.161312119 -0800 | ||
9 | @@ -133,7 +133,7 @@ | ||
10 | |||
11 | # Other files to distribute | ||
12 | # e.g. EXTRA_DIST += version.xml.in | ||
13 | -EXTRA_DIST += \ | ||
14 | +EXTRA_DIST = \ | ||
15 | version.xml.in | ||
16 | |||
17 | # 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" | |||
10 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" | 10 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" |
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI += "file://doc_Makefile.patch" | ||
14 | |||
13 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" | 15 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
14 | 16 | ||
15 | inherit autotools pkgconfig gnome | 17 | inherit autotools pkgconfig gnome |