From 9e87cbdd1e1ea77c881cf5f3a9e10de39fe0a021 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Mon, 29 Nov 2010 10:20:21 +0800 Subject: librsvg: append SRC_URI after inherit or else gnome.bbclass overrides SRC_URI and the patch is not applied at all. Signed-off-by: Kevin Tian --- meta/recipes-gnome/librsvg/librsvg_2.32.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-gnome/librsvg') diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb index 0228798bc9..a421b688c5 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb @@ -8,13 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ SECTION = "x11/utils" DEPENDS = "gtk+ libcroco cairo libxml2 popt" -PR = "r0" +PR = "r1" -SRC_URI += "file://doc_Makefile.patch" +inherit autotools pkgconfig gnome EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" -inherit autotools pkgconfig gnome +SRC_URI += "file://doc_Makefile.patch" do_configure_prepend () { echo "CLEANFILES=" > gtk-doc.make -- cgit v1.2.3-54-g00ecf