* [meta-oe][PATCH] exo: Add intltool-native as native dependency
@ 2014-03-26 21:27 Adam YH Lee
2014-03-26 21:35 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Adam YH Lee @ 2014-03-26 21:27 UTC (permalink / raw)
To: openembedded-devel
exo-native fails to build due to more strict dependency checking
introduced in autotools.bbclass. intltool-native should be explicitly
defined as a dependency.
Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
---
meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
index 09aacc3..3eb03bc 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
@@ -3,8 +3,8 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
-DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
-PR = "r4"
+DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
+PR = "r5"
inherit xfce pythonnative perlnative
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] exo: Add intltool-native as native dependency
2014-03-26 21:27 [meta-oe][PATCH] exo: Add intltool-native as native dependency Adam YH Lee
@ 2014-03-26 21:35 ` Martin Jansa
2014-03-26 21:45 ` Adam Lee
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-03-26 21:35 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]
On Wed, Mar 26, 2014 at 02:27:34PM -0700, Adam YH Lee wrote:
> exo-native fails to build due to more strict dependency checking
> introduced in autotools.bbclass. intltool-native should be explicitly
> defined as a dependency.
>
> Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
> ---
> meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> index 09aacc3..3eb03bc 100644
> --- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> +++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> @@ -3,8 +3,8 @@ SECTION = "x11"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
> -DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
> -PR = "r4"
> +DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
> +PR = "r5"
We don't do PR bumps anymore, I'll remove that when cherry-picking to
master-next.
> inherit xfce pythonnative perlnative
>
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] exo: Add intltool-native as native dependency
2014-03-26 21:35 ` Martin Jansa
@ 2014-03-26 21:45 ` Adam Lee
0 siblings, 0 replies; 3+ messages in thread
From: Adam Lee @ 2014-03-26 21:45 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Cool, thanks JaMA
Adam
On Wed, Mar 26, 2014 at 2:35 PM, Martin Jansa <martin.jansa@gmail.com>wrote:
> On Wed, Mar 26, 2014 at 02:27:34PM -0700, Adam YH Lee wrote:
> > exo-native fails to build due to more strict dependency checking
> > introduced in autotools.bbclass. intltool-native should be explicitly
> > defined as a dependency.
> >
> > Signed-off-by: Adam YH Lee <adam.yh.lee@gmail.com>
> > ---
> > meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bbb/meta-xfce/recipes-xfce/exo/
> exo_0.10.2.bb
> > index 09aacc3..3eb03bc 100644
> > --- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> > +++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> > @@ -3,8 +3,8 @@ SECTION = "x11"
> > LICENSE = "GPLv2"
> > LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> > DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11
> liburi-perl-native cairo"
> > -DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native"
> > -PR = "r4"
> > +DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native
> intltool-native"
> > +PR = "r5"
>
> We don't do PR bumps anymore, I'll remove that when cherry-picking to
> master-next.
>
> > inherit xfce pythonnative perlnative
> >
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-26 21:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26 21:27 [meta-oe][PATCH] exo: Add intltool-native as native dependency Adam YH Lee
2014-03-26 21:35 ` Martin Jansa
2014-03-26 21:45 ` Adam Lee
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.