<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/packages/python/python-native_2.5.1.bb, branch corecdp-1.1.0</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>python: remove 2.4 and 2.5</title>
<updated>2009-01-10T19:42:38+00:00</updated>
<author>
<name>Michael 'Mickey' Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2009-01-10T19:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7fb704a0d10a35270c97ef20d47b7d57963341d8'/>
<id>7fb704a0d10a35270c97ef20d47b7d57963341d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python-native: ensure that python has zlib support by adding zlib-native as dependecy</title>
<updated>2009-01-02T16:37:51+00:00</updated>
<author>
<name>Steve Sakoman</name>
<email>sakoman@tera.(none)</email>
</author>
<published>2009-01-03T00:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d78303da76e24fa259bf91a7c30aa3f67d7e867b'/>
<id>d78303da76e24fa259bf91a7c30aa3f67d7e867b</id>
<content type='text'>
python-native: ensure that python has zlib support by adding zlib-native as dependecy

Firefox build will fail if python lacks zlib support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python-native: ensure that python has zlib support by adding zlib-native as dependecy

Firefox build will fail if python lacks zlib support
</pre>
</div>
</content>
</entry>
<entry>
<title>bb files: Revert the introduction of FILE_PR</title>
<updated>2008-10-18T16:02:07+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2008-10-15T08:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c0b6dd9b41279ff00c5a90e49108945a0fee9cdd'/>
<id>c0b6dd9b41279ff00c5a90e49108945a0fee9cdd</id>
<content type='text'>
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
    approach that was taken leads to disagreement and the change was pushed
    too early. DISTRO_PR is going to say and will be used inside the package
    creation. There will be more disucssion on the list about where to continue
    from here.
</pre>
</div>
</content>
</entry>
<entry>
<title>[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR</title>
<updated>2008-10-15T19:41:43+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2008-10-15T08:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=aa03004ace2fabb135a6208ef8c2d2b312aa7b0b'/>
<id>aa03004ace2fabb135a6208ef8c2d2b312aa7b0b</id>
<content type='text'>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Allow a distribution to globally bump the PR of every package
    this is useful when there was a change in the toolchain and
    every package is going to be different.

    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
    find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;

Acked-By: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python-native: attempt to fix python-native build (it's more of a python-cross builds now) </title>
<updated>2008-10-08T09:07:59+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2008-10-08T09:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=694a522d4bf8c96eb0dbee16fe789aae7640aadc'/>
<id>694a522d4bf8c96eb0dbee16fe789aae7640aadc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python-native: sync with poky</title>
<updated>2008-10-02T11:17:40+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2008-10-02T11:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9043f995bef80e7000e28d4ec628abe2d364ff06'/>
<id>9043f995bef80e7000e28d4ec628abe2d364ff06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python-native 2.5.1 add distutils patch to catch up with newer SWIG versions</title>
<updated>2008-07-12T14:07:07+00:00</updated>
<author>
<name>Michael Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2008-07-12T14:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a596e3e23fd60995a89318bd3518797a94bfa1d8'/>
<id>a596e3e23fd60995a89318bd3518797a94bfa1d8</id>
<content type='text'>
This fixes the infamous:
TypeError: swig_sources() takes exactly 2 arguments (3 given)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the infamous:
TypeError: swig_sources() takes exactly 2 arguments (3 given)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove final references to BUILD_SYS in staging paths</title>
<updated>2007-10-29T23:08:22+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-10-29T23:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=113d446f1e5db3da857162e1ee082f04379023f9'/>
<id>113d446f1e5db3da857162e1ee082f04379023f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>packages: Improve BUILD_SYS references to staging</title>
<updated>2007-10-29T20:31:21+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-10-29T20:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c61d6845d6ceddacf4ddaed9ea4e46bc0b7c65c0'/>
<id>c61d6845d6ceddacf4ddaed9ea4e46bc0b7c65c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python-native: drop NOTEs from cross-distutils.patch</title>
<updated>2007-09-29T11:43:11+00:00</updated>
<author>
<name>Philipp Zabel</name>
<email>philipp.zabel@gmail.com</email>
</author>
<published>2007-09-29T11:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d1955257f59b4db7bc6c4cce1c3fa56acbf5959f'/>
<id>d1955257f59b4db7bc6c4cce1c3fa56acbf5959f</id>
<content type='text'>
* these unexpected prints to stdout can confuse the SCons build system
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* these unexpected prints to stdout can confuse the SCons build system
</pre>
</div>
</content>
</entry>
</feed>
