diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:53:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-08 23:53:01 +0000 |
commit | f5665d5bfcfb13d01da9e4c7d5046453e80f7baf (patch) | |
tree | b8908549afaf3006bf3763419711090ac999c2a4 /bitbake/lib/bb/methodpool.py | |
parent | aec95de5f7dca2afa3a4a0bdb0d4d553c13f680d (diff) | |
download | poky-f5665d5bfcfb13d01da9e4c7d5046453e80f7baf.tar.gz |
bitbake: Sync with upstream.
* File licence headers were sanitised causing most of the diff.
* cooker.py was created from bin/bitbake.
* cvs fetcher port option was added
* The -f force option was fixed to work correctly
* Multiple entries in rrecrdeps are now handled correctly
(allows adding do_deploy to image depends)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1129 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/methodpool.py')
-rw-r--r-- | bitbake/lib/bb/methodpool.py | 35 |
1 files changed, 10 insertions, 25 deletions
diff --git a/bitbake/lib/bb/methodpool.py b/bitbake/lib/bb/methodpool.py index f0565ce790..f43c4a0580 100644 --- a/bitbake/lib/bb/methodpool.py +++ b/bitbake/lib/bb/methodpool.py | |||
@@ -3,34 +3,19 @@ | |||
3 | # | 3 | # |
4 | # | 4 | # |
5 | # Copyright (C) 2006 Holger Hans Peter Freyther | 5 | # Copyright (C) 2006 Holger Hans Peter Freyther |
6 | # All rights reserved. | ||
7 | # | 6 | # |
8 | # Redistribution and use in source and binary forms, with or without | 7 | # This program is free software; you can redistribute it and/or modify |
9 | # modification, are permitted provided that the following conditions are met: | 8 | # it under the terms of the GNU General Public License version 2 as |
9 | # published by the Free Software Foundation. | ||
10 | # | 10 | # |
11 | # Redistributions of source code must retain the above copyright notice, | 11 | # This program is distributed in the hope that it will be useful, |
12 | # this list of conditions and the following disclaimer. | 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | # GNU General Public License for more details. | ||
13 | # | 15 | # |
14 | # Redistributions in binary form must reproduce the above copyright | 16 | # You should have received a copy of the GNU General Public License along |
15 | # notice, this list of conditions and the following disclaimer in the | 17 | # with this program; if not, write to the Free Software Foundation, Inc., |
16 | # documentation and/or other materials provided with the distribution. | 18 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 | # | ||
18 | # Neither the name Holger Hans Peter Freyther nor the names of its | ||
19 | # contributors may be used to endorse or promote products derived | ||
20 | # from this software without specific prior written permission. | ||
21 | # | ||
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
23 | # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
24 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | ||
25 | # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
26 | # COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
27 | # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
28 | # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
29 | # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
30 | # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | ||
31 | # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | ||
32 | # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
33 | # POSSIBILITY OF SUCH DAMAGE. | ||
34 | 19 | ||
35 | 20 | ||
36 | """ | 21 | """ |