aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2012-03-21readline: Fix RPATH Warnings for GPLv2Saul Wold
the norpath.patch with v2 and it worked correctly? WARNING: QA Issue: readline: /work/i586-poky-linux/readline-5.2-r7/packages-split/readline/usr/lib/libhistory.so.5.2 contains probably-redundant RPATH /usr/lib WARNING: QA Issue: readline: /work/i586-poky-linux/readline-5.2-r7/packages-split/readline/usr/lib/libreadline.so.5.2 contains probably-redundant RPATH /usr/lib WARNING: QA Issue: readline: /work/i586-poky-linux/readline-5.2-r7/packages-split/readline/usr/lib/libreadline.so.5 contains probably-redundant RPATH /usr/lib WARNING: QA Issue: readline: /work/i586-poky-linux/readline-5.2-r7/packages-split/readline/usr/lib/libhistory.so.5 contains probably-redundant RPATH /usr/lib Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21lttng-ust: Increase PE due to incompatible version changes related to lttng-ust2Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versionsRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21gzip/pigz-native: Install into a prefix to avoid clashing with system binariesRichard Purdie
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to ↵Richard Purdie
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21buildhistory_analysis: avoid printing PE/PV/PR more than oncePaul Eggleton
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). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21buildhistory_analysis: report if all items removed from a listPaul Eggleton
If all items have been removed from a list then state that explicitly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21buildhistory_analysis: skip FILELIST changes for dbg packagesPaul Eggleton
Don't report when files are added or removed from dbg packages unless it results in the package being empty. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21buildhistory_analysis: hide version number increases in dependenciesPaul Eggleton
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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21buildhistory_analysis: use bb.utils.explode_dep_versionsPaul Eggleton
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. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.Lianhao Lu
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]. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21parted: update to version 3.1Andreas Oberritter
* Supports disks > 2TB [RP:Add in missing delta of fixed in subsequent version] Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21syslinux: fix stripped file warningsPaul Eggleton
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! Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21libacpi: fix stripped file warningPaul Eggleton
Fix the following package warning: WARNING: File '/usr/bin/test-libacpi' from libacpi was already stripped, this will prevent future debugging! Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21hdparm: fix stripped file warningPaul Eggleton
Fix the following package warning: WARNING: File '/sbin/hdparm.hdparm' from hdparm was already stripped, this will prevent future debugging! Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21distro_tracking: update opensslScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-21openssl: upgrade to 1.0.0.hScott Garman
Removed pkg-config.patch, which was incorporated upstream. Addresses CVE-2012-0884. Fixes bug [YOCTO #2139]. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-21task-self-hosted: add nfs-utils and nfs-utils-client into the targetDexuan Cui
Without this, in the target, we don't have the mount.nfs utility. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2012-03-21parted: update to version 3.1Andreas Oberritter
* Supports disks > 2TB Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-03-21distro_tracking: updates for upgraded recipes and manual checksScott Garman
Upgraded e2fsprogs recipe. Manual checks done for libpng, libgdbus, expat, chrpath, opensp, and nfs-utils. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-21e2fsprogs: upgrade to 1.42.1Scott Garman
Includes minor tweaks to the formatting of some patch headers and the addition of a SOB line where needed. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-21distro-tracking: Remove trailing whitespaceDarren Hart
Remove all trailing whitespace from the distro tracking text. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
2012-03-21distro-tracking: Update rt-tests, trace-cmd, and kernel sharkDarren Hart
o Add common fields for these recipes. o Note no update due to being on the current version. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
2012-03-21libxxf86dga: Upgrade to 1.1.3Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21distro_tracking: UpdateSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21resolvconf: Upgrade to 1.64Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21imake: Upgrade to 1.0.5Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21gnutls: Update to 2.12.17Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21libxi: upgrade to 1.4.5Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxcb: upgrade to 1.8.1Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21font-util: upgrade to 1.3.0Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21inputproto: upgrade to 2.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxres: upgrade to 1.0.6Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxfont: upgrade to 1.4.5Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libXvMC: upgrade to 1.0.7Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxtst: upgrade to 1.2.1Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxft: upgrade to 2.3.0Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libdmx: upgrade to 1.1.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxau: upgrade to 1.0.7Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxscrnsaver: upgrade to 1.2.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libfontenc: upgrade to 1.1.1Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libXmu: upgrade to 1.1.1Shane Wang
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 Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxt: upgrade to 1.1.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libXv: upgrade to 1.0.7Shane Wang
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 Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libXext: upgrade to 1.3.1Shane Wang
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 Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxpm: upgrade to 3.5.10Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libXrender: upgrade to 0.9.7Shane Wang
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. Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libXxf86vm: upgrade to 1.1.2Shane Wang
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. Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21libxdmcp: upgrade to 1.1.1Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21pixman: upgrade to 0.25.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>