<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes, 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>cornucopia: bump SRCREV for proximity sensor support on N900</title>
<updated>2010-09-20T13:00:04+00:00</updated>
<author>
<name>Sebastian Krzyszkowiak</name>
<email>seba.dos1@gmail.com</email>
</author>
<published>2010-09-19T13:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7f20d126527d6f1bdd0b3c744c053d2c0f467857'/>
<id>7f20d126527d6f1bdd0b3c744c053d2c0f467857</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>fam_2.7.0.bb: Fix compilation with gcc4</title>
<updated>2010-09-19T23:40:40+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-09-19T23:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3d7a67033464211cea02733c7808948fe71cd976'/>
<id>3d7a67033464211cea02733c7808948fe71cd976</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@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;
</pre>
</div>
</content>
</entry>
<entry>
<title>iphone: Exclude from world.</title>
<updated>2010-09-19T23:38:38+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-09-19T23:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0319f8878547c6e8a78373cfc86a85cea60450ae'/>
<id>0319f8878547c6e8a78373cfc86a85cea60450ae</id>
<content type='text'>
apple-csu overwrites the C startup files and nothing works after that
we can not select them with normal linux toolchain being staged and
used

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apple-csu overwrites the C startup files and nothing works after that
we can not select them with normal linux toolchain being staged and
used

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wesnoth: add inc factorized 1.8.4 version, with normal and wvga versions</title>
<updated>2010-09-19T19:38:23+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2010-09-18T14:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=058f70b656af85cf43ee4d001df83267257a46c1'/>
<id>058f70b656af85cf43ee4d001df83267257a46c1</id>
<content type='text'>
Wesnoth is a strategy game and features more than one type of GUI,
each GUI type(normal,smallGUI,tinyGUI) has some minimum resolution constraint.
If the minimum resolution is not met, the game abort due to some asertions
in the code.

Unlike the choice between normal and smallGUI that can be made at runtime,
choosing,or not the --smallgui comand line option, the tinyGUI choice must
be defined at compile time(configure option),because it scales the graphics.

On devices like the nokia900, which have a 800x480 resolution,
the tinyGUI is not necessary anymore, and it's better to disable it because
the tinyGUI has some scalling issues among other GUI related issues.
(vilagges can only be distinguished as a flag)

The wvga version is like the Desktop version of wesnoth,if someone wants
to play it on a wvga screen he has to run wesnoth --smallgui.

