* [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
@ 2013-04-09 14:21 Marco Cavallini
2013-04-09 14:26 ` Burton, Ross
0 siblings, 1 reply; 14+ messages in thread
From: Marco Cavallini @ 2013-04-09 14:21 UTC (permalink / raw)
To: openembedded-core; +Cc: Marco Cavallini
* Recipe taken from oe-classic
* Required by xinput-calibrator
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
---
meta/recipes-graphics/xorg-app/xterm_277.bb | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 meta/recipes-graphics/xorg-app/xterm_277.bb
diff --git a/meta/recipes-graphics/xorg-app/xterm_277.bb b/meta/recipes-graphics/xorg-app/xterm_277.bb
new file mode 100644
index 0000000..18abe35
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xterm_277.bb
@@ -0,0 +1,23 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+DESCRIPTION = "xterm is the standard terminal emulator for the X Window System."
+DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
+
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=33;md5=71d7532e485b8d325906bd751617e2a4"
+
+SRC_URI = "ftp://invisible-island.net/xterm/${PN}-${PV}.tgz"
+SRC_URI[md5sum] = "c0de5c2f7b3a50244c5cdd53dcab1de5"
+SRC_URI[sha256sum] = "6cd38606e4179a874220f33dfd41063f93cd1c717aa26c742beb7adea3c1471e"
+
+EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
+ --x-libraries=${STAGING_LIBDIR} \
+ FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
+ --disable-imake \
+ --disable-setuid"
+
+do_configure() {
+ gnu-configize --force
+ sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
+ oe_runconf
+}
+
+FILES_${PN} += " /usr/lib/X11"
--
1.8.2.1
^ permalink raw reply related [flat|nested] 14+ messages in thread* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-09 14:21 [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm Marco Cavallini
@ 2013-04-09 14:26 ` Burton, Ross
2013-04-09 17:46 ` Martin Jansa
0 siblings, 1 reply; 14+ messages in thread
From: Burton, Ross @ 2013-04-09 14:26 UTC (permalink / raw)
To: Marco Cavallini; +Cc: Marco Cavallini, openembedded-core
On 9 April 2013 15:21, Marco Cavallini <koansoftware@gmail.com> wrote:
> * Recipe taken from oe-classic
> * Required by xinput-calibrator
oe-core already ships not one but two terminal emulators, let's not
add another one. Can we make this configurable in the recipe somehow
and default to use matchbox-terminal (which is in the Sato images)?
Long-term, alternatives along the lines of Debian's
x-terminal-emulator is probably something we want. Then again I'm
still not entirely sure why this is even spawning a terminal in the
first place.
Ross
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-09 14:26 ` Burton, Ross
@ 2013-04-09 17:46 ` Martin Jansa
2013-04-09 18:01 ` Koen Kooi
0 siblings, 1 reply; 14+ messages in thread
From: Martin Jansa @ 2013-04-09 17:46 UTC (permalink / raw)
To: Burton, Ross; +Cc: openembedded-core, Marco Cavallini
[-- Attachment #1: Type: text/plain, Size: 906 bytes --]
On Tue, Apr 09, 2013 at 03:26:58PM +0100, Burton, Ross wrote:
> On 9 April 2013 15:21, Marco Cavallini <koansoftware@gmail.com> wrote:
> > * Recipe taken from oe-classic
> > * Required by xinput-calibrator
>
> oe-core already ships not one but two terminal emulators, let's not
> add another one. Can we make this configurable in the recipe somehow
> and default to use matchbox-terminal (which is in the Sato images)?
>
> Long-term, alternatives along the lines of Debian's
> x-terminal-emulator is probably something we want. Then again I'm
> still not entirely sure why this is even spawning a terminal in the
> first place.
u-a is not enough, we also need VIRTUAL-RUNTIME-x-terminal-emulator for
other recipes to RDEPENDS/RSUGGESTS/RRECOMMENDS on if they need some
terminal (and don't care which one will be used).
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-09 17:46 ` Martin Jansa
@ 2013-04-09 18:01 ` Koen Kooi
2013-04-09 19:06 ` Martin Jansa
0 siblings, 1 reply; 14+ messages in thread
From: Koen Kooi @ 2013-04-09 18:01 UTC (permalink / raw)
To: Martin Jansa; +Cc: Marco Cavallini, openembedded-core
Op 9 apr. 2013, om 19:46 heeft Martin Jansa <martin.jansa@gmail.com> het volgende geschreven:
> On Tue, Apr 09, 2013 at 03:26:58PM +0100, Burton, Ross wrote:
>> On 9 April 2013 15:21, Marco Cavallini <koansoftware@gmail.com> wrote:
>>> * Recipe taken from oe-classic
>>> * Required by xinput-calibrator
>>
>> oe-core already ships not one but two terminal emulators, let's not
>> add another one. Can we make this configurable in the recipe somehow
>> and default to use matchbox-terminal (which is in the Sato images)?
>>
>> Long-term, alternatives along the lines of Debian's
>> x-terminal-emulator is probably something we want. Then again I'm
>> still not entirely sure why this is even spawning a terminal in the
>> first place.
>
> u-a is not enough, we also need VIRTUAL-RUNTIME-x-terminal-emulator for
> other recipes to RDEPENDS/RSUGGESTS/RRECOMMENDS on if they need some
> terminal (and don't care which one will be used).
Isn't this what xdg-utils are for?
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-09 18:01 ` Koen Kooi
@ 2013-04-09 19:06 ` Martin Jansa
2013-04-10 5:44 ` Koen Kooi
0 siblings, 1 reply; 14+ messages in thread
From: Martin Jansa @ 2013-04-09 19:06 UTC (permalink / raw)
To: Koen Kooi; +Cc: Marco Cavallini, openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]
On Tue, Apr 09, 2013 at 08:01:21PM +0200, Koen Kooi wrote:
>
> Op 9 apr. 2013, om 19:46 heeft Martin Jansa <martin.jansa@gmail.com> het volgende geschreven:
>
> > On Tue, Apr 09, 2013 at 03:26:58PM +0100, Burton, Ross wrote:
> >> On 9 April 2013 15:21, Marco Cavallini <koansoftware@gmail.com> wrote:
> >>> * Recipe taken from oe-classic
> >>> * Required by xinput-calibrator
> >>
> >> oe-core already ships not one but two terminal emulators, let's not
> >> add another one. Can we make this configurable in the recipe somehow
> >> and default to use matchbox-terminal (which is in the Sato images)?
> >>
> >> Long-term, alternatives along the lines of Debian's
> >> x-terminal-emulator is probably something we want. Then again I'm
> >> still not entirely sure why this is even spawning a terminal in the
> >> first place.
> >
> > u-a is not enough, we also need VIRTUAL-RUNTIME-x-terminal-emulator for
> > other recipes to RDEPENDS/RSUGGESTS/RRECOMMENDS on if they need some
> > terminal (and don't care which one will be used).
>
> Isn't this what xdg-utils are for?
Maybe I'm missing something, but I don't see how xdg-utils will help
bitbake to find suitable runtime provider for "any-x-terminal-emulator".
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-09 19:06 ` Martin Jansa
@ 2013-04-10 5:44 ` Koen Kooi
2013-04-10 16:56 ` Trevor Woerner
0 siblings, 1 reply; 14+ messages in thread
From: Koen Kooi @ 2013-04-10 5:44 UTC (permalink / raw)
To: Martin Jansa; +Cc: Marco Cavallini, openembedded-core
Op 9 apr. 2013, om 21:06 heeft Martin Jansa <martin.jansa@gmail.com> het volgende geschreven:
> On Tue, Apr 09, 2013 at 08:01:21PM +0200, Koen Kooi wrote:
>>
>> Op 9 apr. 2013, om 19:46 heeft Martin Jansa <martin.jansa@gmail.com> het volgende geschreven:
>>
>>> On Tue, Apr 09, 2013 at 03:26:58PM +0100, Burton, Ross wrote:
>>>> On 9 April 2013 15:21, Marco Cavallini <koansoftware@gmail.com> wrote:
>>>>> * Recipe taken from oe-classic
>>>>> * Required by xinput-calibrator
>>>>
>>>> oe-core already ships not one but two terminal emulators, let's not
>>>> add another one. Can we make this configurable in the recipe somehow
>>>> and default to use matchbox-terminal (which is in the Sato images)?
>>>>
>>>> Long-term, alternatives along the lines of Debian's
>>>> x-terminal-emulator is probably something we want. Then again I'm
>>>> still not entirely sure why this is even spawning a terminal in the
>>>> first place.
>>>
>>> u-a is not enough, we also need VIRTUAL-RUNTIME-x-terminal-emulator for
>>> other recipes to RDEPENDS/RSUGGESTS/RRECOMMENDS on if they need some
>>> terminal (and don't care which one will be used).
>>
>> Isn't this what xdg-utils are for?
>
> Maybe I'm missing something, but I don't see how xdg-utils will help
> bitbake to find suitable runtime provider for "any-x-terminal-emulator".
Ah, I thought you were after runtime resolving of that, sorry.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-10 5:44 ` Koen Kooi
@ 2013-04-10 16:56 ` Trevor Woerner
2013-04-10 18:10 ` Marco
0 siblings, 1 reply; 14+ messages in thread
From: Trevor Woerner @ 2013-04-10 16:56 UTC (permalink / raw)
To: Koen Kooi
Cc: Marco Cavallini, Martin Jansa,
Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
This whole thread has me thoroughly confused. Isn't xterm_277.bb already
part of meta-openembedded?
$ find . -name "*xterm*" -print
./meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
And from what I can tell, it was added over a year ago by Koen:
$ git log meta-oe/recipes-graphics/xorg-app/xterm_277.bb
commit a38efd953c0bfef80fd6819c8339c1d1e79364b3
Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date: Thu Dec 13 10:35:26 2012 +0000
xterm: added gnu-configize for AArch64 support
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
commit 253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18
Author: Koen Kooi <koen@dominion.thruhere.net>
Date: Fri Jan 13 09:41:51 2012 +0100
xterm: update to 277
License checksum changed due to date changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
[-- Attachment #2: Type: text/html, Size: 1667 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-10 16:56 ` Trevor Woerner
@ 2013-04-10 18:10 ` Marco
2013-04-10 19:36 ` Martin Jansa
2013-04-10 22:44 ` Trevor Woerner
0 siblings, 2 replies; 14+ messages in thread
From: Marco @ 2013-04-10 18:10 UTC (permalink / raw)
Cc: Patches and discussions about the oe-core layer
Il 10/04/2013 18:56, Trevor Woerner ha scritto:
> This whole thread has me thoroughly confused. Isn't xterm_277.bb
> <http://xterm_277.bb> already part of meta-openembedded?
>
> $ find . -name "*xterm*" -print
> ./meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
> <http://xterm_277.bb>
>
> And from what I can tell, it was added over a year ago by Koen:
>
> $ git log meta-oe/recipes-graphics/xorg-app/xterm_277.bb
> <http://xterm_277.bb>
> commit a38efd953c0bfef80fd6819c8339c1d1e79364b3
> Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org
> <mailto:marcin.juszkiewicz@linaro.org>>
> Date: Thu Dec 13 10:35:26 2012 +0000
>
> xterm: added gnu-configize for AArch64 support
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org
> <mailto:marcin.juszkiewicz@linaro.org>>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com
> <mailto:Martin.Jansa@gmail.com>>
>
> commit 253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18
> Author: Koen Kooi <koen@dominion.thruhere.net
> <mailto:koen@dominion.thruhere.net>>
> Date: Fri Jan 13 09:41:51 2012 +0100
>
> xterm: update to 277
> License checksum changed due to date changes
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net
> <mailto:koen@dominion.thruhere.net>>
>
>
Yes, it is copied from meta-openembedded into oe-core
--
Marco
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-10 18:10 ` Marco
@ 2013-04-10 19:36 ` Martin Jansa
2013-04-10 19:43 ` Mark Hatle
2013-04-10 22:44 ` Trevor Woerner
1 sibling, 1 reply; 14+ messages in thread
From: Martin Jansa @ 2013-04-10 19:36 UTC (permalink / raw)
To: Marco; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1803 bytes --]
On Wed, Apr 10, 2013 at 08:10:11PM +0200, Marco wrote:
> Il 10/04/2013 18:56, Trevor Woerner ha scritto:
> > This whole thread has me thoroughly confused. Isn't xterm_277.bb
> > <http://xterm_277.bb> already part of meta-openembedded?
> >
> > $ find . -name "*xterm*" -print
> > ./meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
> > <http://xterm_277.bb>
> >
> > And from what I can tell, it was added over a year ago by Koen:
> >
> > $ git log meta-oe/recipes-graphics/xorg-app/xterm_277.bb
> > <http://xterm_277.bb>
> > commit a38efd953c0bfef80fd6819c8339c1d1e79364b3
> > Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org
> > <mailto:marcin.juszkiewicz@linaro.org>>
> > Date: Thu Dec 13 10:35:26 2012 +0000
> >
> > xterm: added gnu-configize for AArch64 support
> > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org
> > <mailto:marcin.juszkiewicz@linaro.org>>
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com
> > <mailto:Martin.Jansa@gmail.com>>
> >
> > commit 253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18
> > Author: Koen Kooi <koen@dominion.thruhere.net
> > <mailto:koen@dominion.thruhere.net>>
> > Date: Fri Jan 13 09:41:51 2012 +0100
> >
> > xterm: update to 277
> > License checksum changed due to date changes
> > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net
> > <mailto:koen@dominion.thruhere.net>>
> >
> >
>
> Yes, it is copied from meta-openembedded into oe-core
Then you should fix commit message too
* Recipe taken from oe-classic
In all recipes you sent to oe-core.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-10 19:36 ` Martin Jansa
@ 2013-04-10 19:43 ` Mark Hatle
2013-04-11 9:02 ` Marco
0 siblings, 1 reply; 14+ messages in thread
From: Mark Hatle @ 2013-04-10 19:43 UTC (permalink / raw)
To: openembedded-core
On 4/10/13 2:36 PM, Martin Jansa wrote:
> On Wed, Apr 10, 2013 at 08:10:11PM +0200, Marco wrote:
>> Il 10/04/2013 18:56, Trevor Woerner ha scritto:
>>> This whole thread has me thoroughly confused. Isn't xterm_277.bb
>>> <http://xterm_277.bb> already part of meta-openembedded?
>>>
>>> $ find . -name "*xterm*" -print
>>> ./meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
>>> <http://xterm_277.bb>
>>>
>>> And from what I can tell, it was added over a year ago by Koen:
>>>
>>> $ git log meta-oe/recipes-graphics/xorg-app/xterm_277.bb
>>> <http://xterm_277.bb>
>>> commit a38efd953c0bfef80fd6819c8339c1d1e79364b3
>>> Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org
>>> <mailto:marcin.juszkiewicz@linaro.org>>
>>> Date: Thu Dec 13 10:35:26 2012 +0000
>>>
>>> xterm: added gnu-configize for AArch64 support
>>> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org
>>> <mailto:marcin.juszkiewicz@linaro.org>>
>>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com
>>> <mailto:Martin.Jansa@gmail.com>>
>>>
>>> commit 253b1d7bc35c5a2a12dd6a7f2f0c034a34bfae18
>>> Author: Koen Kooi <koen@dominion.thruhere.net
>>> <mailto:koen@dominion.thruhere.net>>
>>> Date: Fri Jan 13 09:41:51 2012 +0100
>>>
>>> xterm: update to 277
>>> License checksum changed due to date changes
>>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net
>>> <mailto:koen@dominion.thruhere.net>>
>>>
>>>
>>
>> Yes, it is copied from meta-openembedded into oe-core
>
> Then you should fix commit message too
>
> * Recipe taken from oe-classic
>
> In all recipes you sent to oe-core.
See: http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
Specifically the Example: Importing fro Elsewhere Unmodified (and modified)
It's a good idea to list where it came from the commit.. that way if the
original location is ever changed, people can track what changes may need to be
merged in.
--Mark
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-10 18:10 ` Marco
2013-04-10 19:36 ` Martin Jansa
@ 2013-04-10 22:44 ` Trevor Woerner
2013-04-10 22:53 ` Denys Dmytriyenko
1 sibling, 1 reply; 14+ messages in thread
From: Trevor Woerner @ 2013-04-10 22:44 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, Apr 10, 2013 at 2:10 PM, Marco <koansoftware@gmail.com> wrote:
> Yes, it is copied from meta-openembedded into oe-core
I'm sorry, I thought the [meta-oe] in the subject line implied this
patch was destined for meta-openembedded, not coming from
meta-openembedded.
It seems rather confusing that both openembedded-core and
meta-openembedded use the same mailing list :-)
Is openembedded-core sometimes referred to as oe-classic? Or is that
something else?
Do poky and openembedded-core maintain their own meta-hob and
meta-skeleton components?
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-10 22:44 ` Trevor Woerner
@ 2013-04-10 22:53 ` Denys Dmytriyenko
2013-04-11 9:04 ` Marco
0 siblings, 1 reply; 14+ messages in thread
From: Denys Dmytriyenko @ 2013-04-10 22:53 UTC (permalink / raw)
To: Trevor Woerner; +Cc: Patches and discussions about the oe-core layer
On Wed, Apr 10, 2013 at 06:44:21PM -0400, Trevor Woerner wrote:
> On Wed, Apr 10, 2013 at 2:10 PM, Marco <koansoftware@gmail.com> wrote:
> > Yes, it is copied from meta-openembedded into oe-core
>
> I'm sorry, I thought the [meta-oe] in the subject line implied this
> patch was destined for meta-openembedded, not coming from
> meta-openembedded.
Agree.
> It seems rather confusing that both openembedded-core and
> meta-openembedded use the same mailing list :-)
They are not - meta-openembedded uses the old
openembedded-devel@lists.openembedded.org list from Classic OE days:
http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/README
> Is openembedded-core sometimes referred to as oe-classic? Or is that
> something else?
That's something else:
http://openembedded.org/wiki/OpenEmbedded-Core
> Do poky and openembedded-core maintain their own meta-hob and
> meta-skeleton components?
http://cgit.openembedded.org/openembedded-core/tree/
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/
--
Denys
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm
2013-04-10 22:53 ` Denys Dmytriyenko
@ 2013-04-11 9:04 ` Marco
0 siblings, 0 replies; 14+ messages in thread
From: Marco @ 2013-04-11 9:04 UTC (permalink / raw)
To: openembedded-core
Il 11/04/2013 00:53, Denys Dmytriyenko ha scritto:
> On Wed, Apr 10, 2013 at 06:44:21PM -0400, Trevor Woerner wrote:
>> On Wed, Apr 10, 2013 at 2:10 PM, Marco <koansoftware@gmail.com> wrote:
>>> Yes, it is copied from meta-openembedded into oe-core
>>
>> I'm sorry, I thought the [meta-oe] in the subject line implied this
>> patch was destined for meta-openembedded, not coming from
>> meta-openembedded.
>
> Agree.
>
[meta-oe] was my fauly, I already sent my apologies in IRC yesterday :-(
Sorry
--
Marco
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2013-04-11 9:22 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 14:21 [oe][meta-oe][PATCH 2/4] xterm: add latest version of xterm Marco Cavallini
2013-04-09 14:26 ` Burton, Ross
2013-04-09 17:46 ` Martin Jansa
2013-04-09 18:01 ` Koen Kooi
2013-04-09 19:06 ` Martin Jansa
2013-04-10 5:44 ` Koen Kooi
2013-04-10 16:56 ` Trevor Woerner
2013-04-10 18:10 ` Marco
2013-04-10 19:36 ` Martin Jansa
2013-04-10 19:43 ` Mark Hatle
2013-04-11 9:02 ` Marco
2013-04-10 22:44 ` Trevor Woerner
2013-04-10 22:53 ` Denys Dmytriyenko
2013-04-11 9:04 ` Marco
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox