<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/libsdl, 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>libsdl-qpe_1.2.9.bb: Add patch to not include asm/page.h</title>
<updated>2010-09-15T19:35:18+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-09-15T19:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f6a6c68e84a7876d881fbcab8d58f52fa84f714a'/>
<id>f6a6c68e84a7876d881fbcab8d58f52fa84f714a</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>libsdl-x11-1.2.14: fix bug 894</title>
<updated>2010-09-06T15:06:35+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2010-09-05T23:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3b928ee140cfc8a958ea4da3b8338302340dac31'/>
<id>3b928ee140cfc8a958ea4da3b8338302340dac31</id>
<content type='text'>
Wesnoth in-game buttons couldn't be pressed in illume2,
The patch,which comes from the bugreport, fixes that issue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wesnoth in-game buttons couldn't be pressed in illume2,
The patch,which comes from the bugreport, fixes that issue
</pre>
</div>
</content>
</entry>
<entry>
<title>libsdl-mixer: fixed the absence of ogg support(because of a libmikmod issue),bump PR and convert libmikmod staging</title>
<updated>2010-08-08T18:21:08+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2010-08-07T12:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6548af38728b8929e773fbe86418b794def3c338'/>
<id>6548af38728b8929e773fbe86418b794def3c338</id>
<content type='text'>
When I ran wesnoth 1.8.3 I had no music and similar messages on the console:
  error audio: Could not load music file '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg': Couldn't read from '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg'
At first I tought that I missed a dlopend library.
But I did an ldd on libsdl-mixer and compared with the version on my desktop:
 root@htcdream ~ # ldd /usr/lib/libSDL_mixer-1.2.so.0.10.1
 	libSDL-1.2.so.0 =&gt; /usr/lib/libSDL-1.2.so.0 (0x400 54000)
 	libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x400d4000)
 	libmad.so.0 =&gt; /usr/lib/libmad.so.0 (0x400f4000)
 	libc.so.6 =&gt; /lib/libc.so.6 (0x40110000)
 	libm.so.6 =&gt; /lib/libm.so.6 (0x40234000)
 	libts-1.0.so.0 =&gt; /usr/lib/libts-1.0.so.0 (0x402d0000)
 	libdl.so.2 =&gt; /lib/libdl.so.2 (0x402dc000)
 	libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0x402e8000)
 	/lib/ld-linux.so.3 (0x2a000000)
