<?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.embedded.crossdev">
    <title>gmane.comp.embedded.crossdev</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev</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.embedded.crossdev/118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/113"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/112"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/111"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/110"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/109"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/107"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/104"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/102"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/100"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/99"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/98"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/94"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.embedded.crossdev/93"/>
      </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.embedded.crossdev/118">
    <title>Re: ptxdist-trunk-1329017471 (Main PTXdist Development Trunk) URL-Check vom Sun Feb 12 04:31:11 CET 2012 ()</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/118</link>
    <description>&lt;pre&gt;Dear zlib maintainers,

On Mon, Feb 13, 2012 at 10:18:45AM +0100, Juergen Beisert wrote:

Would it be possible that you leave the old versions at their place,
instead of removing them if a new version is available?

All cross build systems (like ptxdist, OpenEmbedded, yocto, buildroot,
OpenWRT etc) who try to download sources from upstream servers would
really love you for doing this :-)

rsc
&lt;/pre&gt;</description>
    <dc:creator>Robert Schwebel</dc:creator>
    <dc:date>2012-02-13T09:40:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/116">
    <title>Re: [PATCH] [PATCH] only include execinfo.h ifcrashtrace support is enabled</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/116</link>
    <description>&lt;pre&gt;
 Robert&amp;gt; On Mon, Jan 02, 2012 at 02:49:40PM +0100, Peter Korsgaard wrote:
 &amp;gt;&amp;gt; On systems without backtrace suport (E.G. uClibc depending on config),
 &amp;gt;&amp;gt; execinfo.h might not be available, breaking the build.
 &amp;gt;&amp;gt; 
 &amp;gt;&amp;gt; Fix it by only including it if enabled.

 Robert&amp;gt; But the patch just removes the include...?

It's already included below in a conditional:

#ifdef ENABLE_CRASHTRACE
#include &amp;lt;execinfo.h&amp;gt;
#endif

&lt;/pre&gt;</description>
    <dc:creator>Peter Korsgaard</dc:creator>
    <dc:date>2012-01-03T08:54:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/115">
    <title>Re: [PATCH] [PATCH] only include execinfo.h if crashtrace support is enabled</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/115</link>
    <description>&lt;pre&gt;
But the patch just removes the include...?

rsc


&lt;/pre&gt;</description>
    <dc:creator>Robert Schwebel</dc:creator>
    <dc:date>2012-01-03T08:45:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/114">
    <title>[PATCH] [PATCH] only include execinfo.h if crashtracesupport is enabled</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/114</link>
    <description>&lt;pre&gt;On systems without backtrace suport (E.G. uClibc depending on config),
execinfo.h might not be available, breaking the build.

Fix it by only including it if enabled.

Signed-off-by: Peter Korsgaard &amp;lt;jacmet-OfajU3CKLf1/SzgSGea1oA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 src/logging/nm-logging.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/logging/nm-logging.c b/src/logging/nm-logging.c
index ca6a709..26c8670 100644
--- a/src/logging/nm-logging.c
+++ b/src/logging/nm-logging.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -23,7 +23,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 #include &amp;lt;dlfcn.h&amp;gt;
 #include &amp;lt;syslog.h&amp;gt;
-#include &amp;lt;execinfo.h&amp;gt;
 #include &amp;lt;stdio.h&amp;gt;
 #include &amp;lt;stdlib.h&amp;gt;
 #include &amp;lt;unistd.h&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Peter Korsgaard</dc:creator>
    <dc:date>2012-01-02T13:49:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/113">
    <title>Re: Proposal for send-patches.org patch repository</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/113</link>
    <description>&lt;pre&gt;
http://news.gmane.org/gmane.comp.embedded.crossdev
-mike
&lt;/pre&gt;</description>
    <dc:creator>Mike Frysinger</dc:creator>
    <dc:date>2011-12-16T17:08:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/112">
    <title>Re: Proposal for send-patches.org patch repository</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/112</link>
    <description>&lt;pre&gt;* Robert Schwebel &amp;lt;r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; schrieb:

Okay. Which were th arguments for against the git approach ?


