<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded">
    <title>gmane.comp.handhelds.openembedded</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58297"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58296"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58294"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58293"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58290"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58283"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58282"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58281"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58280"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58279"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58275"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58297">
    <title>Re: [oe] [OE-core] OE TSC Minutes 7 May 2013</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58297</link>
    <description>&lt;pre&gt;There are three issues I would like to comment on:

1. systemd migration:

From what I see the only major step left over is to bury meta-systemd.
The only appends found there are those for oe-core. I asked for this
long time ago [1] and support was offered but...

2. indention:
Reading between the lines there is some unhappiness on meta-oe using
four spaces for shell and python code. I personally agree with Martin
here because I have not seen a technical reason for shell requiring
tabs so far. To me this looks like a style decision which increases
the burden to submit for low-skilled people like me. Could somebody
please enlighten me: For what technical reason do we need tabs in
shell code?

3. xserver-nodm-init oe-core vs. meta-oe
This is a long lasting issue and Martin commented on why there is a
different approach in meta-oe [2]. One blocker for progress is xinput
calibrator rework. Short story: I have a solution working here which
is capable of starting calibrator by udev/systemd and can be invoked
by an&lt;/pre&gt;</description>
    <dc:creator>Andreas Müller</dc:creator>
    <dc:date>2013-05-22T08:31:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58296">
    <title>[oe] [meta-handheld][PATCH] ezxd: Add LIC_FILES_CHKSUM to recipeand -fPIC to CFLAGS</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58296</link>
    <description>&lt;pre&gt;This recipe has been failing to build. With this patch
it now builds. build tested for beaglebone

Signed-off-by: Khem Raj &amp;lt;raj.khem&amp;lt; at &amp;gt;gmail.com&amp;gt;
CC: Paul Eggleton &amp;lt;paul.eggleton&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 recipes-bsp/ezx/ezxd_svn.bb |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/ezx/ezxd_svn.bb b/recipes-bsp/ezx/ezxd_svn.bb
index 6dbcd0f..7b69454 100644
--- a/recipes-bsp/ezx/ezxd_svn.bb
+++ b/recipes-bsp/ezx/ezxd_svn.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,12 +1,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 DESCRIPTION = "Open implementation of motorola's tapisrv, replaces opentapi"
-LICENSE = "GPLv2"
+LICENSE = "GPLv2+"
 SECTION = "devel"
 AUTHOR = "Daniel Ribeiro"
 
 SRCREV = "2513"
 PV = "0.0+svnr${SRCPV}"
 PR = "r4"
-
+LIC_FILES_CHKSUM = "file://plugin.c;endline=19;md5=16da36fbb577507b411368f133ce2067"
 SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;protocol=http \
            file://ezxd.init \
           "
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -18,9 +18,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; INITSCRIPT_PARAMS = "start 00 S ."
 
 S = "${WORKDIR}/${PN}"
 
-CFLAGS_append = " -DDEBUG " &lt;/pre&gt;</description>
    <dc:creator>Khem Raj</dc:creator>
    <dc:date>2013-05-22T02:16:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58294">
    <title>Re: [oe] world build on angstrom-next</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58294</link>
    <description>&lt;pre&gt;
My builds were with gcc-4.8 and I see chromium do_compile failing in my 
last build and the same in khem's log

http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-May/045634.html

| ../../third_party/webrtc/system_wrappers/interface/scoped_ptr.h: In
destructor 'webrtc::scoped_ptr&amp;lt;T&amp;gt;::~scoped_ptr()':
| ../../third_party/webrtc/system_wrappers/interface/scoped_ptr.h:55:18:
error: typedef 'type_must_be_complete' locally defined but not used
[-Werror=unused-local-typedefs]
|      typedef char type_must_be_complete[sizeof(T)];
|                   ^

&lt;/pre&gt;</description>
    <dc:creator>Martin Jansa</dc:creator>
    <dc:date>2013-05-21T21:04:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58293">
    <title>Re: [oe] world build on angstrom-next</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58293</link>
    <description>&lt;pre&gt;
