* [PATCH] atk: inherit gnomebase
@ 2013-06-14 15:40 Ross Burton
2013-06-14 15:50 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2013-06-14 15:40 UTC (permalink / raw)
To: openembedded-core
This recipe was missing a dependency on gnome-common, so lets just inherit
gnomebase and get both it and GNOME SRC_URI handling for free.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
meta/recipes-support/atk/atk_2.8.0.bb | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-support/atk/atk_2.8.0.bb b/meta/recipes-support/atk/atk_2.8.0.bb
index a190c0a..cfe2f58 100644
--- a/meta/recipes-support/atk/atk_2.8.0.bb
+++ b/meta/recipes-support/atk/atk_2.8.0.bb
@@ -10,11 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
DEPENDS = "glib-2.0"
-inherit autotools gtk-doc pkgconfig
+inherit gnome gtk-doc
-MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
+GNOME_COMPRESS_TYPE = "xz"
-SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02"
SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] atk: inherit gnomebase
2013-06-14 15:40 [PATCH] atk: inherit gnomebase Ross Burton
@ 2013-06-14 15:50 ` Richard Purdie
2013-06-14 16:42 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2013-06-14 15:50 UTC (permalink / raw)
To: Ross Burton; +Cc: openembedded-core
On Fri, 2013-06-14 at 16:40 +0100, Ross Burton wrote:
> This recipe was missing a dependency on gnome-common, so lets just inherit
> gnomebase and get both it and GNOME SRC_URI handling for free.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> meta/recipes-support/atk/atk_2.8.0.bb | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-support/atk/atk_2.8.0.bb b/meta/recipes-support/atk/atk_2.8.0.bb
> index a190c0a..cfe2f58 100644
> --- a/meta/recipes-support/atk/atk_2.8.0.bb
> +++ b/meta/recipes-support/atk/atk_2.8.0.bb
> @@ -10,11 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
>
> DEPENDS = "glib-2.0"
>
> -inherit autotools gtk-doc pkgconfig
> +inherit gnome gtk-doc
The above and the commit message don't match (gnome verses gnomebase) :/
Cheers,
Richard
> -MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
> +GNOME_COMPRESS_TYPE = "xz"
>
> -SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
> SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02"
> SRC_URI[sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] atk: inherit gnomebase
2013-06-14 15:50 ` Richard Purdie
@ 2013-06-14 16:42 ` Burton, Ross
0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-06-14 16:42 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 1415 bytes --]
Gnar, sorry. I retract this, I inherited the wrong class.
Ross
On Friday, 14 June 2013, Richard Purdie wrote:
> On Fri, 2013-06-14 at 16:40 +0100, Ross Burton wrote:
> > This recipe was missing a dependency on gnome-common, so lets just
> inherit
> > gnomebase and get both it and GNOME SRC_URI handling for free.
> >
> > Signed-off-by: Ross Burton <ross.burton@intel.com <javascript:;>>
> > ---
> > meta/recipes-support/atk/atk_2.8.0.bb | 5 ++---
> > 1 file changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta/recipes-support/atk/atk_2.8.0.bbb/meta/recipes-support/atk/
> atk_2.8.0.bb
> > index a190c0a..cfe2f58 100644
> > --- a/meta/recipes-support/atk/atk_2.8.0.bb
> > +++ b/meta/recipes-support/atk/atk_2.8.0.bb
> > @@ -10,11 +10,10 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> >
> > DEPENDS = "glib-2.0"
> >
> > -inherit autotools gtk-doc pkgconfig
> > +inherit gnome gtk-doc
>
> The above and the commit message don't match (gnome verses gnomebase) :/
>
> Cheers,
>
> Richard
>
> > -MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
> > +GNOME_COMPRESS_TYPE = "xz"
> >
> > -SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
> > SRC_URI[md5sum] = "c652bd25530825d604dae1c1ebd2da02"
> > SRC_URI[sha256sum] =
> "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
> >
>
>
>
[-- Attachment #2: Type: text/html, Size: 2133 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-14 16:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 15:40 [PATCH] atk: inherit gnomebase Ross Burton
2013-06-14 15:50 ` Richard Purdie
2013-06-14 16:42 ` Burton, Ross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox