]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agogettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versions
Richard Purdie [Wed, 21 Mar 2012 16:30:37 +0000 (16:30 +0000)]
gettext/awk/sed/grep: Backport WARNING fixes to GPLv2 versions

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogzip/pigz-native: Install into a prefix to avoid clashing with system binaries
Richard Purdie [Wed, 21 Mar 2012 11:26:09 +0000 (11:26 +0000)]
gzip/pigz-native: Install into a prefix to avoid clashing with system binaries

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>
13 years agobitbake.conf/sstate.bbclass: Change PATH when installing sstate files to avoid issues
Richard Purdie [Wed, 21 Mar 2012 10:44:43 +0000 (10:44 +0000)]
bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to 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>
13 years agobuildhistory_analysis: avoid printing PE/PV/PR more than once
Paul Eggleton [Tue, 20 Mar 2012 16:06:28 +0000 (16:06 +0000)]
buildhistory_analysis: avoid printing PE/PV/PR more than once

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>
13 years agobuildhistory_analysis: report if all items removed from a list
Paul Eggleton [Tue, 20 Mar 2012 16:06:27 +0000 (16:06 +0000)]
buildhistory_analysis: report if all items removed from a list

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>
13 years agobuildhistory_analysis: skip FILELIST changes for dbg packages
Paul Eggleton [Tue, 20 Mar 2012 16:06:26 +0000 (16:06 +0000)]
buildhistory_analysis: skip FILELIST changes for dbg packages

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>
13 years agobuildhistory_analysis: hide version number increases in dependencies
Paul Eggleton [Tue, 20 Mar 2012 16:06:25 +0000 (16:06 +0000)]
buildhistory_analysis: hide version number increases in dependencies

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>
13 years agobuildhistory_analysis: use bb.utils.explode_dep_versions
Paul Eggleton [Tue, 20 Mar 2012 16:06:24 +0000 (16:06 +0000)]
buildhistory_analysis: use bb.utils.explode_dep_versions

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>
13 years agolttng-2.0/lttng-ust: Change recipe name to lttng2-ust.
Lianhao Lu [Wed, 21 Mar 2012 09:41:07 +0000 (17:41 +0800)]
lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.

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>
13 years agoparted: update to version 3.1
Andreas Oberritter [Wed, 21 Mar 2012 14:08:25 +0000 (14:08 +0000)]
parted: update to version 3.1

* 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>
13 years agosyslinux: fix stripped file warnings
Paul Eggleton [Wed, 21 Mar 2012 12:12:42 +0000 (12:12 +0000)]
syslinux: fix stripped file warnings

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>
13 years agolibacpi: fix stripped file warning
Paul Eggleton [Wed, 21 Mar 2012 12:12:41 +0000 (12:12 +0000)]
libacpi: fix stripped file warning

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>
13 years agohdparm: fix stripped file warning
Paul Eggleton [Wed, 21 Mar 2012 12:12:40 +0000 (12:12 +0000)]
hdparm: fix stripped file warning

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>
13 years agodistro_tracking: update openssl
Scott Garman [Wed, 21 Mar 2012 00:33:38 +0000 (17:33 -0700)]
distro_tracking: update openssl

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoopenssl: upgrade to 1.0.0.h
Scott Garman [Tue, 20 Mar 2012 06:11:25 +0000 (23:11 -0700)]
openssl: upgrade to 1.0.0.h

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>
13 years agoscripts/qemuimage-testlib: fix typos
Yi Zhao [Wed, 21 Mar 2012 06:33:49 +0000 (14:33 +0800)]
scripts/qemuimage-testlib: fix typos

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-self-hosted: add nfs-utils and nfs-utils-client into the target
Dexuan Cui [Mon, 19 Mar 2012 03:13:54 +0000 (11:13 +0800)]
task-self-hosted: add nfs-utils and nfs-utils-client into the target

Without this, in the target, we don't have the mount.nfs utility.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agocleanup-workdir: add a script to clean up WORKDIR
Kang Kai [Tue, 6 Mar 2012 03:19:15 +0000 (11:19 +0800)]
cleanup-workdir: add a script to clean up WORKDIR