On May 21, 2013, at 12:47 PM, Andreas Müller &amp;lt;schnitzeltony&amp;lt; at &amp;gt;googlemail.com&amp;gt; wrote:


yes gcc 4.8 and no local patches to chromium
&lt;/pre&gt;</description>
    <dc:creator>Khem Raj</dc:creator>
    <dc:date>2013-05-21T19:50:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58292">
    <title>Re: [oe] world build on angstrom-next</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58292</link>
    <description>&lt;pre&gt;I was also wondering of the passed chromium in the last logs you sent.
Was this build performed with gcc 4.8 - or was there an update fixing
builds with gcc 4.8 which I have missed?

Andreas
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel&amp;lt; at &amp;gt;lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
&lt;/pre&gt;</description>
    <dc:creator>Andreas Müller</dc:creator>
    <dc:date>2013-05-21T19:47:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58290">
    <title>Re: [oe] world build on angstrom-next</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58290</link>
    <description>&lt;pre&gt;
I plan to push it today anyway, I was just waiting for khem's reply
about .inc merge :).


current webkit-efl revision was failing near the end while linking, but
I wanted to upgrade it anyways (I was using old revision mostly because
we didn't have harfbuzz when I was upgrading it for last time), but
it's hard to find newer working revision and what's even worse is that
only test app for webkit-efl (I know of) is eve which is quite abandoned
in upstream and every webkit-efl upgrade in the past required couple of
fixes in eve to support new APIs :/.

Interestingly last revision I was building today r141868 fails in
different places for armv4t, armv5te+armv7a and qemux86-64 :).

&lt;/pre&gt;</description>
    <dc:creator>Martin Jansa</dc:creator>
    <dc:date>2013-05-21T19:32:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58289">
    <title>Re: [oe] world build on angstrom-next</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58289</link>
    <description>&lt;pre&gt;Few errors should be fixed by my last series not yet applied (gtkhtml2
/ evince - this is not a ping :)

For chromium I have fixed some (not yet all) errors which came up with
gcc 4.8 update. Looking into webkit-efl error messages I think there
are similar issues (webkit). Hope to find the time to fix both next
week.

Hopefully an angel is blessing us with working arm-kernels then...

Andreas
&lt;/pre&gt;</description>
    <dc:creator>Andreas Müller</dc:creator>
    <dc:date>2013-05-21T19:20:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58288">
    <title>[oe] world build on angstrom-next</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58288</link>
    <description>&lt;pre&gt;Hi All

I have run world build on angstrom and here are results if anyone is interested and provide fixes.

http://sakrah.dontexist.org/files/eglibc.beaglebone.world.log

There are a lot of parsing errors especially from meta-opie

Thanks
-Khem
&lt;/pre&gt;</description>
    <dc:creator>Khem Raj</dc:creator>
    <dc:date>2013-05-21T18:16:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58287">
    <title>Re: [oe] [for-danny, for-dylan] Samba fix</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58287</link>
    <description>&lt;pre&gt;Hi Otavio,

Le Tue, 21 May 2013 00:02:42 -0300,
Otavio Salvador &amp;lt;otavio&amp;lt; at &amp;gt;ossystems.com.br&amp;gt; a écrit :
pushed to dylan-next, doesn't apply to danny.

Eric
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel&amp;lt; at &amp;gt;lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
&lt;/pre&gt;</description>
    <dc:creator>Eric Bénard</dc:creator>
    <dc:date>2013-05-21T17:18:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58286">
    <title>Re: [oe] Error message about multiple EGL / GLES providers</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58286</link>
    <description>&lt;pre&gt;
Good point. It would also discourage people from using compositing 
managers which render using desktop OpenGL, then wondering why the 3D 
effects are so awfully slow. Same goes for stuff like Enlightenment 
Evas, which uses by default the desktop GL backend instead of the GLES one.
&lt;/pre&gt;</description>
    <dc:creator>Carlos Rafael Giani</dc:creator>
    <dc:date>2013-05-21T16:57:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58285">
    <title>Re: [oe] Error message about multiple EGL / GLES providers</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58285</link>
    <description>&lt;pre&gt;


