From: Kevin Tian <kevin.tian@intel.com>
To: poky@pokylinux.org
Subject: [PATCH 1/4] librsvg: append SRC_URI after inherit
Date: Mon, 29 Nov 2010 10:20:21 +0800 [thread overview]
Message-ID: <0d30dc$ka7cou@orsmga001.jf.intel.com> (raw)
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 | 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 0228798..a421b68 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
--
1.6.0.4
next reply other threads:[~2010-11-29 2:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 2:20 Kevin Tian [this message]
2010-12-02 18:22 ` [PATCH 1/4] librsvg: append SRC_URI after inherit Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='0d30dc$ka7cou@orsmga001.jf.intel.com' \
--to=kevin.tian@intel.com \
--cc=poky@pokylinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.