diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-11-29 10:20:21 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-29 03:50:22 -0800 |
commit | 9e87cbdd1e1ea77c881cf5f3a9e10de39fe0a021 (patch) | |
tree | 6b7849975dee5284925a274d3da98379ee810f93 /meta/recipes-gnome/librsvg | |
parent | 108925753dede666cf17f9fa1ed2a94aff74c388 (diff) | |
download | poky-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.bb | 6 |
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 | ||
9 | SECTION = "x11/utils" | 9 | SECTION = "x11/utils" |
10 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" | 10 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" |
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI += "file://doc_Makefile.patch" | 13 | inherit autotools pkgconfig gnome |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" | 15 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
16 | 16 | ||
17 | inherit autotools pkgconfig gnome | 17 | SRC_URI += "file://doc_Makefile.patch" |
18 | 18 | ||
19 | do_configure_prepend () { | 19 | do_configure_prepend () { |
20 | echo "CLEANFILES=" > gtk-doc.make | 20 | echo "CLEANFILES=" > gtk-doc.make |