+1

&lt;/pre&gt;</description>
    <dc:creator>Otavio Salvador</dc:creator>
    <dc:date>2013-05-21T16:47:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58283">
    <title>Re: [oe] Error message about multiple EGL / GLES providers</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58283</link>
    <description>&lt;pre&gt;
You can change mesa's PACKAGECONFIG to not build egl and gles.
meta-intel does something like this because the EMGD/CDT drivers are
in the same boat.

However considering our software GL support in Mesa is currently
swrast (very very bad) and not llvmpipe (usable if you have enough
CPU, which we generally don't) you generally don't want to actually
have any OpenGL present at all.  Generally it's mesa-demos that pulls
in virtual/libgl, and in master this can be disabled.  This may be
worth a backport if someone wants to backport and test it.

Ross
&lt;/pre&gt;</description>
    <dc:creator>Burton, Ross</dc:creator>
    <dc:date>2013-05-21T15:22:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58282">
    <title>Re: [oe] [meta-oe++/master 03/11] glibmm: merge glibmm.inc into recipe - and stylize a bit</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58282</link>
    <description>&lt;pre&gt;On Tue, May 21, 2013 at 12:51 AM, Andreas Müller
&amp;lt;schnitzeltony&amp;lt; at &amp;gt;googlemail.com&amp;gt; wrote:

I think this case looks ok if its lone case. Although keeping .incs do
have advantages.

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel&amp;lt; at &amp;gt;lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
&lt;/pre&gt;</description>
    <dc:creator>Khem Raj</dc:creator>
    <dc:date>2013-05-21T14:30:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58281">
    <title>Re: [oe] LinuxTag 2013</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58281</link>
    <description>&lt;pre&gt;Florian,

Thanks for all your effort on behalf of the OpenEmbedded Project!

Philip

On 05/19/2013 08:22 AM, Florian Boor wrote:
&amp;gt; &lt;/pre&gt;</description>
    <dc:creator>Philip Balister</dc:creator>
    <dc:date>2013-05-21T12:39:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58280">
    <title>[oe] [meta-oe][PATCHv2] gnuradio : Update recipe to build on allmachines again.</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58280</link>
    <description>&lt;pre&gt;Also updated the git repo address after recent changes in hosting.

The recipe failed to build for machines without neon as a tune feature.
The cmake config options have been changed so that it configures properly
now.

Disable documentation to prevent build failures on some machines,

Tested on armv7a, x86, and x86-64.

Signed-off-by: Philip Balister &amp;lt;philip&amp;lt; at &amp;gt;balister.org&amp;gt;
---
 meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb         | 11 ++++-------
 ...hd-firmware_003.005.002.bb =&amp;gt; uhd-firmware_003.005.003.bb} |  0
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-connectivity/uhd/{uhd-firmware_003.005.002.bb =&amp;gt; uhd-firmware_003.005.003.bb} (100%)

diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
index edd4615..45f4c77 100644
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
+++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -70,7 +70,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; SRCREV = "5f69899e059e9bea58f92af61f70fc3f63&lt;/pre&gt;</description>
    <dc:creator>Philip Balister</dc:creator>
    <dc:date>2013-05-21T12:32:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58279">
    <title>Re: [oe] Error message about multiple EGL / GLES providers</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58279</link>
    <description>&lt;pre&gt;
This also crops up when building for raspberrypi with the
meta-raspberrypi layer. The errors I see in a `bitbake world` are
(with paths shortened):

ERROR: Multiple .bb files are due to be built which each provide
virtual/egl (.../openembedded-core/meta/recipes-graphics/mesa/mesa_9.0.2.bb
.../meta-raspberrypi/recipes-graphics/userland/userland_git.bb).
 This usually means one provides something the other doesn't and should.
