]> code.ossystems Code Review - openembedded-core.git/commitdiff
librsvg: append SRC_URI after inherit
authorKevin Tian <kevin.tian@intel.com>
Mon, 29 Nov 2010 02:20:21 +0000 (10:20 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 29 Nov 2010 11:50:22 +0000 (03:50 -0800)
or else gnome.bbclass overrides SRC_URI and the patch is not applied at all.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/recipes-gnome/librsvg/librsvg_2.32.0.bb

index 0228798bc9ab1d1798d209bb693f1b5db7002ce7..a421b688c54f528257dc9cf0ae8f8790f261951f 100644 (file)
@@ -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