And I found huge differences with my desktop version:
	linux-vdso.so.1 =&gt;  (0x00007fff63cef000)
	libm.so.6 =&gt; /lib/libm.so.6 (0x00007f32232dd000)
	libmikmod.so.2 =&gt; /usr/lib/libmikmod.so.2 (0x00007f322308d000)
	libdl.so.2 =&gt; /lib/libdl.so.2 (0x00007f3222e88000)
	libvorbisfile.so.3 =&gt; /usr/lib/libvorbisfile.so.3 (0x00007f3222c80000)
	libsmpeg-0.4.so.0 =&gt; /usr/lib/libsmpeg-0.4.so.0 (0x00007f3222a25000)
	libSDL-1.2.so.0 =&gt; /usr/lib/libSDL-1.2.so.0 (0x00007f322278c000)
	libc.so.6 =&gt; /lib/libc.so.6 (0x00007f3222409000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f32237e3000)
	libvorbis.so.0 =&gt; /usr/lib/libvorbis.so.0 (0x00007f32221dc000)
	libogg.so.0 =&gt; /usr/lib/libogg.so.0 (0x00007f3221fd4000)
	libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0x00007f3221cc0000)
	libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0x00007f3221aa9000)
	libpulse-simple.so.0 =&gt; /usr/lib/libpulse-simple.so.0 (0x00007f32218a4000)
	libpulse.so.0 =&gt; /usr/lib/libpulse.so.0 (0x00007f3221662000)
	libdirectfb-1.2.so.0 =&gt; /usr/lib/libdirectfb-1.2.so.0 (0x00007f32213df000)
	libfusion-1.2.so.0 =&gt; /usr/lib/libfusion-1.2.so.0 (0x00007f32211d4000)
	libdirect-1.2.so.0 =&gt; /usr/lib/libdirect-1.2.so.0 (0x00007f3220fbb000)
	libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x00007f3220d9e000)
	libpulsecommon-0.9.21.so =&gt; /usr/lib/libpulsecommon-0.9.21.so (0x00007f3220b51000)
	librt.so.1 =&gt; /lib/librt.so.1 (0x00007f3220949000)
	libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0x00007f3220610000)
	libICE.so.6 =&gt; /usr/lib/libICE.so.6 (0x00007f32203f4000)
	libSM.so.6 =&gt; /usr/lib/libSM.so.6 (0x00007f32201eb000)
	libXtst.so.6 =&gt; /usr/lib/libXtst.so.6 (0x00007f321ffe4000)
	libwrap.so.0 =&gt; /lib/libwrap.so.0 (0x00007f321fdd8000)
	libsndfile.so.1 =&gt; /usr/lib/libsndfile.so.1 (0x00007f321fb73000)
	libdbus-1.so.3 =&gt; /lib/libdbus-1.so.3 (0x00007f321f934000)
	libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0x00007f321f716000)
	libuuid.so.1 =&gt; /lib/libuuid.so.1 (0x00007f321f511000)
	libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0x00007f321f2ff000)
	libXi.so.6 =&gt; /usr/lib/libXi.so.6 (0x00007f321f0ee000)
	libnsl.so.1 =&gt; /lib/libnsl.so.1 (0x00007f321eed4000)
	libFLAC.so.8 =&gt; /usr/lib/libFLAC.so.8 (0x00007f321ec89000)
	libvorbisenc.so.2 =&gt; /usr/lib/libvorbisenc.so.2 (0x00007f321e8ad000)
	libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0x00007f321e6a9000)
	libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0x00007f321e4a3000)
