<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/libjson, branch testing</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>Elmdentica abandoned json-c in favor of cjson</title>
<updated>2010-09-12T14:38:48+00:00</updated>
<author>
<name>Rui Miguel Silva Seabra</name>
<email>rms@1407.org</email>
</author>
<published>2010-09-11T15:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=55b3912f14b1919bf2cd330e48546f11c179794f'/>
<id>55b3912f14b1919bf2cd330e48546f11c179794f</id>
<content type='text'>
Hi,

cJSON is not a properly setup library, but drop in files (this should be
fixed in the future), however it seems to be working a lot better than
json-c.

I was running into a lot of weird problems and crashes derived from
json-c and so I tried cJSON as advised by disconfitor.

Indeed it's working, faster, and more reliably, so I now add two patches:
  1) removes elmdentica svn dependency on libjson (already commit in e's
svn)
  2) removes my naive patch to json-c (or libjson) as they're working on
a much better patch and I was the only one using it AFAICT

Please apply!

Rui

Signed-off-by: Klaus Kurzmann &lt;mok@fluxnetz.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hi,

cJSON is not a properly setup library, but drop in files (this should be
fixed in the future), however it seems to be working a lot better than
json-c.

I was running into a lot of weird problems and crashes derived from
json-c and so I tried cJSON as advised by disconfitor.

Indeed it's working, faster, and more reliably, so I now add two patches:
  1) removes elmdentica svn dependency on libjson (already commit in e's
svn)
  2) removes my naive patch to json-c (or libjson) as they're working on
a much better patch and I was the only one using it AFAICT

Please apply!

Rui

Signed-off-by: Klaus Kurzmann &lt;mok@fluxnetz.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libjson: add svn versions with patch needed for elmdentica</title>
<updated>2010-06-25T08:25:01+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-06-25T08:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=4eda57ba4add863d5a23b8570ae4632f95158bb5'/>
<id>4eda57ba4add863d5a23b8570ae4632f95158bb5</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>json-c: move and rename to libjson as older version was</title>
<updated>2010-06-16T08:30:50+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-06-16T08:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fe6e78787087c203fc53079e236bc8310a8c370f'/>
<id>fe6e78787087c203fc53079e236bc8310a8c370f</id>
<content type='text'>
* also convert old version to new staging

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* also convert old version to new staging

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: move checksums to recipes from checksums.ini</title>
<updated>2010-04-12T18:07:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-04-10T09:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=44985d56bc556786812a0a02d6219afd31a7381d'/>
<id>44985d56bc556786812a0a02d6219afd31a7381d</id>
<content type='text'>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rename packages/ to recipes/ per earlier agreement</title>
<updated>2009-03-17T18:32:59+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denis@denix.org</email>
</author>
<published>2009-03-17T18:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=709c4d66e0b107ca606941b988bad717c0b45d9b'/>
<id>709c4d66e0b107ca606941b988bad717c0b45d9b</id>
<content type='text'>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