[Yocto 1561]
Add script cleanup-workdir to clean up WORKDIR. It checks every
package build directories under WORKDIR then parse the directory
name to get package name and version. If the version is not the
package prefer version then delete the directory.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
13 years agoparted: update to version 3.1
Andreas Oberritter [Thu, 15 Mar 2012 22:17:52 +0000 (23:17 +0100)]
parted: update to version 3.1

* Supports disks > 2TB

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agodistro_tracking: updates for upgraded recipes and manual checks
Scott Garman [Thu, 15 Mar 2012 21:55:25 +0000 (14:55 -0700)]
distro_tracking: updates for upgraded recipes and manual checks

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>
13 years agoe2fsprogs: upgrade to 1.42.1
Scott Garman [Thu, 15 Mar 2012 21:12:15 +0000 (14:12 -0700)]
e2fsprogs: upgrade to 1.42.1

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>
13 years agodistro-tracking: Remove trailing whitespace
Darren Hart [Fri, 16 Mar 2012 16:46:17 +0000 (09:46 -0700)]
distro-tracking: Remove trailing whitespace

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>
13 years agodistro-tracking: Update rt-tests, trace-cmd, and kernel shark
Darren Hart [Fri, 16 Mar 2012 16:38:58 +0000 (09:38 -0700)]
distro-tracking: Update rt-tests, trace-cmd, and kernel shark

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>
13 years agolibxxf86dga: Upgrade to 1.1.3
Saul Wold [Fri, 16 Mar 2012 07:04:17 +0000 (00:04 -0700)]
libxxf86dga: Upgrade to 1.1.3

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodistro_tracking: Update
Saul Wold [Fri, 16 Mar 2012 07:05:44 +0000 (00:05 -0700)]
distro_tracking: Update

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoresolvconf: Upgrade to 1.64
Saul Wold [Fri, 16 Mar 2012 07:04:46 +0000 (00:04 -0700)]
resolvconf: Upgrade to 1.64

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoimake: Upgrade to 1.0.5
Saul Wold [Fri, 16 Mar 2012 07:02:12 +0000 (00:02 -0700)]
imake: Upgrade to 1.0.5

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agognutls: Update to 2.12.17
Saul Wold [Fri, 16 Mar 2012 07:01:16 +0000 (00:01 -0700)]
gnutls: Update to 2.12.17

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibxi: upgrade to 1.4.5
Shane Wang [Thu, 15 Mar 2012 15:17:49 +0000 (23:17 +0800)]
libxi: upgrade to 1.4.5

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxcb: upgrade to 1.8.1
Shane Wang [Thu, 15 Mar 2012 14:45:44 +0000 (22:45 +0800)]
libxcb: upgrade to 1.8.1

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agofont-util: upgrade to 1.3.0
Shane Wang [Thu, 15 Mar 2012 14:42:50 +0000 (22:42 +0800)]
font-util: upgrade to 1.3.0

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agoinputproto: upgrade to 2.2
Shane Wang [Thu, 15 Mar 2012 14:38:26 +0000 (22:38 +0800)]
inputproto: upgrade to 2.2

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxres: upgrade to 1.0.6
Shane Wang [Thu, 15 Mar 2012 13:45:48 +0000 (21:45 +0800)]
libxres: upgrade to 1.0.6

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxfont: upgrade to 1.4.5
Shane Wang [Thu, 15 Mar 2012 13:43:37 +0000 (21:43 +0800)]
libxfont: upgrade to 1.4.5

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibXvMC: upgrade to 1.0.7
Shane Wang [Thu, 15 Mar 2012 13:36:02 +0000 (21:36 +0800)]
libXvMC: upgrade to 1.0.7

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxtst: upgrade to 1.2.1
Shane Wang [Thu, 15 Mar 2012 13:20:12 +0000 (21:20 +0800)]
libxtst: upgrade to 1.2.1

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxft: upgrade to 2.3.0
Shane Wang [Thu, 15 Mar 2012 13:17:29 +0000 (21:17 +0800)]
libxft: upgrade to 2.3.0

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibdmx: upgrade to 1.1.2
Shane Wang [Thu, 15 Mar 2012 13:15:36 +0000 (21:15 +0800)]
libdmx: upgrade to 1.1.2

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxau: upgrade to 1.0.7
Shane Wang [Thu, 15 Mar 2012 13:13:26 +0000 (21:13 +0800)]
libxau: upgrade to 1.0.7

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxscrnsaver: upgrade to 1.2.2
Shane Wang [Thu, 15 Mar 2012 13:11:14 +0000 (21:11 +0800)]
libxscrnsaver: upgrade to 1.2.2

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibfontenc: upgrade to 1.1.1
Shane Wang [Thu, 15 Mar 2012 13:08:59 +0000 (21:08 +0800)]
libfontenc: upgrade to 1.1.1

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibXmu: upgrade to 1.1.1
Shane Wang [Thu, 15 Mar 2012 13:06:11 +0000 (21:06 +0800)]
libXmu: upgrade to 1.1.1

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>
13 years agolibxt: upgrade to 1.1.2
Shane Wang [Thu, 15 Mar 2012 13:00:09 +0000 (21:00 +0800)]
libxt: upgrade to 1.1.2

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibXv: upgrade to 1.0.7
Shane Wang [Thu, 15 Mar 2012 12:57:12 +0000 (20:57 +0800)]
libXv: upgrade to 1.0.7

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>
13 years agolibXext: upgrade to 1.3.1
Shane Wang [Thu, 15 Mar 2012 12:52:14 +0000 (20:52 +0800)]
libXext: upgrade to 1.3.1

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>
13 years agolibxpm: upgrade to 3.5.10
Shane Wang [Thu, 15 Mar 2012 12:47:33 +0000 (20:47 +0800)]
libxpm: upgrade to 3.5.10

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibXrender: upgrade to 0.9.7
Shane Wang [Thu, 15 Mar 2012 12:43:28 +0000 (20:43 +0800)]
libXrender: upgrade to 0.9.7

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>
13 years agolibXxf86vm: upgrade to 1.1.2
Shane Wang [Thu, 15 Mar 2012 12:34:23 +0000 (20:34 +0800)]
libXxf86vm: upgrade to 1.1.2

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>
13 years agolibxdmcp: upgrade to 1.1.1
Shane Wang [Thu, 15 Mar 2012 12:29:09 +0000 (20:29 +0800)]
libxdmcp: upgrade to 1.1.1

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agopixman: upgrade to 0.25.2
Shane Wang [Thu, 15 Mar 2012 12:27:12 +0000 (20:27 +0800)]
pixman: upgrade to 0.25.2

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibice: upgrade to 1.0.8
Shane Wang [Thu, 15 Mar 2012 12:24:47 +0000 (20:24 +0800)]
libice: upgrade to 1.0.8

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxkbfile: upgrade to 1.0.8
Shane Wang [Thu, 15 Mar 2012 12:20:04 +0000 (20:20 +0800)]
libxkbfile: upgrade to 1.0.8

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

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibsm: upgrade to 1.2.1
Shane Wang [Thu, 15 Mar 2012 12:12:14 +0000 (20:12 +0800)]
libsm: upgrade to 1.2.1

