]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agodbus: use systemd_unitdir
Andreas Müller [Thu, 22 Mar 2012 11:06:00 +0000 (12:06 +0100)]
dbus: use systemd_unitdir

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoofono: use systemd_unitdir
Andreas Müller [Thu, 22 Mar 2012 11:05:59 +0000 (12:05 +0100)]
ofono: use systemd_unitdir

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobluez4: use systemd_unitdir
Andreas Müller [Thu, 22 Mar 2012 11:05:58 +0000 (12:05 +0100)]
bluez4: use systemd_unitdir

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoavahi.inc: use systemd_unitdir
Andreas Müller [Thu, 22 Mar 2012 11:05:57 +0000 (12:05 +0100)]
avahi.inc: use systemd_unitdir

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: add systemd_unitdir
Andreas Müller [Thu, 22 Mar 2012 11:05:56 +0000 (12:05 +0100)]
bitbake.conf: add systemd_unitdir

Some of oe-core's recipes need to know where systemd units are. Since the
directory might change in the future [1], we set the location once globally to
reduce maintenance efforts

[1] http://www.gossamer-threads.com/lists/gentoo/dev/245758

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoFix common typoes "existant", "dependant" and variations
Robert P. J. Day [Thu, 22 Mar 2012 10:05:59 +0000 (06:05 -0400)]
Fix common typoes "existant", "dependant" and variations

Fix a couple common typoes, all contained within comments so there
should be no effect on functionality.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoinsane.bbclass: maybe no log.do_compile or log.do_install
Robert Yang [Thu, 22 Mar 2012 09:55:34 +0000 (17:55 +0800)]
insane.bbclass: maybe no log.do_compile or log.do_install

The insane.bbclass grep in log.do_compile and log.do_install
unconditionally, but there maybe no such logs when mirror the pkg from
sstate cache file. We should check whether the log file exists or not
before grep in it.

Additionally, break the one too long line into two (Add a "\n").

[YOCTO #2153]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotcf-agent: Using git repository instead of svn.
Lianhao Lu [Thu, 22 Mar 2012 06:22:26 +0000 (14:22 +0800)]
tcf-agent: Using git repository instead of svn.

Fixed bug [YOCTO #2152].

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agort-tests: add patch to support passing CFLAGS/LDFLAGS
Denys Dmytriyenko [Thu, 22 Mar 2012 02:46:05 +0000 (22:46 -0400)]
rt-tests: add patch to support passing CFLAGS/LDFLAGS

Enable passing OE and Distro-specific CFLAGS/LDFLAGS to the Makefile.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agort-tests: replace dependency on eglibc with virtual/libc
Denys Dmytriyenko [Thu, 22 Mar 2012 02:46:04 +0000 (22:46 -0400)]
rt-tests: replace dependency on eglibc with virtual/libc

That is to support alternative providers of libc, such as glibc, uclibc
or even an external binary toolchain.
No PR bump is necessary here.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: fix distro-less failure expanding FILESPATH
Denys Dmytriyenko [Thu, 22 Mar 2012 01:33:03 +0000 (21:33 -0400)]
bitbake.conf: fix distro-less failure expanding FILESPATH

If DISTRO is not set, FILESPATH becomes littered with directories like
files/${DISTRO} etc. It won't bomb until you try to eval it - i.e.
manipulating FILESPATH directly with .= works fine, but calling e.g.
base_set_filespath() throws this:

ERROR: Failure expanding variable FILESPATH, expression was ${@blah} which
triggered exception SyntaxError: EOL while scanning string literal (FILESPATH,
line 1)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxserver-kdrive: Fix packaging warnings
Saul Wold [Wed, 21 Mar 2012 20:01:17 +0000 (13:01 -0700)]
xserver-kdrive: Fix packaging warnings

WARNING: For recipe xserver-kdrive, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib
WARNING:   /usr/lib/xorg
WARNING:   /usr/lib/xorg/protocol.txt
WARNING:   /usr/share/X11
WARNING:   /usr/share/X11/xkb
WARNING:   /usr/share/X11/xkb/compiled
WARNING:   /usr/share/X11/xkb/compiled/README.compiled
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoreadline: Fix RPATH Warnings for GPLv2
Saul Wold [Wed, 21 Mar 2012 22:54:34 +0000 (15:54 -0700)]
readline: Fix RPATH Warnings for GPLv2

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>
13 years agolttng-ust: Increase PE due to incompatible version changes related to lttng-ust2
Richard Purdie [Wed, 21 Mar 2012 23:04:57 +0000 (23:04 +0000)]
lttng-ust: Increase PE due to incompatible version changes related to lttng-ust2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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>