* [PATCH 1/4] librsvg: append SRC_URI after inherit
@ 2010-11-29 2:20 Kevin Tian
2010-12-02 18:22 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Tian @ 2010-11-29 2:20 UTC (permalink / raw)
To: poky
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/4] librsvg: append SRC_URI after inherit
2010-11-29 2:20 [PATCH 1/4] librsvg: append SRC_URI after inherit Kevin Tian
@ 2010-12-02 18:22 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2010-12-02 18:22 UTC (permalink / raw)
To: Kevin Tian; +Cc: poky@pokylinux.org
On 11/28/2010 06:20 PM, Kevin Tian wrote:
> 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
Pulled into Master
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-02 18:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 2:20 [PATCH 1/4] librsvg: append SRC_URI after inherit Kevin Tian
2010-12-02 18:22 ` Saul Wold
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.