<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/update-rc.d.bbclass, 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>update-rc.d.bbclass: add dependency on update-rc.d-native</title>
<updated>2010-04-13T16:28:43+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2010-04-09T14:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f09ff5683c9477b9a59f0f56264a2bafa8682a26'/>
<id>f09ff5683c9477b9a59f0f56264a2bafa8682a26</id>
<content type='text'>
Recipes are using update-rc.d to do postinst and postinst scripts are being
ran on build hosts where native version is needed to run properly. It is
needed only at image build stage, but it's easier to have it in DEPENDS,
build time for it is almost zero anyway.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recipes are using update-rc.d to do postinst and postinst scripts are being
ran on build hosts where native version is needed to run properly. It is
needed only at image build stage, but it's easier to have it in DEPENDS,
build time for it is almost zero anyway.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>classes: Drop a number of unneeded import calls (from Poky)</title>
<updated>2009-11-16T10:45:23+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-16T10:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bc465d83ad8665211b6f9664b418f4eafcc5ca6c'/>
<id>bc465d83ad8665211b6f9664b418f4eafcc5ca6c</id>
<content type='text'>
Signed-off-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: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update-rc.d.bbclass: make prerm and postrm dpkg-compatible</title>
<updated>2009-10-26T08:49:20+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-10-26T08:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1f7a632a9689fb9b6e03eefd0781f3e39c6f12e5'/>
<id>1f7a632a9689fb9b6e03eefd0781f3e39c6f12e5</id>
<content type='text'>
* prerm : only stop service at the "upgrade" and "remove" steps
* postrm : only remove symlinks at the "remove" and "purge" steps, after
  checking the init script no longer exists
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* prerm : only stop service at the "upgrade" and "remove" steps
* postrm : only remove symlinks at the "remove" and "purge" steps, after
  checking the init script no longer exists
</pre>
</div>
</content>
</entry>
<entry>
<title>update-rc.d: don't add runtime dependency if not doing online package management; only add it to ${PN} in any case.</title>
<updated>2009-06-13T14:44:35+00:00</updated>
<author>
<name>Phil Blundell</name>
<email>philb@gnu.org</email>
</author>
<published>2009-06-13T14:44:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ee690abcef0df80271729ca869f19164b1c15bbe'/>
<id>ee690abcef0df80271729ca869f19164b1c15bbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update-rc.d.bbclass: honor $D as well in updatercd_postrm</title>
<updated>2008-12-22T06:27:24+00:00</updated>
<author>
<name>John Lee</name>
<email>john_lee@openmoko.org</email>
</author>
<published>2008-12-22T06:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9280ba1f0ba54dc18a6989b59d85e17dee6b805e'/>
<id>9280ba1f0ba54dc18a6989b59d85e17dee6b805e</id>
<content type='text'>
Without this, postrm script will try to remove service on the host
system in a toolchain environment.

Patch created by Christopher Hall &lt;hsw@openmoko.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, postrm script will try to remove service on the host
system in a toolchain environment.

Patch created by Christopher Hall &lt;hsw@openmoko.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure update-rc is always executed in an offline postinst (from poky r4976)</title>
<updated>2008-07-29T13:36:42+00:00</updated>
<author>
<name>Michael Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2008-07-29T13:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e035f3faab1c98f8a2f33a8640915f849166c745'/>
<id>e035f3faab1c98f8a2f33a8640915f849166c745</id>
<content type='text'>
(Note: This fixes (among other things) dbus not being started on first boot)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Note: This fixes (among other things) dbus not being started on first boot)
</pre>
</div>
</content>
</entry>
<entry>
<title>update-rc.d: merge in ${D} cleanups from poky</title>
<updated>2007-08-08T13:42:50+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2007-08-08T13:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=aafc991015bccabfa1f03cac6ea8b7790c68a50f'/>
<id>aafc991015bccabfa1f03cac6ea8b7790c68a50f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>classes: Clean up anonymous function whitespace</title>
<updated>2006-11-20T09:40:17+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2006-11-20T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a050fa1ffdebd94452b185cb31022e3a0a2e9d2a'/>
<id>a050fa1ffdebd94452b185cb31022e3a0a2e9d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Micro-Optimisation decreasing initial parsing time by 10%</title>
<updated>2006-11-18T16:55:13+00:00</updated>
<author>
<name>Holger Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2006-11-18T16:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=56b7d78a034187f66e08f3b3e2de55bd878cf9b5'/>
<id>56b7d78a034187f66e08f3b3e2de55bd878cf9b5</id>
<content type='text'>
    python () {} and python __anonymous () {} are as the same
    says functions without a name. They get executed when the
    main bb file is completely parsed. This is used to set
    information like FILESDIR.
    This is a python method so it gets evaled which means compiled
    and executed a lot of times. By moving the code of the anonfunc
    into a proper method this is only compiled once. The result is
    is the 10% speed up when parsing.
    Reindent anonfuncs and new defs without tabs and four spaces
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    python () {} and python __anonymous () {} are as the same
    says functions without a name. They get executed when the
    main bb file is completely parsed. This is used to set
    information like FILESDIR.
    This is a python method so it gets evaled which means compiled
    and executed a lot of times. By moving the code of the anonfunc
    into a proper method this is only compiled once. The result is
    is the 10% speed up when parsing.
    Reindent anonfuncs and new defs without tabs and four spaces
</pre>
</div>
</content>
</entry>
<entry>
<title>provide both postrm and prerm for update-rc.d users</title>
<updated>2005-06-28T12:51:44+00:00</updated>
<author>
<name>Phil Blundell</name>
<email>philb@gnu.org</email>
</author>
<published>2005-06-28T12:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f9186ef3e24f59340c74f211450d747d3b84ec4f'/>
<id>f9186ef3e24f59340c74f211450d747d3b84ec4f</id>
<content type='text'>
BKrev: 42c147e0CkwnoUmrLRuV35U7XC-5iQ
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BKrev: 42c147e0CkwnoUmrLRuV35U7XC-5iQ
</pre>
</div>
</content>
</entry>
</feed>
