summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-11-29 10:20:21 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-29 03:50:22 -0800
commit9e87cbdd1e1ea77c881cf5f3a9e10de39fe0a021 (patch)
tree6b7849975dee5284925a274d3da98379ee810f93 /meta/recipes-gnome/librsvg
parent108925753dede666cf17f9fa1ed2a94aff74c388 (diff)
downloadpoky-9e87cbdd1e1ea77c881cf5f3a9e10de39fe0a021.tar.gz
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 <kevin.tian@intel.com>
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.32.0.bb6
1 files changed, 3 insertions, 3 deletions
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 \
8 8
9SECTION = "x11/utils" 9SECTION = "x11/utils"
10DEPENDS = "gtk+ libcroco cairo libxml2 popt" 10DEPENDS = "gtk+ libcroco cairo libxml2 popt"
11PR = "r0" 11PR = "r1"
12 12
13SRC_URI += "file://doc_Makefile.patch" 13inherit autotools pkgconfig gnome
14 14
15EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" 15EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
16 16
17inherit autotools pkgconfig gnome 17SRC_URI += "file://doc_Makefile.patch"
18 18
19do_configure_prepend () { 19do_configure_prepend () {
20 echo "CLEANFILES=" > gtk-doc.make 20 echo "CLEANFILES=" > gtk-doc.make