From: Ross Burton Date: Thu, 13 Sep 2012 10:04:29 +0000 (+0100) Subject: librsvg: --disable-gnome-vfs doesn't exist anymore, remove X-Git-Tag: yocto-4.0~35522 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a71050fdd0b1489c29df82b3e9b2a6da560523b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git librsvg: --disable-gnome-vfs doesn't exist anymore, remove Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 6eba68681ba..364f6f2122b 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb @@ -11,11 +11,11 @@ DEPENDS = "gtk+ libcroco cairo libxml2 popt" DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" BBCLASSEXTEND = "native" -PR = "r7" +PR = "r8" inherit autotools pkgconfig gnome gtk-doc -EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" +EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco" SRC_URI += "file://doc_Makefile.patch"