cu
&lt;/pre&gt;</description>
    <dc:creator>Enrico Weigelt</dc:creator>
    <dc:date>2011-12-16T16:51:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/111">
    <title>Re: Proposal for send-patches.org patch repository</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/111</link>
    <description>&lt;pre&gt;
This has been discussed already, and nothing has changed.

rsc
&lt;/pre&gt;</description>
    <dc:creator>Robert Schwebel</dc:creator>
    <dc:date>2011-12-16T15:39:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/110">
    <title>Re: Proposal for send-patches.org patch repository</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/110</link>
    <description>&lt;pre&gt;* Esben Haabendal &amp;lt;esben.haabendal-rjjw5hvvQKZaa/9Udqfwiw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; schrieb:

Hi folks,


sorry for digging out this old thread again ...


At this point, I'd like to raise the question, why to use text-
based patches at all, instead of directly using git.


cu
&lt;/pre&gt;</description>
    <dc:creator>Enrico Weigelt</dc:creator>
    <dc:date>2011-12-16T15:23:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/109">
    <title>beecrypt: Use AC_COMPILE_IFELSE for ICU check for crosscompilation compat</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/109</link>
    <description>&lt;pre&gt;AC_RUN_IFELSE doesn't work when cross compiling, but we can do the
check in the preprocessor instead and use AC_COMPILE_IFELSE.

