summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versionsRichard Purdie2012-03-214-1/+12
| | | | | | (From OE-Core rev: b60d0c57a2e16d690fd11c6349917efc57630004) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gzip/pigz-native: Install into a prefix to avoid clashing with system binariesRichard Purdie2012-03-216-4/+13
| | | | | | | | | | | | | | | | | | | | | Due to the system providing a copy of gzip, we face some issues when we 'shadow' that copy with our own leading to a varient of race type bugs, and issues for example if a dependency such as libz is missing but the binary is still present. We usually rely on our dependency logic to protect us from this but for gzip, we don't have this protection since its not listed by all its users (and doing so would be impractical). This patch installed pigz and gzip into their own directory which we only add to PATH when we explictly want these binaries in much the same way we do with perl-native. This means dependency logic is correct when we use the binary and everything should work well. The patch adds an explict dependency into image.bbclass since the accelerated speed of compression is most appreciated at rootfs time. (From OE-Core rev: 7a98c0ef28822ae1fcee45b14db3edcfd4c7ad8f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to ↵Richard Purdie2012-03-212-0/+9
| | | | | | | | | | | | avoid issues This resolves issues related to pigz-native when installing from sstate that people have been seeing. It also gives us a way to solve issues like the gzip-native race during sstate package creation covered in Yocto #1774. (From OE-Core rev: 518dffe20178f5969dddccb17d6ab347afb72beb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildhistory_analysis: avoid printing PE/PV/PR more than oncePaul Eggleton2012-03-211-3/+5
| | | | | | | | | | Don't print PE/PV/PR changes as related field changes of related field changes (i.e. only print them once at the top level). (From OE-Core rev: 33046605549501bed9ceff102614d86ba54a5891) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildhistory_analysis: report if all items removed from a listPaul Eggleton2012-03-211-1/+4
| | | | | | | | | If all items have been removed from a list then state that explicitly. (From OE-Core rev: 2434a751e9684058786d4595cef3678d397f3c39) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildhistory_analysis: skip FILELIST changes for dbg packagesPaul Eggleton2012-03-211-0/+2
| | | | | | | | | | Don't report when files are added or removed from dbg packages unless it results in the package being empty. (From OE-Core rev: ee57a989188519dd40310cb5576cbff4b247ad95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildhistory_analysis: hide version number increases in dependenciesPaul Eggleton2012-03-211-4/+47
| | | | | | | | | | | If an item in RDEPENDS or RRECOMMENDS only increases in its version number then don't report it as a change, since we don't care about it. This significantly reduces the noise after upgrades. (From OE-Core rev: f72b2a1bda35a99292063c1cc6ff563b397e190d) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* buildhistory_analysis: use bb.utils.explode_dep_versionsPaul Eggleton2012-03-211-2/+9
| | | | | | | | | | | | Previously this had its own implementation of splitting a list of packages with optional version e.g. "libncurses-dev (>= 5.9)"; switch to using the already existing bitbake function which does this as it is much better tested. (From OE-Core rev: de21a483063d9803c4ce1d62b03913ccad2931bd) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.Lianhao Lu2012-03-212-1/+1
| | | | | | | | | | | | | Change the recipe name lttng-ust from lttng-2.0 to lttng2-ust so that that both the lttng-ust of the old framework and of the new framework lttng-2.0 can coexist. Fixed bug [YOCTO #2062]. (From OE-Core rev: 0d9fc8185945328837aa1a3d9d705afa56856853) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: update to version 3.1Andreas Oberritter2012-03-212-16/+35
| | | | | | | | | | * Supports disks > 2TB [RP:Add in missing delta of fixed in subsequent version] (From OE-Core rev: daa6d80d902cb35af1b3f3f1e9e55cb944eb2de0) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* syslinux: fix stripped file warningsPaul Eggleton2012-03-212-2/+34
| | | | | | | | | | | | | Fix the following package warnings: WARNING: File '/usr/bin/memdiskfind' from syslinux was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/syslinux' from syslinux was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/gethostip' from syslinux was already stripped, this will prevent future debugging! WARNING: File '/usr/bin/isohybrid' from syslinux was already stripped, this will prevent future debugging! (From OE-Core rev: 90bf61226d1bebd846ad9dc028affc334862e794) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libacpi: fix stripped file warningPaul Eggleton2012-03-211-1/+2
| | | | | | | | | | Fix the following package warning: WARNING: File '/usr/bin/test-libacpi' from libacpi was already stripped, this will prevent future debugging! (From OE-Core rev: 678b895fba610c71fcbb13555bf96322dcb15aea) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hdparm: fix stripped file warningPaul Eggleton2012-03-211-0/+4
| | | | | | | | | | Fix the following package warning: WARNING: File '/sbin/hdparm.hdparm' from hdparm was already stripped, this will prevent future debugging! (From OE-Core rev: d2625ddfdee752ed790aa6b9a8b8ceade8358093) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: update opensslScott Garman2012-03-211-3/+3
| | | | | | | (From OE-Core rev: 486c0abeaaf9e4467d3f72a24cc6956595c955f3) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: upgrade to 1.0.0.hScott Garman2012-03-2118-39/+2
| | | | | | | | | | | | | Removed pkg-config.patch, which was incorporated upstream. Addresses CVE-2012-0884. Fixes bug [YOCTO #2139]. (From OE-Core rev: 50d99fc8c5a158c7f3ce3e72377827f53406d88f) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: add nfs-utils and nfs-utils-client into the targetDexuan Cui2012-03-211-1/+3
| | | | | | | | | Without this, in the target, we don't have the mount.nfs utility. (From OE-Core rev: 42fb0129c701c52df978430da3d237c924d1d5ee) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* parted: update to version 3.1Andreas Oberritter2012-03-215-4/+50
| | | | | | | | | * Supports disks > 2TB (From OE-Core rev: 27dd817838647d43769b400e7829730f7180a79a) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: updates for upgraded recipes and manual checksScott Garman2012-03-211-13/+13
| | | | | | | | | | | | Upgraded e2fsprogs recipe. Manual checks done for libpng, libgdbus, expat, chrpath, opensp, and nfs-utils. (From OE-Core rev: 4ab84358f072e29c618d4e7532ab903747bbe618) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* e2fsprogs: upgrade to 1.42.1Scott Garman2012-03-215-8/+14
| | | | | | | | | | Includes minor tweaks to the formatting of some patch headers and the addition of a SOB line where needed. (From OE-Core rev: bb9af542bc69f417d414d92ebf46a9412944c1e1) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: Remove trailing whitespaceDarren Hart2012-03-211-143/+143
| | | | | | | | | | Remove all trailing whitespace from the distro tracking text. (From OE-Core rev: 5fe34f0c6a6808a3abb0107c06b13b3d6ceb4ceb) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro-tracking: Update rt-tests, trace-cmd, and kernel sharkDarren Hart2012-03-211-6/+19
| | | | | | | | | | | o Add common fields for these recipes. o Note no update due to being on the current version. (From OE-Core rev: 0d5450cf0cca1d414109f34d47c4db5af3d80b6c) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxxf86dga: Upgrade to 1.1.3Saul Wold2012-03-212-11/+11
| | | | | | | (From OE-Core rev: 99d3d7c461e3b19ea807dd7aabfcd4c239b531a6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: UpdateSaul Wold2012-03-211-6/+6
| | | | | | | (From OE-Core rev: ed1c17d23836ccfff4e74ab4e2c4cc5ef9df59a3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* resolvconf: Upgrade to 1.64Saul Wold2012-03-211-2/+2
| | | | | | | (From OE-Core rev: a13d00df7768ecb297b47df307c44907b6f6dcb3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* imake: Upgrade to 1.0.5Saul Wold2012-03-211-3/+3
| | | | | | | (From OE-Core rev: fa21e26394a575a51fc1338c83deb20ccc1f4c23) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnutls: Update to 2.12.17Saul Wold2012-03-216-3/+3
| | | | | | | (From OE-Core rev: bb7e461b08783a2acfef2f13b577ca9109c065fd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxi: upgrade to 1.4.5Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 9d5bce4b769e78b95fd4d7e373b165f22db57a65) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: upgrade to 1.8.1Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 9084854652020f16a21e1214f7bb47cf0bd5a974) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* font-util: upgrade to 1.3.0Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: c58a6ea0a29960d9b6f683d70318080a39b884c1) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* inputproto: upgrade to 2.2Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 5d42b72f7d813e862adebd0a805aff7caebb0790) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxres: upgrade to 1.0.6Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 32f4b8621168111c7c0298efd8c046d54a5587e0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxfont: upgrade to 1.4.5Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: 5e62255e0e3d262b88d97ba4cfcffb5d7e307651) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libXvMC: upgrade to 1.0.7Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: 938b76383b24a44eb609fb4f88fa8f88179d74d2) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxtst: upgrade to 1.2.1Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: 672046dd2676ff0ff1e44f14f83dbe40e1f14de0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxft: upgrade to 2.3.0Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: 517976cf0c2a6eb5cf3656aa262c367f99fabc44) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdmx: upgrade to 1.1.2Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 7955ce5e8bd98287a81d2dfa2b82cfa17c8935fd) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxau: upgrade to 1.0.7Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: b627aebf3930d4c50c10336fc538faa36fce63a3) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxscrnsaver: upgrade to 1.2.2Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 0bb6054c5d107ca8c3f795a899154009d17d350f) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libfontenc: upgrade to 1.1.1Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: fce9ed7b0fdf184d045b353f9e08015c55cef450) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libXmu: upgrade to 1.1.1Shane Wang2012-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The license change is: --- libXmu-1.1.0/COPYING 2009-10-17 05:26:51.000000000 +0800 +++ libXmu-1.1.1/COPYING 2012-03-06 15:00:13.000000000 +0800 @@ -28,13 +28,13 @@ All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL (From OE-Core rev: a75b4604d79a8d8f9a38ffe347546da856cb4cc1) Signed-off-by: Shane Wang <shane.wang@intel.com>
* libxt: upgrade to 1.1.2Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: b61972beebab8cef38d68aca11c0d960e601f744) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libXv: upgrade to 1.0.7Shane Wang2012-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The license change is: --- libXv-1.0.6/COPYING 2009-10-17 05:27:22.000000000 +0800 +++ libXv-1.0.7/COPYING 2012-03-08 13:25:45.000000000 +0800 @@ -3,13 +3,13 @@ All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the names of Digital or MIT not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL (From OE-Core rev: eb51eebe14e961e63ceb1673cb7e349c8281849b) Signed-off-by: Shane Wang <shane.wang@intel.com>
* libXext: upgrade to 1.3.1Shane Wang2012-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The license change is: --- libXext-1.3.0/COPYING 2010-11-22 03:24:13.000000000 +0800 +++ libXext-1.3.1/COPYING 2012-03-08 11:54:58.000000000 +0800 @@ -34,14 +34,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, -BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR +DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING, +BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Except as contained in this notice, the name of Digital Equipment Corporation +Except as contained in this notice, the name of Digital Equipment Corporation shall not be used in advertising or otherwise to promote the sale, use or other -dealings in this Software without prior written authorization from Digital +dealings in this Software without prior written authorization from Digital Equipment Corporation. Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc. @@ -81,7 +81,7 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Copyright 1991,1993 by Digital Equipment Corporation, Maynard, Massachusetts, @@ -116,8 +116,8 @@ advertising or publicity pertaining to distribution of the software without specific, written prior permission. -Hewlett-Packard makes no representations about the -suitability of this software for any purpose. It is provided +Hewlett-Packard makes no representations about the +suitability of this software for any purpose. It is provided "as is" without express or implied warranty. This software is not subject to any license of the American (From OE-Core rev: 8e7750c68251fe1525ef01687e64b9c45161ccdd) Signed-off-by: Shane Wang <shane.wang@intel.com>
* libxpm: upgrade to 3.5.10Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: ff3807abd2d798e74e4b04d3739a9b41ff2f14ea) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libXrender: upgrade to 0.9.7Shane Wang2012-03-211-3/+3
| | | | | | | | | | | | | | | | | | The license change is: --- libXrender-0.9.6/COPYING 2010-01-30 15:39:43.000000000 +0800 +++ libXrender-0.9.7/COPYING 2012-03-08 12:47:00.000000000 +0800 @@ -35,5 +35,5 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. (From OE-Core rev: fd02e4a4c6774121d67559b09e4b03be42de983e) Signed-off-by: Shane Wang <shane.wang@intel.com>
* libXxf86vm: upgrade to 1.1.2Shane Wang2012-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The license change is: --- libXxf86vm-1.1.1/COPYING 2010-01-30 15:40:42.000000000 +0800 +++ libXxf86vm-1.1.2/COPYING 2012-03-08 13:39:59.000000000 +0800 @@ -14,12 +14,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES +IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Except as contained in this notice, the name of Kaleb S. KEITHLEY -shall not be used in advertising or otherwise to promote the sale, use +Except as contained in this notice, the name of Kaleb S. KEITHLEY +shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from Kaleb S. KEITHLEY. (From OE-Core rev: b5f1c7ddf30214a649d43dd0fa23160dc37792a6) Signed-off-by: Shane Wang <shane.wang@intel.com>
* libxdmcp: upgrade to 1.1.1Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: e9b83f963c2989e1eecb5f5aa3051f7680ac2cee) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: upgrade to 0.25.2Shane Wang2012-03-212-3/+3
| | | | | | | (From OE-Core rev: 3da2e126cfec31e89422242cb8fd87004b32e84f) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libice: upgrade to 1.0.8Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 5ae0128ac4cd763e6d525834ba077944b1f03920) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxkbfile: upgrade to 1.0.8Shane Wang2012-03-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The license change is below (only removing a space in the end of each line): --- libxkbfile-1.0.7/COPYING 2009-10-17 05:27:13.000000000 +0800 +++ libxkbfile-1.0.8/COPYING 2012-03-08 12:37:23.000000000 +0800 @@ -5,19 +5,19 @@ fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting -documentation, and that the name of Silicon Graphics not be -used in advertising or publicity pertaining to distribution +documentation, and that the name of Silicon Graphics not be +used in advertising or publicity pertaining to distribution of the software without specific prior written permission. -Silicon Graphics makes no representation about the suitability +Silicon Graphics makes no representation about the suitability of this software for any purpose. It is provided "as is" without any express or implied warranty. -SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS -SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON -GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL -DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL +DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @@ -48,13 +48,13 @@ Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. All Rights Reserved -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in +both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. +software without specific, written prior permission. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL (From OE-Core rev: 5165e1b6fcbfcaabf0d22f8be4e08ee838b198ab) Signed-off-by: Shane Wang <shane.wang@intel.com>