<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/site/sh-common, branch corecdp-1.0.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>mono-2.4.2.3: Fix compilation issues.</title>
<updated>2009-10-16T18:29:36+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2009-10-16T18:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a7493cc7d18eb234f42c6d4c8c01ae1faaad1df9'/>
<id>a7493cc7d18eb234f42c6d4c8c01ae1faaad1df9</id>
<content type='text'>
* Disable parallel make, mono does not like it.
* Add a patch to get mono cross compile for x86 target.
* add mono_cv_sizeof_sunpath to site files, becasue
  previously it was called cv_mono_sizeof_sunpath

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Disable parallel make, mono does not like it.
* Add a patch to get mono cross compile for x86 target.
* add mono_cv_sizeof_sunpath to site files, becasue
  previously it was called cv_mono_sizeof_sunpath

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>site/common-linux: centralize bash configure vars</title>
<updated>2009-08-19T21:44:05+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-08-17T22:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=29f099ea70301ec0eb672d5e9b0d0ed36ee015f9'/>
<id>29f099ea70301ec0eb672d5e9b0d0ed36ee015f9</id>
<content type='text'>
If the other site files are accurate, almost all of the bash vars
are universal across Linux.

Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the other site files are accurate, almost all of the bash vars
are universal across Linux.

Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba, samba-essential: Move IFACE related autoconf variables to common-linux site file.</title>
<updated>2008-11-26T19:12:27+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@embeddedalley.com</email>
</author>
<published>2008-11-26T19:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bb12cd9c0a757e6ef696d57923821829f00ace79'/>
<id>bb12cd9c0a757e6ef696d57923821829f00ace79</id>
<content type='text'>
As reported by me in bug 4854, the IFACE autoconf variables are found
in some, bug not all arch site files, but these are really common linux
variables and as such, should be in common-linux.  Bump PR as there is a
change here in some arches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As reported by me in bug 4854, the IFACE autoconf variables are found
in some, bug not all arch site files, but these are really common linux
variables and as such, should be in common-linux.  Bump PR as there is a
change here in some arches.
</pre>
</div>
</content>
</entry>
<entry>
<title>site/sh-common: Added ac_cv_func_posix_getgrgid_r=yes</title>
<updated>2008-03-16T17:55:45+00:00</updated>
<author>
<name>Leon Woestenberg</name>
<email>leon.woestenberg@gmail.com</email>
</author>
<published>2008-03-16T17:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c6403c11bd57afbbb62f9e31c1f597d86c0dacf5'/>
<id>c6403c11bd57afbbb62f9e31c1f597d86c0dacf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>site: Update the site files to handle glibc having sys_siglist while uclibc</title>
<updated>2007-05-17T02:23:59+00:00</updated>
<author>
<name>Jamie Lenehan</name>
<email>lenehan@twibble.org</email>
</author>
<published>2007-05-17T02:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=16ece46b049659d5fa1a9be61c955afa714fcb7a'/>
<id>16ece46b049659d5fa1a9be61c955afa714fcb7a</id>
<content type='text'>
doesn't. It was only enabled for arm and ixp4xx in older version of uclibc
but not for anything else. Uclibc says it'll go away in uclibc soon and so
shouldn't be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't. It was only enabled for arm and ixp4xx in older version of uclibc
but not for anything else. Uclibc says it'll go away in uclibc soon and so
shouldn't be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>site/*: move mr_cv_target_elf to common as all our targets are ELF systems - this also make libelf buildable</title>
<updated>2007-03-23T18:02:03+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openembedded.org</email>
</author>
<published>2007-03-23T18:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c88750093b1ea4da88fc703d9e0677603777cae5'/>
<id>c88750093b1ea4da88fc703d9e0677603777cae5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>site/sh-common: Add entry required to build the latest version of apr, which</title>
<updated>2007-01-06T03:13:05+00:00</updated>
<author>
<name>Jamie Lenehan</name>
<email>lenehan@twibble.org</email>
</author>
<published>2007-01-06T03:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c6513255ea6c80568472c317339f693f75c26407'/>
<id>c6513255ea6c80568472c317339f693f75c26407</id>
<content type='text'>
is needed for subversion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is needed for subversion.
</pre>
</div>
</content>
</entry>
<entry>
<title>site: Start to refactor files to benefit from common site files. Much more work is needed but this is a start</title>
<updated>2007-01-01T16:10:22+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-01-01T16:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ca7658fb6fe2edf45495375df6b494fa3173254a'/>
<id>ca7658fb6fe2edf45495375df6b494fa3173254a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>site/sh{3,4}: Merge the sh3 and sh4 site files into a single common site file</title>
<updated>2006-11-16T04:03:35+00:00</updated>
<author>
<name>Jamie Lenehan</name>
<email>lenehan@twibble.org</email>
</author>
<published>2006-11-16T04:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d95a2d3fdd55555e34eb3cb44e62399ea70fcca3'/>
<id>d95a2d3fdd55555e34eb3cb44e62399ea70fcca3</id>
<content type='text'>
for both of them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for both of them.
</pre>
</div>
</content>
</entry>
</feed>