Then I looked in the configure log of libsdl-mixer and found that:
 .../sysroots/armv6-novfp-oe-linux-gnueabi/usr/lib/libmikmod.so: undefined reference to `floor'
 collect2: ld returned 1 exit status
 configure:11865: $? = 1
During the detection of libvorbis.

I had no idea on how to fix that,so I asked on irc(#oe on Freenode):
Khem helped me a lot and at some point said(about libmikmod):
 Aug 03 16:57:38 &lt;khem&gt;  add -lm to LDFLAGS
And finally:
 Aug 03 17:35:33 &lt;ensc|w&gt;	GNUtoo|laptop: on first glance, EXTRA_OECONF='-lm' might fix it
 Aug 03 17:35:37 &lt;GNUtoo|laptop&gt;	armv6-novfp-oe-linux-gnueabi/libmikmod-3.2.0-beta2-r1/libmikmod-3.2.0-beta2/libmikmod
 Aug 03 17:35:50 &lt;GNUtoo|laptop&gt;	ensc|w, isn't that risky? but I can try that
 Aug 03 17:36:02 &lt;GNUtoo|laptop&gt;	you mean OEMAKE?
 Aug 03 17:36:11 &lt;ensc|w&gt;	wrong... EXTRA_OECONF='LIBRARY_LIB=-lm'
Thanks a lot for the help

About the PR bump:
 19:59 &lt; khem&gt; you should only bump the pr of the package you are modifying
 19:59 &lt; GNUtoo|htcdream&gt; khem: ok thanks a lot
So I bumped only PR of libmikmod and sdl-mixer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When I ran wesnoth 1.8.3 I had no music and similar messages on the console:
  error audio: Could not load music file '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg': Couldn't read from '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg'
At first I tought that I missed a dlopend library.
But I did an ldd on libsdl-mixer and compared with the version on my desktop:
 root@htcdream ~ # ldd /usr/lib/libSDL_mixer-1.2.so.0.10.1
 	libSDL-1.2.so.0 =&gt; /usr/lib/libSDL-1.2.so.0 (0x400 54000)
 	libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x400d4000)
 	libmad.so.0 =&gt; /usr/lib/libmad.so.0 (0x400f4000)
 	libc.so.6 =&gt; /lib/libc.so.6 (0x40110000)
 	libm.so.6 =&gt; /lib/libm.so.6 (0x40234000)
 	libts-1.0.so.0 =&gt; /usr/lib/libts-1.0.so.0 (0x402d0000)
 	libdl.so.2 =&gt; /lib/libdl.so.2 (0x402dc000)
 	libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0x402e8000)
 	/lib/ld-linux.so.3 (0x2a000000)
And I found huge differences with my desktop version:
	linux-vdso.so.1 =&gt;  (0x00007fff63cef000)
	libm.so.6 =&gt; /lib/libm.so.6 (0x00007f32232dd000)
	libmikmod.so.2 =&gt; /usr/lib/libmikmod.so.2 (0x00007f322308d000)
	libdl.so.2 =&gt; /lib/libdl.so.2 (0x00007f3222e88000)
	libvorbisfile.so.3 =&gt; /usr/lib/libvorbisfile.so.3 (0x00007f3222c80000)
	libsmpeg-0.4.so.0 =&gt; /usr/lib/libsmpeg-0.4.so.0 (0x00007f3222a25000)
	libSDL-1.2.so.0 =&gt; /usr/lib/libSDL-1.2.so.0 (0x00007f322278c000)
	libc.so.6 =&gt; /lib/libc.so.6 (0x00007f3222409000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f32237e3000)
	libvorbis.so.0 =&gt; /usr/lib/libvorbis.so.0 (0x00007f32221dc000)
	libogg.so.0 =&gt; /usr/lib/libogg.so.0 (0x00007f3221fd4000)
	libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0x00007f3221cc0000)
	libgcc_s.so.1 =&gt; /lib/libgcc_s.so.1 (0x00007f3221aa9000)
	libpulse-simple.so.0 =&gt; /usr/lib/libpulse-simple.so.0 (0x00007f32218a4000)
	libpulse.so.0 =&gt; /usr/lib/libpulse.so.0 (0x00007f3221662000)
	libdirectfb-1.2.so.0 =&gt; /usr/lib/libdirectfb-1.2.so.0 (0x00007f32213df000)
	libfusion-1.2.so.0 =&gt; /usr/lib/libfusion-1.2.so.0 (0x00007f32211d4000)
	libdirect-1.2.so.0 =&gt; /usr/lib/libdirect-1.2.so.0 (0x00007f3220fbb000)
	libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x00007f3220d9e000)
	libpulsecommon-0.9.21.so =&gt; /usr/lib/libpulsecommon-0.9.21.so (0x00007f3220b51000)
	librt.so.1 =&gt; /lib/librt.so.1 (0x00007f3220949000)
	libX11.so.6 =&gt; /usr/lib/libX11.so.6 (0x00007f3220610000)
	libICE.so.6 =&gt; /usr/lib/libICE.so.6 (0x00007f32203f4000)
	libSM.so.6 =&gt; /usr/lib/libSM.so.6 (0x00007f32201eb000)
	libXtst.so.6 =&gt; /usr/lib/libXtst.so.6 (0x00007f321ffe4000)
	libwrap.so.0 =&gt; /lib/libwrap.so.0 (0x00007f321fdd8000)
	libsndfile.so.1 =&gt; /usr/lib/libsndfile.so.1 (0x00007f321fb73000)
	libdbus-1.so.3 =&gt; /lib/libdbus-1.so.3 (0x00007f321f934000)
	libxcb.so.1 =&gt; /usr/lib/libxcb.so.1 (0x00007f321f716000)
	libuuid.so.1 =&gt; /lib/libuuid.so.1 (0x00007f321f511000)
	libXext.so.6 =&gt; /usr/lib/libXext.so.6 (0x00007f321f2ff000)
	libXi.so.6 =&gt; /usr/lib/libXi.so.6 (0x00007f321f0ee000)
	libnsl.so.1 =&gt; /lib/libnsl.so.1 (0x00007f321eed4000)
	libFLAC.so.8 =&gt; /usr/lib/libFLAC.so.8 (0x00007f321ec89000)
	libvorbisenc.so.2 =&gt; /usr/lib/libvorbisenc.so.2 (0x00007f321e8ad000)
	libXau.so.6 =&gt; /usr/lib/libXau.so.6 (0x00007f321e6a9000)
	libXdmcp.so.6 =&gt; /usr/lib/libXdmcp.so.6 (0x00007f321e4a3000)
Then I looked in the configure log of libsdl-mixer and found that:
 .../sysroots/armv6-novfp-oe-linux-gnueabi/usr/lib/libmikmod.so: undefined reference to `floor'
 collect2: ld returned 1 exit status
 configure:11865: $? = 1
