diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-05-06 12:59:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 13:00:33 +0100 |
commit | 5ae4aadcae85c129aef6dd6ce2dcdd55e8ae9053 (patch) | |
tree | 1c7ea8d3302a017f908c6c2f2453960b4ddcc6f2 /meta/files | |
parent | cc9d01fe646a099edeba660f8d616bc06f64b285 (diff) | |
download | poky-5ae4aadcae85c129aef6dd6ce2dcdd55e8ae9053.tar.gz |
tcl: cleanup
Changes:
- add missing licence file: tcl
- use binconfig to patch tclConfig.sh paths
- avoid subshell in do_configure()
- use ${PV}
(From OE-Core rev: 6ef8ac2ff97a408d4311ebebbafcfaf0a84be4d9)
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r-- | meta/files/common-licenses/tcl | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/files/common-licenses/tcl b/meta/files/common-licenses/tcl new file mode 100644 index 0000000000..d8049cd9e7 --- /dev/null +++ b/meta/files/common-licenses/tcl | |||
@@ -0,0 +1,40 @@ | |||
1 | This software is copyrighted by the Regents of the University of | ||
2 | California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState | ||
3 | Corporation and other parties. The following terms apply to all files | ||
4 | associated with the software unless explicitly disclaimed in | ||
5 | individual files. | ||
6 | |||
7 | The authors hereby grant permission to use, copy, modify, distribute, | ||
8 | and license this software and its documentation for any purpose, provided | ||
9 | that existing copyright notices are retained in all copies and that this | ||
10 | notice is included verbatim in any distributions. No written agreement, | ||
11 | license, or royalty fee is required for any of the authorized uses. | ||
12 | Modifications to this software may be copyrighted by their authors | ||
13 | and need not follow the licensing terms described here, provided that | ||
14 | the new terms are clearly indicated on the first page of each file where | ||
15 | they apply. | ||
16 | |||
17 | IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY | ||
18 | FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES | ||
19 | ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY | ||
20 | DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE | ||
21 | POSSIBILITY OF SUCH DAMAGE. | ||
22 | |||
23 | THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, | ||
24 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, | ||
25 | FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE | ||
26 | IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE | ||
27 | NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR | ||
28 | MODIFICATIONS. | ||
29 | |||
30 | GOVERNMENT USE: If you are acquiring this software on behalf of the | ||
31 | U.S. government, the Government shall have only "Restricted Rights" | ||
32 | in the software and related documentation as defined in the Federal | ||
33 | Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you | ||
34 | are acquiring the software on behalf of the Department of Defense, the | ||
35 | software shall be classified as "Commercial Computer Software" and the | ||
36 | Government shall have only "Restricted Rights" as defined in Clause | ||
37 | 252.227-7014 (b) (3) of DFARs. Notwithstanding the foregoing, the | ||
38 | authors grant the U.S. Government and others acting in its behalf | ||
39 | permission to use and distribute the software in accordance with the | ||
40 | terms specified in this license. | ||