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 | openembedded-core-contrib-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 0228798bc9a..a421b688c54 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 |