<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/clutter, 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>clutter-box2d: renamed clutter-box2d_0.10.0_git.bb -&gt; clutter-box2d_git.bb</title>
<updated>2010-09-10T11:07:29+00:00</updated>
<author>
<name>Andreas Mueller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2010-09-09T00:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e51ed5feba5659f02afd1f995c21a7ee99b45fe0'/>
<id>e51ed5feba5659f02afd1f995c21a7ee99b45fe0</id>
<content type='text'>
Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter: the font display problem is worked around.</title>
<updated>2010-09-10T11:07:10+00:00</updated>
<author>
<name>Andreas Mueller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2010-09-07T00:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3e84f62cc7bf7cf170584846fb10af42759ce6d1'/>
<id>3e84f62cc7bf7cf170584846fb10af42759ce6d1</id>
<content type='text'>
* see http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000071.html
  for more details

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* see http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000071.html
  for more details

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter (+box2d +gtk): Bump to latest (stable) versions</title>
<updated>2010-09-07T08:08:41+00:00</updated>
<author>
<name>Andreas Mueller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2010-09-02T14:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=970c9cfb838a489f681844cb02189a1a956ecd8b'/>
<id>970c9cfb838a489f681844cb02189a1a956ecd8b</id>
<content type='text'>
* clutter has a known problem with fonts feor more details and
  workaround see
  http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000070.html
* clutter-box2d_0.10.0_git has the introspection bug fixed upstream
  and a funny (patience) new demo in blockbox

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* clutter has a known problem with fonts feor more details and
  workaround see
  http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000070.html
* clutter-box2d_0.10.0_git has the introspection bug fixed upstream
  and a funny (patience) new demo in blockbox

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter: clean builds for clutter 1.0</title>
<updated>2010-09-07T08:07:54+00:00</updated>
<author>
<name>Andreas Mueller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2010-09-07T08:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8d64681eb7e2fa74be5dfd2f5a945f57d61113b9'/>
<id>8d64681eb7e2fa74be5dfd2f5a945f57d61113b9</id>
<content type='text'>
* all 0.9 recipes (are actually 1.0rc) &amp; files referenced were removed
* all 0.8 recipes were renamed to clutter*-0.8 to ensure parallel
  installation with later versions
* clutter-common.inc as container for helpers was created (also from
  clutter-fpu.inc)
* clutter-1.0_1.0.10.bb was renamed to clutter_1.0.10.bb
* clutter-gst_1.2.0.bb introduced the first ever buildable in GLES
  environment without further effords
* clutter-gtk_0.10.2.bb is the latest version which supports clutter 1.0.x
  (later ones complain on configure for clutter 1.2.x)
* clutter* examples / tests are build properly and packed in extra
  packages. For clutter-interactive tests menu entries (graphics) are added /
  test-conformance-run runs all conformance tests (crashing tests do not abort)

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* all 0.9 recipes (are actually 1.0rc) &amp; files referenced were removed
* all 0.8 recipes were renamed to clutter*-0.8 to ensure parallel
  installation with later versions
* clutter-common.inc as container for helpers was created (also from
  clutter-fpu.inc)
* clutter-1.0_1.0.10.bb was renamed to clutter_1.0.10.bb
* clutter-gst_1.2.0.bb introduced the first ever buildable in GLES
  environment without further effords
* clutter-gtk_0.10.2.bb is the latest version which supports clutter 1.0.x
  (later ones complain on configure for clutter 1.2.x)
* clutter* examples / tests are build properly and packed in extra
  packages. For clutter-interactive tests menu entries (graphics) are added /
  test-conformance-run runs all conformance tests (crashing tests do not abort)

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter: remove svn recipes and unreferenced files</title>
<updated>2010-09-07T08:03:50+00:00</updated>
<author>
<name>Andreas Mueller</name>
<email>schnitzeltony@gmx.de</email>
</author>
<published>2010-09-02T14:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2eca1eb59ccb0890e4db078a4af456c9f2d194ad'/>
<id>2eca1eb59ccb0890e4db078a4af456c9f2d194ad</id>
<content type='text'>
* removed aaina: configure needs clutter-0.6 (now in toys/attic)
* removed clutter*svn*: repositories no more available
* removed clutter* with version &lt; 0.8
* removed moblin-proto: repositories no more available
* removed table: repositories no more available (now in toys/attic)
* removed tidy: repositories no more available

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* removed aaina: configure needs clutter-0.6 (now in toys/attic)
* removed clutter*svn*: repositories no more available
* removed clutter* with version &lt; 0.8
* removed moblin-proto: repositories no more available
* removed table: repositories no more available (now in toys/attic)
* removed tidy: repositories no more available

Signed-off-by: Andreas Mueller &lt;schnitzeltony@gmx.de&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter_0.6svn.bb,clutter-gtk-0.6_git.bb: Unused and unbuildable for long hence removed.</title>
<updated>2010-09-01T20:46:04+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-08-28T18:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ebbb55cb3dfd99d04e28efe5314b70ca95f6b6d6'/>
<id>ebbb55cb3dfd99d04e28efe5314b70ca95f6b6d6</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter_0.8+git.bb: When compiling for ARM always use 32bit(arm) instruction set</title>
<updated>2010-08-21T06:31:36+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-08-21T06:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e49826bf02637ece383bf1c823710e96558640b3'/>
<id>e49826bf02637ece383bf1c823710e96558640b3</id>
<content type='text'>
* Clutter has some inline asm which is not thumb friendly.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Clutter has some inline asm which is not thumb friendly.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: inherit autotools instead of autotools_stage</title>
<updated>2010-08-05T15:25:51+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-08-04T18:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9d612c4bb9bef813bdef9e198efc5949d51905eb'/>
<id>9d612c4bb9bef813bdef9e198efc5949d51905eb</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>500+ recipes: remove do_stage</title>
<updated>2010-08-03T12:14:59+00:00</updated>
<author>
<name>Frans Meulenbroeks</name>
<email>fransmeulenbroeks@gmail.com</email>
</author>
<published>2010-08-02T10:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f2893b80cffc46dad57864eb78b563f0876e6811'/>
<id>f2893b80cffc46dad57864eb78b563f0876e6811</id>
<content type='text'>
This patch removes all occurrences of
do_stage() {
        autotools_stage_all
}
including all kind of variants w.r.t whitespace

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Michael 'Mickey' Lauer &lt;mlauer@vanille-media.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes all occurrences of
do_stage() {
        autotools_stage_all
}
including all kind of variants w.r.t whitespace

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Michael 'Mickey' Lauer &lt;mlauer@vanille-media.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dm3730-am3715-evm machine type references</title>
<updated>2010-07-19T23:31:58+00:00</updated>
<author>
<name>Chase Maupin</name>
<email>chasemaupin03@gmail.com</email>
</author>
<published>2010-07-16T03:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ed482f39825375f631182622c75e18949002b488'/>
<id>ed482f39825375f631182622c75e18949002b488</id>
<content type='text'>
* Removed references to the dm3730-am3715-evm machine type
  and replaced with dm37x-evm and am37x-evm machine types.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Acked-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Removed references to the dm3730-am3715-evm machine type
  and replaced with dm37x-evm and am37x-evm machine types.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Acked-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
