* [PATCH] wxwidgets: added libxinerama to DEPENDS
@ 2010-12-05 16:02 Matt Thompson
2010-12-05 16:13 ` Eric Bénard
0 siblings, 1 reply; 4+ messages in thread
From: Matt Thompson @ 2010-12-05 16:02 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Matt Thompson <matthewbot@gmail.com>
---
recipes/wxwidgets/wxwidgets.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/wxwidgets/wxwidgets.inc b/recipes/wxwidgets/wxwidgets.inc
index 2fb2bef..4c4f77f 100644
--- a/recipes/wxwidgets/wxwidgets.inc
+++ b/recipes/wxwidgets/wxwidgets.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "wxWidgets is a cross platform application framework utilizing nat
HOMEPAGE = "http://www.wxwidgets.org"
SECTION = "x11/libs"
LICENSE = "wxWindows"
-DEPENDS = "gtk+ jpeg tiff libpng zlib expat"
+DEPENDS = "gtk+ jpeg tiff libpng zlib expat libxinerama"
SRC_URI = "${SOURCEFORGE_MIRROR}/wxwindows/wxWidgets-${PV}.tar.bz2"
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] wxwidgets: added libxinerama to DEPENDS
2010-12-05 16:02 [PATCH] wxwidgets: added libxinerama to DEPENDS Matt Thompson
@ 2010-12-05 16:13 ` Eric Bénard
2010-12-05 20:12 ` Matthew Thompson
0 siblings, 1 reply; 4+ messages in thread
From: Eric Bénard @ 2010-12-05 16:13 UTC (permalink / raw)
To: openembedded-devel
Hi,
On 05/12/2010 17:02, Matt Thompson wrote:
> Signed-off-by: Matt Thompson<matthewbot@gmail.com>
> ---
> recipes/wxwidgets/wxwidgets.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/wxwidgets/wxwidgets.inc b/recipes/wxwidgets/wxwidgets.inc
> index 2fb2bef..4c4f77f 100644
> --- a/recipes/wxwidgets/wxwidgets.inc
> +++ b/recipes/wxwidgets/wxwidgets.inc
> @@ -2,7 +2,7 @@ DESCRIPTION = "wxWidgets is a cross platform application framework utilizing nat
> HOMEPAGE = "http://www.wxwidgets.org"
> SECTION = "x11/libs"
> LICENSE = "wxWindows"
> -DEPENDS = "gtk+ jpeg tiff libpng zlib expat"
> +DEPENDS = "gtk+ jpeg tiff libpng zlib expat libxinerama"
>
maybe this is obvious for wxwidgets'users but can you please add a comment
detailing why this is needed ?
Thanks,
Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] wxwidgets: added libxinerama to DEPENDS
2010-12-05 16:13 ` Eric Bénard
@ 2010-12-05 20:12 ` Matthew Thompson
2010-12-05 21:32 ` Graham Gower
0 siblings, 1 reply; 4+ messages in thread
From: Matthew Thompson @ 2010-12-05 20:12 UTC (permalink / raw)
To: openembedded-devel
On Sun, 2010-12-05 at 17:13 +0100, Eric Bénard wrote:
> Hi,
>
> On 05/12/2010 17:02, Matt Thompson wrote:
> > Signed-off-by: Matt Thompson<matthewbot@gmail.com>
> > ---
> > recipes/wxwidgets/wxwidgets.inc | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/recipes/wxwidgets/wxwidgets.inc b/recipes/wxwidgets/wxwidgets.inc
> > index 2fb2bef..4c4f77f 100644
> > --- a/recipes/wxwidgets/wxwidgets.inc
> > +++ b/recipes/wxwidgets/wxwidgets.inc
> > @@ -2,7 +2,7 @@ DESCRIPTION = "wxWidgets is a cross platform application framework utilizing nat
> > HOMEPAGE = "http://www.wxwidgets.org"
> > SECTION = "x11/libs"
> > LICENSE = "wxWindows"
> > -DEPENDS = "gtk+ jpeg tiff libpng zlib expat"
> > +DEPENDS = "gtk+ jpeg tiff libpng zlib expat libxinerama"
> >
> maybe this is obvious for wxwidgets'users but can you please add a comment
> detailing why this is needed ?
>
> Thanks,
> Eric
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
I'm not entirely sure myself, but under the recipes fails to build
wxwidgets without libxinerama on my box at least.
I'm using the overo-oe branch of openembedded, but it appears as though
they haven't made any changes to this recipe, so I sent the patch here.
I'm also using their configuration files if that matters.
This is my first time sending a patch via a mailing list, so should I
amend my commit with an additional line in the commit message to the
effect of "wxwidgets depends on libxinerama, which was missing from the
recipe" and then perform git send-email again as detailed in the wiki?
Is there some additional step to mark it as a revision to this patch?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] wxwidgets: added libxinerama to DEPENDS
2010-12-05 20:12 ` Matthew Thompson
@ 2010-12-05 21:32 ` Graham Gower
0 siblings, 0 replies; 4+ messages in thread
From: Graham Gower @ 2010-12-05 21:32 UTC (permalink / raw)
To: openembedded-devel
On 6 December 2010 06:42, Matthew Thompson <matthewbot@gmail.com> wrote:
> On Sun, 2010-12-05 at 17:13 +0100, Eric Bénard wrote:
>> Hi,
>>
>> On 05/12/2010 17:02, Matt Thompson wrote:
>> > Signed-off-by: Matt Thompson<matthewbot@gmail.com>
>> > ---
>> > recipes/wxwidgets/wxwidgets.inc | 2 +-
>> > 1 files changed, 1 insertions(+), 1 deletions(-)
>> >
>> > diff --git a/recipes/wxwidgets/wxwidgets.inc b/recipes/wxwidgets/wxwidgets.inc
>> > index 2fb2bef..4c4f77f 100644
>> > --- a/recipes/wxwidgets/wxwidgets.inc
>> > +++ b/recipes/wxwidgets/wxwidgets.inc
>> > @@ -2,7 +2,7 @@ DESCRIPTION = "wxWidgets is a cross platform application framework utilizing nat
>> > HOMEPAGE = "http://www.wxwidgets.org"
>> > SECTION = "x11/libs"
>> > LICENSE = "wxWindows"
>> > -DEPENDS = "gtk+ jpeg tiff libpng zlib expat"
>> > +DEPENDS = "gtk+ jpeg tiff libpng zlib expat libxinerama"
>> >
>> maybe this is obvious for wxwidgets'users but can you please add a comment
>> detailing why this is needed ?
>>
>> Thanks,
>> Eric
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> I'm not entirely sure myself, but under the recipes fails to build
> wxwidgets without libxinerama on my box at least.
>
> I'm using the overo-oe branch of openembedded, but it appears as though
> they haven't made any changes to this recipe, so I sent the patch here.
> I'm also using their configuration files if that matters.
>
> This is my first time sending a patch via a mailing list, so should I
> amend my commit with an additional line in the commit message to the
> effect of "wxwidgets depends on libxinerama, which was missing from the
> recipe" and then perform git send-email again as detailed in the wiki?
> Is there some additional step to mark it as a revision to this patch?
If you include a snippet of the failure message then anyone else
encountering the problem will find your patch in the archives (which
is useful even after it gets applied).
-Graham
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-05 21:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-05 16:02 [PATCH] wxwidgets: added libxinerama to DEPENDS Matt Thompson
2010-12-05 16:13 ` Eric Bénard
2010-12-05 20:12 ` Matthew Thompson
2010-12-05 21:32 ` Graham Gower
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.