Signed-off-by: Peter Korsgaard &amp;lt;jacmet-OfajU3CKLf1/SzgSGea1oA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: beecrypt-4.2.1/configure.ac
===================================================================
--- beecrypt-4.2.1.orig/configure.ac
+++ beecrypt-4.2.1/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -295,13 +295,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 if test "$ac_with_cplusplus" = yes; then
   AC_MSG_CHECKING([for IBM's ICU library version &amp;gt;= 2.8])
   AC_LANG_PUSH(C)
-  AC_RUN_IFELSE([
+  AC_COMPILE_IFELSE([
     AC_LANG_PROGRAM([[#include &amp;lt;unicode/uversion.h&amp;gt;]],[[
       #if U_ICU_VERSION_MAJOR_NUM &amp;lt; 2
-      exit(1);
+      #error too old
       #elif U_ICU_VERSION_MAJOR_NUM == 2
       # if U_ICU_VERSION_MINOR_NUM &amp;lt; 8
-      exit(1);
+      #error too old
       # else
       exit(0);
       # endif

&lt;/pre&gt;</description>
    <dc:creator>Peter Korsgaard</dc:creator>
    <dc:date>2011-12-14T22:43:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/108">
    <title>beecrypt: Only compile/link cppglue.cxx if--with-cplusplus is used</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/108</link>
    <description>&lt;pre&gt;Bloats libbeecrypt for no use and breaks build on systems without a C++
compiler.

Signed-off-by: Peter Korsgaard &amp;lt;jacmet-OfajU3CKLf1/SzgSGea1oA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 Makefile.am |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Index: beecrypt-4.2.1/Makefile.am
===================================================================
--- beecrypt-4.2.1.orig/Makefile.am
+++ beecrypt-4.2.1/Makefile.am
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -62,7 +62,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 lib_LTLIBRARIES = libbeecrypt.la
 
-libbeecrypt_la_SOURCES = aes.c base64.c beecrypt.c blockmode.c blockpad.c blowfish.c dhies.c dldp.c dlkp.c dlpk.c dlsvdp-dh.c dsa.c elgamal.c endianness.c entropy.c fips186.c hmac.c hmacmd5.c hmacsha1.c hmacsha224.c hmacsha256.c md4.c md5.c hmacsha384.c hmacsha512.c memchunk.c mp.c mpbarrett.c mpnumber.c mpprime.c mtprng.c pkcs1.c pkcs12.c ripemd128.c ripemd160.c ripemd256.c ripemd320.c rsa.c rsakp.c rsapk.c sha1.c sha224.c sha256.c sha384.c sha512.c sha2k32.c sha2k64.c timestamp.c cppglue.cxx
+libbeecrypt_la_SOURCES = aes.c base64.c beecrypt.c b&lt;/pre&gt;</description>
    <dc:creator>Peter Korsgaard</dc:creator>
    <dc:date>2011-12-14T22:42:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/107">
    <title>Re: ppc32 TEXTREL fix for binutils-2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/107</link>
    <description>&lt;pre&gt;
 Mike&amp;gt; for anyone who targets powerpc, you'll want to make sure to have
 Mike&amp;gt; this fix from upstream when using binutils-2.22

Thanks, added to buildroot.

&lt;/pre&gt;</description>
    <dc:creator>Peter Korsgaard</dc:creator>
    <dc:date>2011-12-05T13:47:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/106">
    <title>ppc32 TEXTREL fix for binutils-2.22</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/106</link>
    <description>&lt;pre&gt;for anyone who targets powerpc, you'll want to make sure to have this fix from 
upstream when using binutils-2.22
-mike
&lt;/pre&gt;</description>
    <dc:creator>Mike Frysinger</dc:creator>
    <dc:date>2011-12-03T01:58:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/105">
    <title>Re: Adding an "easy" and "wip" patch stack</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/105</link>
    <description>&lt;pre&gt;
Sounds fine to me, although personally I don't really care about such a
generalization, as I expect to handle each package and/or patch one at a
time.

/Esben

&lt;/pre&gt;</description>
    <dc:creator>Esben Haabendal</dc:creator>
    <dc:date>2011-11-28T09:55:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/104">
    <title>Re: Adding an "easy" and "wip" patch stack</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/104</link>
    <description>&lt;pre&gt;
Ping...

rsc
&lt;/pre&gt;</description>
    <dc:creator>Robert Schwebel</dc:creator>
    <dc:date>2011-11-28T09:51:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/102">
    <title>Re: [PATCH 3/3] fc-cache: add a --root option</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/102</link>
    <description>&lt;pre&gt;
I think the comment should contain a use-case, so that upstream understands
why this is necessary.


I don't think this should be 'const'. You should never change a const
variable.

Michael


&lt;/pre&gt;</description>
    <dc:creator>Michael Olbrich</dc:creator>
    <dc:date>2011-11-08T15:18:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/100">
    <title>[PATCH 3/3] fc-cache: add a --root option</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/100</link>
    <description>&lt;pre&gt;We have to add a few new helper options for setting/getting the config
root, and then hooking into the low level dir/file scanners to utilize
these new paths.

Signed-off-by: Mike Frysinger &amp;lt;vapier-aBrp7R+bbdUdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 fc-cache/fc-cache.c     |   43 +++++++++++++++++++++++++++++++++----------
 fc-cache/fc-cache.sgml  |   11 ++++++++++-
 fontconfig/fontconfig.h |    9 +++++++++
 src/fccache.c           |   40 ++++++++++++++++++++++++++++++++++++----
 src/fccfg.c             |   30 ++++++++++++++++++++++++++++--
 src/fcdir.c             |   13 +++++++++++--
 src/fcfreetype.c        |   10 +++++++++-
 src/fcxml.c             |   22 ++++++++++++++++++++--
 8 files changed, 156 insertions(+), 22 deletions(-)

diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
index 64eb22a..b57c731 100644
--- a/fc-cache/fc-cache.c
+++ b/fc-cache/fc-cache.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -69,6 +69,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 const struct option longopts[] = {
     {"force", 0, 0, 'f'},
     {"really-force", 0, 0, 'r'},
+    {"root", 1, 0, 'R'},
     {&lt;/pre&gt;</description>
    <dc:creator>Mike Frysinger</dc:creator>
    <dc:date>2011-11-08T05:25:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/99">
    <title>[PATCH 2/3] FcStat: export for people to use</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/99</link>
    <description>&lt;pre&gt;The fc-cache code uses stat() directly, but we already have a FcStat
helper to workaround misc issues, so export it and convert fc-cache
over.  This will be even more important when we add --root support.

Signed-off-by: Mike Frysinger &amp;lt;vapier-aBrp7R+bbdUdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 fc-cache/fc-cache.c     |    4 ++--
 fontconfig/fontconfig.h |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
index 98039f7..64eb22a 100644
--- a/fc-cache/fc-cache.c
+++ b/fc-cache/fc-cache.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -154,7 +154,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force,
     continue;
 }
 
-if (stat ((char *) dir, &amp;amp;statb) == -1)
+if (FcStat (dir, &amp;amp;statb) == -1)
 {
     switch (errno) {
     case ENOENT:
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -304,7 +304,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; cleanCacheDirectory (FcConfig *config, FcChar8 *dir, FcBool verbose)
 else
 {
     target_dir = FcCacheDir (cache);
-    if (stat ((char *) target_dir, &amp;amp;target_stat) &amp;lt; 0)
+    if (FcStat (target_dir, &amp;amp;targ&lt;/pre&gt;</description>
    <dc:creator>Mike Frysinger</dc:creator>
    <dc:date>2011-11-08T05:25:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/98">
    <title>[RFC/PATCH 0/3 v2] fc-cache --root support</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/98</link>
    <description>&lt;pre&gt;The point of these patchsets is to add a --root flag to fc-cache so that
people can build up the font cache in a tree other than /.  This is useful
to people cross-compiling, and for non-root building (chroot won't work).

This ignores the cache file format issue (that's a later patchset).

Mike Frysinger (3):
  FcStrPathPlus: new helper function
  FcStat: export for people to use
  fc-cache: add a --root option

 fc-cache/fc-cache.c     |   59 ++++++++++++++++++++++++++++------------------
 fc-cache/fc-cache.sgml  |   11 ++++++++-
 fontconfig/fontconfig.h |   15 ++++++++++++
 src/fccache.c           |   40 ++++++++++++++++++++++++++++---
 src/fccfg.c             |   59 +++++++++++++++++++++++------------------------
 src/fcdir.c             |   13 ++++++++-
 src/fcfreetype.c        |   10 +++++++-
 src/fcint.h             |    2 +
 src/fcstr.c             |   51 ++++++++++++++++++++++++++++++++++++++++
 src/fcxml.c             |   22 ++++++++++++++++-
 10 files changed, 219 insertions(+), 63 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Mike Frysinger</dc:creator>
    <dc:date>2011-11-08T05:24:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/94">
    <title>Adding an "easy" and "wip" patch stack</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/94</link>
    <description>&lt;pre&gt;Hi,

A next step we have agreed on is to add two example patch stacks, to
learn about the workflow:

1) an "easy" patch stack where we can quickly agree on
2) a more complicated one, which definitely needs some work.

Suggestions?

rsc

PS: The VM makes progress, but unfortunately we had some hardware issues
    with new RAM on the host server. Our administration team is working
    on this. However, it shouldn't slow down the progress, as we can use
    my git tree posted some days ago in the meantime.
&lt;/pre&gt;</description>
    <dc:creator>Robert Schwebel</dc:creator>
    <dc:date>2011-11-07T08:45:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/93">
    <title>Re: Proposal for send-patches.org patch repository</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/93</link>
    <description>&lt;pre&gt;
While in the nit-picking area, I didn't get why there was any reason to
have both &amp;lt;buildsys&amp;gt;/* and *.&amp;lt;buildsys&amp;gt;, I think it is fine.

/Esben

&lt;/pre&gt;</description>
    <dc:creator>Esben Haabendal</dc:creator>
    <dc:date>2011-11-02T05:14:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.embedded.crossdev/92">
    <title>Re: Proposal for send-patches.org patch repository</title>
    <link>http://permalink.gmane.org/gmane.comp.embedded.crossdev/92</link>
    <description>&lt;pre&gt;Robert,

(Resent due to missing list in Cc:)

Le Tue, 1 Nov 2011 21:46:38 +0100,
Robert Schwebel &amp;lt;r.schwebel&amp;lt; at &amp;gt;pengutronix.de&amp;gt; a écrit :


That part looks fine to me. I'm a bit concerned by the repository
becoming a huge pile of crap with only build-system specific patches.
But only time will tell if this will take this path, or if we'll manage
to clean up things as we go and make patches more generically useful.

Thomas
&lt;/pre&gt;</description>
    <dc:creator>Thomas Petazzoni</dc:creator>
    <dc:date>2011-11-01T21:16:21</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.embedded.crossdev">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.embedded.crossdev</link>
  </textinput>
</rdf:RDF>