The license change is because:

--- libsm-1_1.2.0-r1/libSM-1.2.0/COPYING        2010-01-15 12:59:55.000000000 +0800
+++ libsm-1_1.2.1-r0/libSM-1.2.1/COPYING        2012-03-03 12:53:55.000000000 +0800
@@ -1,4 +1,4 @@
-Copyright 2002 Sun Microsystems, Inc.  All rights reserved.
+Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.

 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
@@ -19,6 +19,7 @@
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.

+
 Copyright 1993, 1998  The Open Group

 Permission to use, copy, modify, distribute, and sell this software and its

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxinerama: upgrade to 1.1.2
Shane Wang [Thu, 15 Mar 2012 09:19:19 +0000 (17:19 +0800)]
libxinerama: upgrade to 1.1.2

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibxcursor: upgrade to 1.1.13
Shane Wang [Thu, 15 Mar 2012 09:16:54 +0000 (17:16 +0800)]
libxcursor: upgrade to 1.1.13

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agoutil-macros: upgrade to 1.17
Shane Wang [Thu, 15 Mar 2012 09:13:49 +0000 (17:13 +0800)]
util-macros: upgrade to 1.17

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agotzdata: upgrade to 2012b
Shane Wang [Wed, 14 Mar 2012 15:07:44 +0000 (23:07 +0800)]
tzdata: upgrade to 2012b

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agominicom: upgrade to 2.6.1
Shane Wang [Wed, 14 Mar 2012 15:05:07 +0000 (23:05 +0800)]
minicom: upgrade to 2.6.1

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agoapr: upgrade to 1.4.6
Shane Wang [Wed, 14 Mar 2012 14:31:05 +0000 (22:31 +0800)]
apr: upgrade to 1.4.6

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agodropbear: upgrade to 2012.55
Shane Wang [Wed, 14 Mar 2012 09:08:46 +0000 (17:08 +0800)]
dropbear: upgrade to 2012.55

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agocurl: upgrade to 7.24.0
Shane Wang [Wed, 14 Mar 2012 09:05:26 +0000 (17:05 +0800)]
curl: upgrade to 7.24.0

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agobusybox: upgrade to 1.19.4
Shane Wang [Wed, 14 Mar 2012 09:01:00 +0000 (17:01 +0800)]
busybox: upgrade to 1.19.4

