<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/automake, 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>automake_1.11.1.bb: Remove DEFAULT_PREFERENCE = "-1"</title>
<updated>2010-05-20T20:39:13+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-05-18T16:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=df6007e5d3d0f9205e8fe6183aabae197ad75aa8'/>
<id>df6007e5d3d0f9205e8fe6183aabae197ad75aa8</id>
<content type='text'>
Hi,

I was working on upgrading gettext and some other packages to latest
versions but they use features from automake 1.11. We have this recipe
but it not enabled. I ask for approval to make it default. I have
build few images thus far without any problems and SHR already uses
it as preferred automake. Some distributions ask for specific versions
they wont be affected.

Thanks

-Khem

* This would enable it by default for distributions
  who do not stick to a particular version of automake.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hi,

I was working on upgrading gettext and some other packages to latest
versions but they use features from automake 1.11. We have this recipe
but it not enabled. I ask for approval to make it default. I have
build few images thus far without any problems and SHR already uses
it as preferred automake. Some distributions ask for specific versions
they wont be affected.

Thanks

-Khem

* This would enable it by default for distributions
  who do not stick to a particular version of automake.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: move checksums to recipes from checksums.ini</title>
<updated>2010-04-12T18:07:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-04-10T09:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=44985d56bc556786812a0a02d6219afd31a7381d'/>
<id>44985d56bc556786812a0a02d6219afd31a7381d</id>
<content type='text'>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>automake_1.10.3.bb : add latest version of 1.10.X branch.</title>
<updated>2010-03-18T20:55:18+00:00</updated>
<author>
<name>Graeme Gregory</name>
<email>dp@xora.org.uk</email>
</author>
<published>2010-03-18T20:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1f4479554dbe426d0ffe6453ba80e67708e971d7'/>
<id>1f4479554dbe426d0ffe6453ba80e67708e971d7</id>
<content type='text'>
This fixes CVE-2009-4029
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes CVE-2009-4029
</pre>
</div>
</content>
</entry>
<entry>
<title>autoconf: merged Poky changes (BBEXTENDCLASS + new staging)</title>
<updated>2010-03-01T12:56:06+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>marcin@juszkiewicz.com.pl</email>
</author>
<published>2010-03-01T11:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b6faf3681a61ede4d806ce0465f953d600e388e8'/>
<id>b6faf3681a61ede4d806ce0465f953d600e388e8</id>
<content type='text'>
Signed-off-by: Marcin Juszkiewicz &lt;marcin@juszkiewicz.com.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marcin Juszkiewicz &lt;marcin@juszkiewicz.com.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>automake: Add 1.11.1</title>
<updated>2010-01-06T18:04:39+00:00</updated>
<author>
<name>Dirk Opfer</name>
<email>dirk@do13.de</email>
</author>
<published>2010-01-06T17:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=74c50903a0d38f9f2be28675bfb1a37ff4a39357'/>
<id>74c50903a0d38f9f2be28675bfb1a37ff4a39357</id>
<content type='text'>
Lighttpd needs recent automake with AM_SILENT macro.
Set DEFAULT_PREFERENCE = "-1"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lighttpd needs recent automake with AM_SILENT macro.
Set DEFAULT_PREFERENCE = "-1"
</pre>
</div>
</content>
</entry>
<entry>
<title>automake: Recipes cleanup and fixes:</title>
<updated>2009-09-19T21:19:28+00:00</updated>
<author>
<name>Stanislav Brabec</name>
<email>utx@penguin.cz</email>
</author>
<published>2009-09-19T21:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fdbb57d061fab29f3517b43b96e0e16a2bd77902'/>
<id>fdbb57d061fab29f3517b43b96e0e16a2bd77902</id>
<content type='text'>
* Move common part of recipes to automake.inc.
* Use conditional ac_cv_path_PERL instead of path_prog_fixes.patch to fix automake on target.
* Remove unneeded datadir symlinks that make impossible to install more automake versions.
* Make symlinks from unversioned copy of binaries.
* Cleanup of obsolete parts of recipesthat make impossible to install more automake versions.
* Make symlinks from unversioned copy of binaries.
* Cleanup of obsolete parts of recipes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move common part of recipes to automake.inc.
* Use conditional ac_cv_path_PERL instead of path_prog_fixes.patch to fix automake on target.
* Remove unneeded datadir symlinks that make impossible to install more automake versions.
* Make symlinks from unversioned copy of binaries.
* Cleanup of obsolete parts of recipesthat make impossible to install more automake versions.
* Make symlinks from unversioned copy of binaries.
* Cleanup of obsolete parts of recipes.
</pre>
</div>
</content>
</entry>
<entry>
<title>automake: RDEPENDS on perl-module-file-path, needed by autoconf/Autom4te/General.pm.</title>
<updated>2009-07-25T18:30:37+00:00</updated>
<author>
<name>Stanislav Brabec</name>
<email>utx@penguin.cz</email>
</author>
<published>2009-07-25T18:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=156b83943190a7b9b3b85f35bee1378c4c6e9d9c'/>
<id>156b83943190a7b9b3b85f35bee1378c4c6e9d9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>automake-native: use require, not include.</title>
<updated>2009-03-22T02:58:21+00:00</updated>
<author>
<name>Chris Larson</name>
<email>clarson@mvista.com</email>
</author>
<published>2009-02-26T22:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c170ace0455882aa04960291d78fcdba6d69318d'/>
<id>c170ace0455882aa04960291d78fcdba6d69318d</id>
<content type='text'>
Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>automake 1.9.6: Retrieve recipe from history.</title>
<updated>2009-03-19T23:55:25+00:00</updated>
<author>
<name>Robert Schuster</name>
<email>thebohemian@gmx.net</email>
</author>
<published>2009-03-19T23:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3eaf6239186f82ac37e8e9772d51b1d686f36c1b'/>
<id>3eaf6239186f82ac37e8e9772d51b1d686f36c1b</id>
<content type='text'>
automake-native 1.9.6: Retrieve recipe from history.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
automake-native 1.9.6: Retrieve recipe from history.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename packages/ to recipes/ per earlier agreement</title>
<updated>2009-03-17T18:32:59+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denis@denix.org</email>
</author>
<published>2009-03-17T18:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=709c4d66e0b107ca606941b988bad717c0b45d9b'/>
<id>709c4d66e0b107ca606941b988bad717c0b45d9b</id>
<content type='text'>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Mike Westerhof &lt;mwester@dls.net&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Acked-by: Marcin Juszkiewicz &lt;hrw@openembedded.org&gt;
Acked-by: Koen Kooi &lt;koen@openembedded.org&gt;
Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
