From: Saul Wold Date: Wed, 24 Nov 2010 20:21:31 +0000 (-0800) Subject: librsvg: Update to version 2.32.0 X-Git-Tag: 2011-1~3814 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4127ac1ba230699b2f4a6be45db87fb46cf9a2d9;p=openembedded-core.git librsvg: Update to version 2.32.0 Add doc/Makefile patch Signed-off-by: Saul Wold --- 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 + +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 similarity index 97% rename from meta/recipes-gnome/librsvg/librsvg_2.26.3.bb rename to 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