Removing the patch busybox-1.19.3-getty.patch is because it is already in the upstream.

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibpcap: upgrade to 1.2.1
Shane Wang [Wed, 14 Mar 2012 08:40:07 +0000 (16:40 +0800)]
libpcap: upgrade to 1.2.1

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agogst-plugins-ugly: upgrade to 0.10.19
Shane Wang [Wed, 14 Mar 2012 08:22:44 +0000 (16:22 +0800)]
gst-plugins-ugly: upgrade to 0.10.19

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agogst-plugins-bad: upgrade to 0.10.23
Shane Wang [Wed, 14 Mar 2012 08:08:14 +0000 (16:08 +0800)]
gst-plugins-bad: upgrade to 0.10.23

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agogst-plugins-good: Fix packaging
Saul Wold [Fri, 16 Mar 2012 22:27:02 +0000 (15:27 -0700)]
gst-plugins-good: Fix packaging

WARNING: For recipe gst-plugins-base, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/gst-plugins-base
WARNING:   /usr/share/gst-plugins-base/license-translations.dict

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogst-plugins-good: upgrade to 0.10.31
Shane Wang [Wed, 14 Mar 2012 08:01:49 +0000 (16:01 +0800)]
gst-plugins-good: upgrade to 0.10.31

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agogst-plugins-base: upgrade to 0.10.36
Shane Wang [Wed, 14 Mar 2012 07:57:49 +0000 (15:57 +0800)]
gst-plugins-base: upgrade to 0.10.36

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agogstreamer: upgrade to 0.10.36
Shane Wang [Wed, 14 Mar 2012 07:48:56 +0000 (15:48 +0800)]
gstreamer: upgrade to 0.10.36

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agogst-plugin-bluetooth: Fix package warnings
Saul Wold [Sat, 17 Mar 2012 18:41:51 +0000 (11:41 -0700)]
gst-plugin-bluetooth: Fix package warnings

WARNING: For recipe gst-plugin-bluetooth, the following files/directories were installed but not shipped in any package:
WARNING:   /var
WARNING:   /usr/lib/bluetooth
WARNING:   /usr/lib/bluetooth/plugins
WARNING:   /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.so
WARNING:   /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.so
WARNING:   /usr/lib/alsa-lib/libasound_module_ctl_bluetooth.la
WARNING:   /usr/lib/alsa-lib/libasound_module_pcm_bluetooth.la
WARNING:   /usr/share/alsa
WARNING:   /usr/share/alsa/bluetooth.conf
WARNING:   /var/lib
WARNING:   /var/lib/bluetooth

These are removed because they are packages in the bluez4 package

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogst-plugin-bluetooth: upgrade to 4.99
Shane Wang [Wed, 14 Mar 2012 07:42:08 +0000 (15:42 +0800)]
gst-plugin-bluetooth: upgrade to 4.99

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agobluez-hcidump: upgrade to 2.3
Shane Wang [Wed, 14 Mar 2012 07:21:42 +0000 (15:21 +0800)]
bluez-hcidump: upgrade to 2.3

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agobluez4: upgrade to 4.99
Shane Wang [Wed, 14 Mar 2012 07:18:50 +0000 (15:18 +0800)]
bluez4: upgrade to 4.99

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agoofono: upgrade to 1.5
Shane Wang [Wed, 14 Mar 2012 07:15:25 +0000 (15:15 +0800)]
ofono: upgrade to 1.5

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agotelepathy-mission-control: fix package warnings
Saul Wold [Fri, 16 Mar 2012 22:58:40 +0000 (15:58 -0700)]
telepathy-mission-control: fix package warnings

