<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/wireless-tools, branch rm</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>wireless-tools.inc: Change first use of SRC_URI from += to =</title>
<updated>2009-08-20T03:57:36+00:00</updated>
<author>
<name>Jeremy Puhlman</name>
<email>jpuhlman@mvista.com</email>
</author>
<published>2009-04-05T14:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f171a1e3ebe87a7dce99bd44ae6f012828ceac1d'/>
<id>f171a1e3ebe87a7dce99bd44ae6f012828ceac1d</id>
<content type='text'>
Since wireless-tools.inc is included at the top of the recipe it should clear
SRC_URI.

Without this, SRC_URI contains the recipe file, which in turn gets
installed in to the work area. When using BBPATH to set BBFILES,
this causes an error on subsequent parsing due to wireless-tools.inc
does not get copied with the recipe and is not found.

Signed-off-by: Jeremy Puhlman &lt;jpuhlman@mvista.com&gt;
Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since wireless-tools.inc is included at the top of the recipe it should clear
SRC_URI.

Without this, SRC_URI contains the recipe file, which in turn gets
installed in to the work area. When using BBPATH to set BBFILES,
this causes an error on subsequent parsing due to wireless-tools.inc
does not get copied with the recipe and is not found.

Signed-off-by: Jeremy Puhlman &lt;jpuhlman@mvista.com&gt;
Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wireless-tools: Fix libiw/ifrename packages, bump PR.</title>
<updated>2009-04-06T21:45:34+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@embeddedalley.com</email>
</author>
<published>2009-04-03T16:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=28d0f54e301b5063eaf3587c57fd5422ae7fb2b2'/>
<id>28d0f54e301b5063eaf3587c57fd5422ae7fb2b2</id>
<content type='text'>
We weren't creating the above packages as we needed to use '=+' not '+=' here
to take things from the default package. For these additional packages, add
files with '=' not '+=' and we only need to add ${sysconfdir}/network to the
base package glob. Also we need to run install-static to get libiw.a to be
installed.

Signed-off-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We weren't creating the above packages as we needed to use '=+' not '+=' here
to take things from the default package. For these additional packages, add
files with '=' not '+=' and we only need to add ${sysconfdir}/network to the
base package glob. Also we need to run install-static to get libiw.a to be
installed.

Signed-off-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>wireless-tools: use LDFLAGS (fixes QA error)</title>
<updated>2009-04-02T09:24:54+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-04-02T09:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b0f170f9cec728483f282c65c44d48b33ac12f2e'/>
<id>b0f170f9cec728483f282c65c44d48b33ac12f2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wireless-tools: do ifconfig down before the ifconfig up is done.</title>
<updated>2009-03-20T03:32:00+00:00</updated>
<author>
<name>Mike Westerhof</name>
<email>mwester@dls.net</email>
</author>
<published>2009-03-20T03:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=295488d84cc0b856e97a6fab0d725d33e5e55873'/>
<id>295488d84cc0b856e97a6fab0d725d33e5e55873</id>
<content type='text'>
Required to reliably re-initialize the interface if it was running previously.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Required to reliably re-initialize the interface if it was running previously.
</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>