Note that wesnothd was renamed to wesnoth-server(conversation from #oe on freenode):
  &lt;GNUtoo|laptop&gt; I've locally made wesnoth into an inc and made wesnoth-wvga and wesnoth
  &lt;GNUtoo|laptop&gt; the issue is wesnothd
  &lt;GNUtoo|laptop&gt; I rename it to ${PN}-server
  &lt;GNUtoo|laptop&gt; ?
  &lt;GNUtoo|laptop&gt; what about the upgrade path
  * dth_ntb (~dth@a89-183-26-221.net-htp.de) has joined #oe
  &lt;woglinde&gt; sure why not
  &lt;woglinde&gt; you are the only active user so far
  &lt;woglinde&gt; so go on
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wesnoth is a strategy game and features more than one type of GUI,
each GUI type(normal,smallGUI,tinyGUI) has some minimum resolution constraint.
If the minimum resolution is not met, the game abort due to some asertions
in the code.

Unlike the choice between normal and smallGUI that can be made at runtime,
choosing,or not the --smallgui comand line option, the tinyGUI choice must
be defined at compile time(configure option),because it scales the graphics.

On devices like the nokia900, which have a 800x480 resolution,
the tinyGUI is not necessary anymore, and it's better to disable it because
the tinyGUI has some scalling issues among other GUI related issues.
(vilagges can only be distinguished as a flag)

The wvga version is like the Desktop version of wesnoth,if someone wants
to play it on a wvga screen he has to run wesnoth --smallgui.

Note that wesnothd was renamed to wesnoth-server(conversation from #oe on freenode):
  &lt;GNUtoo|laptop&gt; I've locally made wesnoth into an inc and made wesnoth-wvga and wesnoth
  &lt;GNUtoo|laptop&gt; the issue is wesnothd
  &lt;GNUtoo|laptop&gt; I rename it to ${PN}-server
  &lt;GNUtoo|laptop&gt; ?
  &lt;GNUtoo|laptop&gt; what about the upgrade path
  * dth_ntb (~dth@a89-183-26-221.net-htp.de) has joined #oe
  &lt;woglinde&gt; sure why not
  &lt;woglinde&gt; you are the only active user so far
  &lt;woglinde&gt; so go on
</pre>
</div>
</content>
</entry>
<entry>
<title>supertux 0.1.3: depend on libmikmod(fix not-starting issue)</title>
<updated>2010-09-19T19:35:29+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2010-09-18T14:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0238bf7cf5d97dadb6c2358286bce9b5098f118a'/>
<id>0238bf7cf5d97dadb6c2358286bce9b5098f118a</id>
<content type='text'>
If we don't depend on libmikmod, and that we enable sound and/or music
supertux exits with an error message and doesn't start:
  root@nokia900 ~ # supertux
  Datadir: /usr/bin/../share/supertux
  Warning: No joysticks are available.

  Error: Couldn't load musicfile
  /usr/bin/../share/supertux/music/SALCON.MOD

  Aborted

PR was also bumped
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we don't depend on libmikmod, and that we enable sound and/or music
supertux exits with an error message and doesn't start:
  root@nokia900 ~ # supertux
  Datadir: /usr/bin/../share/supertux
  Warning: No joysticks are available.

  Error: Couldn't load musicfile
  /usr/bin/../share/supertux/music/SALCON.MOD

  Aborted

PR was also bumped
</pre>
</div>
</content>
</entry>
<entry>
<title>task-nas-server: added tgt</title>
<updated>2010-09-19T19:02:17+00:00</updated>
<author>
<name>Frans Meulenbroeks</name>
<email>fransmeulenbroeks@gmail.com</email>
</author>
<published>2010-09-19T19:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=32bb2e3385fc244754684a80d565ec82162adc55'/>
<id>32bb2e3385fc244754684a80d565ec82162adc55</id>
<content type='text'>
Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>angstrom-x11-base-depends: fix typo</title>
<updated>2010-09-19T17:09:44+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-09-19T17:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=15e96b8ac83c86911a2282aac0432439a7d9b21f'/>
<id>15e96b8ac83c86911a2282aac0432439a7d9b21f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>angstrom-x11-base-depends: switch default to xorg</title>
<updated>2010-09-19T16:21:14+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-09-19T16:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=89741bcf9bc08d87ab9feee42ede9fef076a4d5b'/>
<id>89741bcf9bc08d87ab9feee42ede9fef076a4d5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python-tlslite_0.3.8.bb: bump PR</title>
<updated>2010-09-19T15:19:12+00:00</updated>
<author>
<name>Frans Meulenbroeks</name>
<email>fransmeulenbroeks@gmail.com</email>
</author>
<published>2010-09-19T15:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2fd88f3594cc316430209c2f9a5ed3530b7af263'/>
<id>2fd88f3594cc316430209c2f9a5ed3530b7af263</id>
<content type='text'>
didn't bump PR yesterday when fixing SRC_URI but on hindsight
it can be convenient in some cases (especially if you have a
failed build around) so here's the bump.

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
didn't bump PR yesterday when fixing SRC_URI but on hindsight
it can be convenient in some cases (especially if you have a
failed build around) so here's the bump.

Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ftpd-topfield : moved unused files to obsolete dir</title>
<updated>2010-09-19T15:01:54+00:00</updated>
<author>
<name>Frans Meulenbroeks</name>
<email>fransmeulenbroeks@gmail.com</email>
</author>
<published>2010-09-19T15:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=75b7db0da4015e9bc51e3575068319f1a513cca5'/>
<id>75b7db0da4015e9bc51e3575068319f1a513cca5</id>
<content type='text'>
Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