WARNING: For recipe telepathy-mission-control, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/glib-2.0
WARNING:   /usr/share/glib-2.0/schemas
WARNING:   /usr/share/glib-2.0/schemas/im.telepathy.MissionControl.FromEmpathy.gschema.xml
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotelepathy-mission-control: upgrade to 5.11.0
Shane Wang [Wed, 14 Mar 2012 05:38:26 +0000 (13:38 +0800)]
telepathy-mission-control: upgrade to 5.11.0

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agotelepathy-glib: upgrade to 0.17.5
Shane Wang [Wed, 14 Mar 2012 05:34:57 +0000 (13:34 +0800)]
telepathy-glib: upgrade to 0.17.5

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agotremor: upgrade to 18221
Shane Wang [Wed, 14 Mar 2012 04:25:27 +0000 (12:25 +0800)]
tremor: upgrade to 18221

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agolibvorbis: upgrade to 1.3.3
Shane Wang [Wed, 14 Mar 2012 04:20:07 +0000 (12:20 +0800)]
libvorbis: upgrade to 1.3.3

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agoglproto: update its info in distro tracking
Shane Wang [Tue, 13 Mar 2012 05:51:26 +0000 (13:51 +0800)]
glproto: update its info in distro tracking

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agogdk-pixbuf: upgrade to 2.24.1
Shane Wang [Thu, 15 Mar 2012 06:16:55 +0000 (14:16 +0800)]
gdk-pixbuf: upgrade to 2.24.1

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agodbus-glib: upgrade to 0.98
Dongxiao Xu [Thu, 15 Mar 2012 04:43:57 +0000 (12:43 +0800)]
dbus-glib: upgrade to 0.98

Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agoglib-2.0: upgrade to 2.30.3
Shane Wang [Thu, 15 Mar 2012 02:47:24 +0000 (10:47 +0800)]
glib-2.0: upgrade to 2.30.3

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agoxserver-kdrive: compile xserver without dtrace support
Lauri Hintsala [Tue, 20 Mar 2012 12:58:02 +0000 (14:58 +0200)]
xserver-kdrive: compile xserver without dtrace support

Cross compiling of xserver-kdrive fails if dtrace is enabled. Configure
script enables dtrace automatically if dtrace binary exists. xserver-kdrive
compiling was failed if systemtap package was builded beforehand because
systemtap provides dtrace binary.

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosysvinit-inittab: Fixed license warning.
Lianhao Lu [Tue, 20 Mar 2012 02:36:11 +0000 (10:36 +0800)]
sysvinit-inittab: Fixed license warning.

WARNING: .../sysvinit-inittab-2.88dsf-r6/sysvinit-2.88dsf/COPYING could
not be copied for some reason. It may not exist. WARN for now.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoblktrace: update to version 1.0.5
Tom Zanussi [Fri, 16 Mar 2012 13:23:09 +0000 (08:23 -0500)]
blktrace: update to version 1.0.5

Update blktrace to reflect the newer 1.0.5 tag.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoqt-mobility: fix build in the absence of opengl
Ciprian Ciubotariu [Fri, 16 Mar 2012 15:56:09 +0000 (17:56 +0200)]
qt-mobility: fix build in the absence of opengl

QMake pro files don't explicitly define QT_NO_OPENGL if the
configuration lacks opengl, but example code relies on this define.

[rebased to current code - sgw]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoalsa-utils: move ${datadir}/init files to alsactl package.
Enric Balletbo i Serra [Mon, 19 Mar 2012 14:43:27 +0000 (15:43 +0100)]
alsa-utils: move ${datadir}/init files to alsactl package.

The alsa-utils-speakertest contains some files from ${datadir} directory
that are not correct, the files from  ${datadir}/init directory should
be included in alsa-utils-alsactl package instead.