During the detection of libvorbis.

I had no idea on how to fix that,so I asked on irc(#oe on Freenode):
Khem helped me a lot and at some point said(about libmikmod):
 Aug 03 16:57:38 &lt;khem&gt;  add -lm to LDFLAGS
And finally:
 Aug 03 17:35:33 &lt;ensc|w&gt;	GNUtoo|laptop: on first glance, EXTRA_OECONF='-lm' might fix it
 Aug 03 17:35:37 &lt;GNUtoo|laptop&gt;	armv6-novfp-oe-linux-gnueabi/libmikmod-3.2.0-beta2-r1/libmikmod-3.2.0-beta2/libmikmod
 Aug 03 17:35:50 &lt;GNUtoo|laptop&gt;	ensc|w, isn't that risky? but I can try that
 Aug 03 17:36:02 &lt;GNUtoo|laptop&gt;	you mean OEMAKE?
 Aug 03 17:36:11 &lt;ensc|w&gt;	wrong... EXTRA_OECONF='LIBRARY_LIB=-lm'
Thanks a lot for the help

About the PR bump:
 19:59 &lt; khem&gt; you should only bump the pr of the package you are modifying
 19:59 &lt; GNUtoo|htcdream&gt; khem: ok thanks a lot
So I bumped only PR of libmikmod and sdl-mixer
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: bump PR for packages depending on jpeg which changed .so name with 6b -&gt; 8b upgrade</title>
<updated>2010-08-08T07:52:20+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-08-07T19:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fca4a21b18063f16d5dff4adc914a2f131af3696'/>
<id>fca4a21b18063f16d5dff4adc914a2f131af3696</id>
<content type='text'>
* distro maintainers: please consider upgrading jpeg first to bump PR just once
* this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* distro maintainers: please consider upgrading jpeg first to bump PR just once
* this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
</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>libsdl-x11-1.2.14: Update libtool macros and remove legacy staging</title>
<updated>2010-06-15T04:09:21+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-06-14T22:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=869ee7b2395be22c5ce2c7c75f8c0278f3ead12c'/>
<id>869ee7b2395be22c5ce2c7c75f8c0278f3ead12c</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>libsdl-ttf-native: Drop unnecessary FILESPATH</title>
<updated>2010-06-04T23:55:56+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2010-06-04T23:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=4e30a5d825e40bc6a40df5f8a388ac052cfee83d'/>
<id>4e30a5d825e40bc6a40df5f8a388ac052cfee83d</id>
<content type='text'>
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the do_patch apply=yes param implicit if extension is .diff/.patch</title>
<updated>2010-05-25T19:54:52+00:00</updated>
<author>
<name>Chris Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2010-05-24T20:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6fe7cef27069415f2eba36bc640cf59013d4979b'/>
<id>6fe7cef27069415f2eba36bc640cf59013d4979b</id>
<content type='text'>
For .diff/.patch you need to apply manually, you can specify apply=no.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For .diff/.patch you need to apply manually, you can specify apply=no.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename url params patch=&lt;ignored&gt;/pnum=&lt;n&gt; to apply={yes,no}/striplevel=&lt;n&gt;</title>
<updated>2010-05-25T19:53:41+00:00</updated>
<author>
<name>Chris Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2010-05-24T03:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0'/>
<id>bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0</id>
<content type='text'>
I think this makes the behavior rather more clear.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think this makes the behavior rather more clear.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