ERROR: Multiple .bb files are due to be built which each provide
virtual/libgles2
(.../openembedded-core/meta/recipes-graphics/mesa/mesa_9.0.2.bb
.../meta-raspberrypi/recipes-graphics/userland/userland_git.bb).
 This usually means one provides something the other doesn't and should.

It's not really something I've looked into much (I don't know the full
list of things mesa provides) but if there's a solution for other
platforms I could have a look at doing a similar thing in
meta-raspberrypi.

--
Paul Barker

Email: paul&amp;lt; at &amp;gt;paulbarker.me.uk
http://www.paulbarker.me.uk
&lt;/pre&gt;</description>
    <dc:creator>Paul Barker</dc:creator>
    <dc:date>2013-05-21T10:51:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58278">
    <title>Re: [oe] Error message about multiple EGL / GLES providers</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58278</link>
    <description>&lt;pre&gt;
The collision is indeed between marvell-libgfx and mesa, I just 
verified. My case is actually quite common with embedded 3D hardware - 
EGL, OpenGL ES 1.x,2.x and OpenVG are supported, but desktop OpenGL 
isn't. I have seen this with nVidia Tegra, Vivante, PowerVR, and ARM 
Mali hardware so far. It would be useful to instruct Mesa to turn off 
its OpenGLES and EGL support, leaving Mesa only for GLX+Desktop OpenGL 
(software-rendered), if anybody really needs it. As an alternative, as 
you suggest, I could simply turn off desktop OpenGL, but I have the 
feeling that this would be better off as a user decision that can be 
configured in the local.conf file. What do you think?
&lt;/pre&gt;</description>
    <dc:creator>Carlos Rafael Giani</dc:creator>
    <dc:date>2013-05-21T10:08:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58277">
    <title>Re: [oe] Error message about multiple EGL / GLES providers</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58277</link>
    <description>&lt;pre&gt;
What are the bb files that are being build?  I'm guessing mesa and
marvell-libgfx, but can you confirm this?  If you use depexp you can
find out what's pulling in mesa, but it's generally mesa-demos.  This
depends on virtual/libgl that you're not providing, so it will pull in
Mesa.

If you don't have any support for "big" GL then the easiest fix is to
take the recent patches to mesa-demos in master that let you turn off
GL using PACKAGECONFIG options.

Ross
&lt;/pre&gt;</description>
    <dc:creator>Burton, Ross</dc:creator>
    <dc:date>2013-05-21T09:45:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58276">
    <title>Re: [oe] [meta-oe++/master 03/11] glibmm: merge glibmm.inc into recipe - and stylize a bit</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58276</link>
    <description>&lt;pre&gt;Before doing this I have checked: Nothing except glibmm itself
includes glibmm.inc in the layers I use. So for me it looked like a
remnant from classic oe where we had more than one version for many
recipes. So if this code is not really shared I prefer clean recipes
without includes. Do you have a use case for this include - then I
should send V2.

Andreas
&lt;/pre&gt;</description>
    <dc:creator>Andreas Müller</dc:creator>
    <dc:date>2013-05-21T07:51:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58275">
    <title>[oe] [for-danny, for-dylan] Samba fix</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58275</link>
    <description>&lt;pre&gt;Hello Eric,

Please cherry-pick the bac6da16a0d57f30c2cde1d805b3957147abdaeb into dylan
and danny.

Regards,

&lt;/pre&gt;</description>
    <dc:creator>Otavio Salvador</dc:creator>
    <dc:date>2013-05-21T03:02:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58274">
    <title>Re: [oe] [meta-oe][PATCH] connman: updated libconnman-qt to 1.0.7</title>
    <link>http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58274</link>
    <description>&lt;pre&gt;Hi Martin,

On Friday, May 17, 2013 08:11:59 PM Martin Jansa wrote:

Yes, it needs that fix that I mentioned into oe-core.

Can you take a look into that?

Thank you

&lt;/pre&gt;</description>
    <dc:creator>Felipe Ferreri Tonello</dc:creator>
    <dc:date>2013-05-20T21:43:42</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.handhelds.openembedded">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.handhelds.openembedded</link>
  </textinput>
</rdf:RDF>