This patch moves the ${datadir}/init files to alsactl package and fixes
following error at boot stage:

  /usr/sbin/alsactl: parse:1655: Unable to open file '/usr/share/alsa/init/00main': No such file or directory

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
13 years agopackage_rpm.bbclass: fix bashims at rpm_common_comand() method
Otavio Salvador [Sat, 17 Mar 2012 17:50:57 +0000 (17:50 +0000)]
package_rpm.bbclass: fix bashims at rpm_common_comand() method

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Cc: Daiane Angolini <daiane.angolini@freescale.com>
13 years agobitbake.conf: Exclude some variables when calculating cache hash
Dongxiao Xu [Fri, 16 Mar 2012 07:07:40 +0000 (15:07 +0800)]
bitbake.conf: Exclude some variables when calculating cache hash

Some variables are not needed when calculating cache's hash, this
commit removes them.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agonative.bbclass: make TOOLCHAIN_OPTIONS empty
Robert Yang [Thu, 15 Mar 2012 13:50:59 +0000 (21:50 +0800)]
native.bbclass: make TOOLCHAIN_OPTIONS empty

The native pkg doesn't need the TOOLCHAIN_OPTIONS, but it maybe used by
native pkgs, for example, the cmake.bbclass uses TOOLCHAIN_OPTIONS:

OECMAKE_C_FLAGS ?= "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS} ${CPPFLAGS}"

and TOOLCHAIN_OPTIONS is:
TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}"

If a native pkg inherits cmake.bbclass, then:
TOOLCHAIN_OPTIONS = " --sysroot="

and OECMAKE_C_FLAGS would be:
${HOST_CC_ARCH} --sysroot= ${CPPFLAGS}

This would cause unexpected errors, I think that we can make
TOOLCHAIN_OPTIONS empty in native.bbclass since native pkg doesn't need
it.

[YOCTO #2124]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agogdk-pixbuf: Disable xlib library since we don't have anything needing this as yet...
Richard Purdie [Mon, 19 Mar 2012 15:53:55 +0000 (15:53 +0000)]
gdk-pixbuf: Disable xlib library since we don't have anything needing this as yet and no libx11 DEPENDS

This is currently causing builds not to be deterministic.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoapt: Fix parallel make race
Richard Purdie [Mon, 19 Mar 2012 15:55:20 +0000 (15:55 +0000)]
apt: Fix parallel make race

I was just going to turn off parallel make but ended up fixing this properly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoSimple typo in qemuarm.conf file: "versaile" -> "versatile"
Robert P. J. Day [Mon, 19 Mar 2012 16:58:10 +0000 (12:58 -0400)]
Simple typo in qemuarm.conf file: "versaile" -> "versatile"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolttng-modules: fix compliation error with 3.2.x -stable kernels
Bruce Ashfield [Mon, 19 Mar 2012 17:53:57 +0000 (13:53 -0400)]
lttng-modules: fix compliation error with 3.2.x -stable kernels

recent -stable kernels have their own fallback definition of is_compat_task

   #define is_compat_task() (0)

To protect against this double definition of is_compat_task we can check
to see if it is already defined, and skip the lttng variant.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopigz: Ensure DEPENDS on zlib exists for native and target versions
Richard Purdie [Sun, 18 Mar 2012 00:02:22 +0000 (00:02 +0000)]
pigz: Ensure DEPENDS on zlib exists for native and target versions

This avoids a build failure for the target version when zlib hasn't built yet.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodefault-providers: Set pigz-native as the default provider for gzip-native
Richard Purdie [Sun, 18 Mar 2012 00:02:34 +0000 (00:02 +0000)]
default-providers: Set pigz-native as the default provider for gzip-native

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro_tracking: update the recipe info for manual check
Shane Wang [Tue, 13 Mar 2012 05:45:13 +0000 (13:45 +0800)]
distro_tracking: update the recipe info for manual check

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agodistro-tracking: update status of recipes
Nitin A Kamble [Thu, 15 Mar 2012 01:53:05 +0000 (18:53 -0700)]
distro-tracking: update status of recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agodistro_tracking: update sudo, at, base-passwd
Scott Garman [Thu, 15 Mar 2012 15:20:31 +0000 (08:20 -0700)]
distro_tracking: update sudo, at, base-passwd

Signed-off-by: Scott Garman <scott.a.garman@intel.com>