]>
code.ossystems Code Review - openembedded-core.git/log
Petr Štetiar [Fri, 8 Apr 2011 13:36:37 +0000 (15:36 +0200)]
modutils-initscripts: fix wrong order of module loading happening in udev
In the current state, udev init script is loaded as 3rd and modutils.sh as
20th, so udevadm called in udev init script loads all kernel modules in some
unpredictable order, not honoring in any way specified order of modules in
/etc/modules. This causes some troubles mainly in the first boot. So to fix
this we now move loading of the kernel modules just before we exec udev init
script. Example of the current state:
Starting udev
rtc-m48t86 rtc-m48t86: rtc core: registered m48t86 as rtc0
rtc-m48t86 rtc-m48t86: battery ok
ep93xx-rtc ep93xx-rtc: rtc core: registered ep93xx-rtc as rtc1
root@ts72xx:~# cat /etc/modules
rtc-ep93xx
ohci-hcd
ts72xx_sbcinfo
rtc-m48t86
As you can guess, this is really wrong behaviour, because I've rtc1 as the
main time source for my system.
root@ts72xx:~# cat /etc/default/hwclock
HWCLOCKACCESS=yes
HWCLOCKDEVICE=/dev/rtc1
Expected behaviour with this patch applied:
Please wait: booting...
ep93xx-rtc ep93xx-rtc: rtc core: registered ep93xx-rtc as rtc0
usbcore: registered new device driver usb
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
...
rtc-m48t86 rtc-m48t86: rtc core: registered m48t86 as rtc1
rtc-m48t86 rtc-m48t86: battery ok
Starting udev
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(based on http://patches.openembedded.org/patch/1917/)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Zhai Edwin [Thu, 14 Apr 2011 06:10:31 +0000 (14:10 +0800)]
jpeg: Upgrade to 8c (from 8b)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Wed, 13 Apr 2011 05:32:55 +0000 (13:32 +0800)]
libgpg-error: Upgrade to 1.10 (from 1.9)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Wed, 13 Apr 2011 05:24:22 +0000 (13:24 +0800)]
consolekit: Upgrade to 0.4.4 (from 0.4.3)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Wed, 13 Apr 2011 02:46:02 +0000 (10:46 +0800)]
avahi: Upgrade to 0.6.30 (from 0.6.28)
This upgrade fix the one security issue:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-1002
[YOCTO #975] fixed.
This should be included in the Bernard point-release.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Tue, 12 Apr 2011 08:25:54 +0000 (16:25 +0800)]
tasks: Upgrade to 0.19 (from 0.18)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Saul Wold [Tue, 19 Apr 2011 19:21:53 +0000 (12:21 -0700)]
slang: Fix host contamination issue
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Richard Purdie [Thu, 21 Apr 2011 11:52:41 +0000 (12:52 +0100)]
sanity.bbclass: Fixup Poky references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 11:49:36 +0000 (12:49 +0100)]
lib/oe/distro_check.py: Fixup Poky references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 11:46:55 +0000 (12:46 +0100)]
rpm: Refer to the yoctoproject.org bugzilla
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 11:26:25 +0000 (12:26 +0100)]
Further cleanup of various poky references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 10:59:23 +0000 (11:59 +0100)]
Drop README.hardware as its not approproate for OE-Core
Richard Purdie [Thu, 21 Apr 2011 10:57:36 +0000 (11:57 +0100)]
scripts/runqemu.README: Clean this up to accurately reflect what the runqemu command now does
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 10:46:14 +0000 (11:46 +0100)]
runqemu-extra-sdk: Update function usage to clearly reflect its meaning
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 10:44:08 +0000 (11:44 +0100)]
Rename ~/.poky-sdk/ temp workdir to ~/.runqemu-sdk/
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 10:39:34 +0000 (11:39 +0100)]
bitbake.conf: Only very weakly assign SRCREV to the default of INVALID
This means it can easily be overridden by other points in the code,
such as a ?= assignment in recipes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 10:38:41 +0000 (11:38 +0100)]
bitbake.conf: Set MAINTAINER to a non-poky default of the OE-Core mailing list
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Thu, 21 Apr 2011 10:37:23 +0000 (11:37 +0100)]
bitbake.conf: Set SDK_VENDOR to -oesdk
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Koen Kooi [Thu, 21 Apr 2011 09:24:29 +0000 (11:24 +0200)]
cronie 1.4.7: fix packaging
Syslog is full with entries like:
/usr/sbin/crond[773]: (CRON) STAT FAILED (/etc/cron.d): No such file or directory
Checking the package yields
Package cronie (1.4.6-r0) is installed on root and has the following files:
/usr/sbin/crond
/etc/init.d/crond
/usr/bin/crontab
/etc/sysconfig/crond
Which is missing most of what do_install_append installs, this commit fixes that
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 23:11:13 +0000 (00:11 +0100)]
sanity.conf: Rename POKY_CONF_VERSION -> LOCALCONF_VERSION and make sanity versions weak assignment allowing the distro to override
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 22:56:28 +0000 (23:56 +0100)]
adt_installer_internal: Remove hardcoded Poky references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 22:53:12 +0000 (23:53 +0100)]
Rename poky-lsb override to linuxstdbase
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 22:49:29 +0000 (23:49 +0100)]
Rename poky-image.bbclass to core-image.bbclass
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 22:35:00 +0000 (23:35 +0100)]
POKY_QEMU_IFUP -> RUNQEMU_IFUP
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 22:24:51 +0000 (23:24 +0100)]
Rename the remaining poky-* scripts to oe-* or runqemu-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 17:27:22 +0000 (18:27 +0100)]
Catch task-poky -> task-core renaming
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 17:12:40 +0000 (18:12 +0100)]
Fix git.pokylinux.org urls to git.yoctoproject.org
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 17:10:33 +0000 (18:10 +0100)]
.gitignore: Drop stale entries
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 17:09:04 +0000 (18:09 +0100)]
distro_tracking_fields.inc: Replace Poky with OE-Core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 17:04:39 +0000 (18:04 +0100)]
poky-setup-builddir: Rename to oe-setup-builddir and clean up POKY variable references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 16:58:56 +0000 (17:58 +0100)]
Replace POKY_KVM_WIKI -> YOCTO_KVM_WIKI
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 16:55:16 +0000 (17:55 +0100)]
POKY_NATIVE_SYSROOT -> OECORE_NATIVE_SYSROOT
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 16:35:59 +0000 (17:35 +0100)]
oe-init-build-env: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 16:25:23 +0000 (17:25 +0100)]
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 15:56:03 +0000 (16:56 +0100)]
Replace POKYBASE with COREBASE
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 15:52:03 +0000 (16:52 +0100)]
local.conf.sample: Sanitise Poky references as discussed at the TSC meeting
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 15:49:37 +0000 (16:49 +0100)]
Remove obsolete scripts/classes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 15:44:10 +0000 (16:44 +0100)]
Rename poky-qemu to runqemu
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 14:59:04 +0000 (15:59 +0100)]
Rename poky-init-build-env to oe-init-build-env
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie [Wed, 20 Apr 2011 13:21:05 +0000 (14:21 +0100)]
initscripts: Drop outdated machine specific files
Richard Purdie [Wed, 20 Apr 2011 13:20:19 +0000 (14:20 +0100)]
Drop documentation directory, this is replaced by the new yocto-docs repository
Darren Hart [Tue, 19 Apr 2011 23:54:38 +0000 (16:54 -0700)]
kernel-rt: use correct branch names and new git SRC_REV format
The RT kernel recipe was not updated to reflect the new git SRC_REV format nor
to take advantage of the recent updates made to the underlying infrastructure.
These fixes bring it up to date with the other linux-yocto* recipes and fix
various build issues people were seeing.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Joshua Lock [Tue, 19 Apr 2011 22:40:26 +0000 (15:40 -0700)]
clutter-1.6: update to 1.6.14
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 19 Apr 2011 20:44:02 +0000 (13:44 -0700)]
clutter-1.6: drop no longer required patch
The test-conformance-fix.patch is no longer required for clutter-1.6
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Sat, 16 Apr 2011 00:02:48 +0000 (17:02 -0700)]
json-glib: new recipe required by clutter
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Tue, 19 Apr 2011 22:28:07 +0000 (23:28 +0100)]
linux-yocto-stable: Update repository url
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Darren Hart [Tue, 19 Apr 2011 15:11:36 +0000 (08:11 -0700)]
kernel: Remove debug statements
A stray echo and du command from my development of the following patch remain in
kernel.bbclass. Remove them.
commit
3b49416fc7a7ee9bfe722f2e6089aa18df41dc58
Author: Darren Hart <dvhart@linux.intel.com>
Date: Tue Mar 8 17:09:10 2011 -0800
kernel/bbclass: rework kernel and module classes to allow for building
out-of-tree modules
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Darren Hart [Tue, 19 Apr 2011 15:11:36 +0000 (08:11 -0700)]
kernel: Copy over bzImage to sysroots during install
Fixes [Yocto #987]
The following commit introduced a build failure:
Commit
3b49416fc7a7ee9bfe722f2e6089aa18df41dc58
Author: Darren Hart <dvhart@linux.intel.com>
Date: Tue Mar 8 17:09:10 2011 -0800
kernel/bbclass: rework kernel and module classes to allow for building
out-of-tree modules
Resulting in:
| install: cannot stat
`/usr/local/test/intel-bsp/build/tmp/sysroots/n450/kernel/bzImage': No such
file or directory
| ERROR: Function 'build_boot_bin' failed (see
/usr/local/test/intel-bsp/build/tmp/work/core2-poky-linux/poky-image-minimal-live-1.0-r0/temp/log.do_bootimg.1106
for further information)
The bzImage file was not being copied to sysroot, correct that.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Mei Lei [Tue, 12 Apr 2011 02:40:00 +0000 (10:40 +0800)]
psmisc: Upgrade from 22.2 to 22.13
Modify the libintl-link.patch because the upstream removed old fuser in 22.7
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Tue, 12 Apr 2011 01:31:54 +0000 (09:31 +0800)]
e2fsprogs: Upgrade from 1.41.12 to 1.41.14
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Mon, 11 Apr 2011 08:10:52 +0000 (16:10 +0800)]
libidn: upgrade from 1.19 to 1.20
Signed-off-by: Mei Lei <lei.mei@intel.com>
Yu Ke [Mon, 18 Apr 2011 05:25:33 +0000 (13:25 +0800)]
distro tracking: reassign Kevin's recipe
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 16 Apr 2011 05:34:58 +0000 (13:34 +0800)]
mesa: cleanup and remove the old version 7.5, 7.7 and 7.8.2
- mesa 7.8.2 is kept to have a version without GPLv3 talloc. now 7.10.2 has removed the talloc, 7.8.2 can be removed safely.
- mesa 7.5 and 7.7 is a legacy recips from original poky, also can removed.
- mesa-dri-glsl-native_7.8.2 is a dependecy recipe only used by mesa 7.8.2, should also be removed along with mesa 7.8.2
- aslo update the patch upstream status
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 16 Apr 2011 05:34:33 +0000 (13:34 +0800)]
mesa 7.10.2: add python-native dependency
As Tom point out, mesa 7.10 has introduce some python script
(e.g. src/mesa/main/es_generator.py), so should add python-native
dependency
Signed-off-by: Yu Ke <ke.yu@intel.com>
CC: Tom Rini <tom_rini@mentor.com>
Martin Jansa [Tue, 5 Apr 2011 14:18:44 +0000 (16:18 +0200)]
python-dir.bbclass: define default PYTHON_BASEVERSION
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Mon, 18 Apr 2011 08:13:05 +0000 (10:13 +0200)]
x11vnc: fix SRC_URI
The download structure got changed at some point and made this recipe unfetchable
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Kang Kai [Fri, 15 Apr 2011 10:26:00 +0000 (18:26 +0800)]
jpeg: add link libjpeg.so.62 for LSB library test
LSB test just test whether libjpeg.so.62 exists, and no more use of it.
So just make link to pass library check.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Fri, 15 Apr 2011 22:16:21 +0000 (15:16 -0700)]
slang: Update to 2.2.4
- Removed fix-uclibc.patch as it's no longer required by the upstream
- Removed requirment for png as we only need limited support for slang
- fix license
- disable Parallel Make
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Paul Eggleton [Fri, 15 Apr 2011 16:17:02 +0000 (17:17 +0100)]
netbase: add /etc/network/interfaces file for qemumips & qemuppc
This fixes the network configuration for qemumips & qemuppc to match the
other qemu* machines.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Paul Eggleton [Fri, 15 Apr 2011 16:11:49 +0000 (17:11 +0100)]
netbase: automatically bring up eth0
This avoids manual configuration for those machines that do not override
the default /etc/network/interfaces file.
Fixes [YOCTO #875]
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Scott Rifenbark [Fri, 15 Apr 2011 12:57:12 +0000 (07:57 -0500)]
documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with 'yoctoproject'
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Scott Rifenbark [Fri, 15 Apr 2011 12:33:49 +0000 (07:33 -0500)]
documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.org
Substituted 'pokylinux.org' with 'yoctoproject.org' in an URL
to locate the OProfile viewer and server.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Scott Rifenbark [Fri, 15 Apr 2011 12:32:40 +0000 (07:32 -0500)]
documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly builds
There was a stray "0.9" in an URL for the Yocto source downloads.
I changed it to 1.0.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Qing He [Fri, 15 Apr 2011 10:05:29 +0000 (18:05 +0800)]
rsync: upgrade to version 3.0.8
[YOCTO #983]
from 3.0.7
fixes CVE-2011-1097
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 15 Apr 2011 08:11:08 +0000 (16:11 +0800)]
openssl: upgrade to version 0.9.8r
[YOCTO #979]
from 0.9.8p
fixes CVE-2010-4180, CVE-2010-4252, CVE-2010-0014
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 15 Apr 2011 07:30:32 +0000 (15:30 +0800)]
libxml2: upgrade to version 2.7.8
[YOCTO #978]
from 2.7.7
fixes CVE-2010-4008
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 15 Apr 2011 05:32:49 +0000 (13:32 +0800)]
libexif: upgrade to 0.6.20
[YOCTO #977]
fixes CVE-2007-6351, CVE-2007-6352, CVE-2009-3895
Signed-off-by: Qing He <qing.he@intel.com>
Jingdong Lu [Tue, 12 Apr 2011 08:39:01 +0000 (16:39 +0800)]
poky-lsb: Add "largefile" feature for LSB distro.
Add "largefile" feature for LSB distro.
Fixes [YOCTO #794]
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Jingdong Lu [Tue, 12 Apr 2011 08:29:48 +0000 (16:29 +0800)]
gcc: Add "--enable-clocale=gnu" option for LSB.
Add "--enable-clocale=gun" option for gcc configuration explicitly for LSB distro
in order to make sure C++ library can use correct locale module.
Fixes [YOCTO #796]
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
Xiaofeng Yan [Fri, 15 Apr 2011 08:09:28 +0000 (16:09 +0800)]
task-poky-lsb.bb:Add locale resoures which is needed by LSB Test Suite
Owning to absent locale resources in lsb-image, I add them to task-poky-lsb.bb
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Zhai Edwin [Wed, 6 Apr 2011 08:12:17 +0000 (16:12 +0800)]
qemu: Fix the qemu GL application start failure.
Some turn-on macro/variable are re-arranged, buffer pointer is extended to
support 32/64b combination of target/host.
[YOCTO #688] fixed.
[sgw: tweaked Upstream-Status format]
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Yu Ke [Sat, 9 Apr 2011 13:33:50 +0000 (21:33 +0800)]
pango: upgrade from 1.28.3 to 1.28.4
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 9 Apr 2011 13:26:45 +0000 (21:26 +0800)]
xf86-input-mouse: upgrade from 1.6 to 1.7
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 7 Apr 2011 08:47:37 +0000 (16:47 +0800)]
mesa: upgrade to 7.10.2
- also remove the talloc-removal.patch because it is already
included in this version
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 7 Apr 2011 07:16:01 +0000 (15:16 +0800)]
libdrm: upgrade from 2.4.23 to 2.4.25
Signed-off-by: Yu Ke <ke.yu@intel.com>
Dexuan Cui [Fri, 15 Apr 2011 08:40:47 +0000 (16:40 +0800)]
libnewt: fix parallel-make issue
Add patch to remove hardcoded /usr/include/slang
Fixes [YOCTO #947]
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Joshua Lock [Mon, 4 Apr 2011 13:26:40 +0000 (14:26 +0100)]
clutter-1.6: fix tarball md5sum and add json-glib to dependencies
* As of Clutter 1.5.2 the project no longer ships an internal version of
json-glib so we must explicitly add it to the DEPENDS.
* Fix the SRC_URI[md5sum]
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Yu Ke [Sat, 9 Apr 2011 14:27:12 +0000 (22:27 +0800)]
xkbcomp: upgrade from 1.2.0 to 1.2.1
- Also remove the cross compiling patch, since it is already included
in 1.2.1 release
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Sat, 9 Apr 2011 14:22:31 +0000 (22:22 +0800)]
xf86-input-keyboard: upgrade from 1.5.0 to 1.6.0
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 7 Apr 2011 09:15:46 +0000 (17:15 +0800)]
evieext: upgrade from 1.1.0 to 1.1.1
- also change license checksum, the license is still MIT-X, but corp name
is changed from SUN to Oracle
[sgw: merged perferred-xorg-versions.inc]
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Yu Ke [Thu, 7 Apr 2011 08:36:00 +0000 (16:36 +0800)]
xf86-input-vmmouse: upgrade from 12.6.10 to 12.7.0
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 7 Apr 2011 08:21:19 +0000 (16:21 +0800)]
xf86-input-synaptics: upgrade from 1.3.0 to 1.4.0
Signed-off-by: Yu Ke <ke.yu@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:09:23 +0000 (01:09 +0800)]
distro_tracking_fields.inc: update the info for the following recipes
oprofileui
tcf-agent
libxt
libxi
fixesproto
xproto
gnome-doc-utils
pixman
xextproto
libpciaccess
cronie
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:08:38 +0000 (01:08 +0800)]
preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, xextproto and libpciaccess
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:07:59 +0000 (01:07 +0800)]
cronie: upgrade from 1.4.6 to the latest version 1.4.7
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:06:59 +0000 (01:06 +0800)]
libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1
Upgrade LIC_FILES_CHKSUM due to the only change in the new COPYING:
-Copyright 2007, 2008, 2009 Sun Microsystems, Inc.
+Copyright (c) 2007, 2008, 2009, Oracle and/or its affiliates.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:05:52 +0000 (01:05 +0800)]
xextproto: upgrade from 7.1.2 to the latest version 7.2.0
Add --enable-specs=no.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:05:12 +0000 (01:05 +0800)]
gnome-doc-utils: upgrade from 0.20.4 to the latest version 0.20.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:03:33 +0000 (01:03 +0800)]
xproto: upgrade from 7.0.20 to the latest version 7.0.21
Update LIC_FILES_CHKSUM as the new COPYING added "Copyright years" and added
a new section of MIT-style license.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 17:00:59 +0000 (01:00 +0800)]
fixesproto: upgrade from 4.1.2 to the latest version 5.0
Update LIC_FILES_CHKSUM as both the files added a new line
+Copyright 2010 Red Hat, Inc.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 16:59:58 +0000 (00:59 +0800)]
libxi: upgrade from 1.4.0 to the latest version 1.4.2
Add --enable-specs=no to disable spec generation to work around the issue:
SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host
Apr 11, 2011 4:06:18 PM org.apache.fop.fo.properties.CommonBorderPaddingBackground <init>
SEVERE: Background image not available: http://docbook.sourceforge.net/release/images/draft.png
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 16:58:46 +0000 (00:58 +0800)]
libxt: update from 1.0.9 to the latest version 1.1.1
Update LIC_FILES_CHKSUM due to the only change to COPYING.
-Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui [Mon, 11 Apr 2011 16:57:27 +0000 (00:57 +0800)]
oprofileui: upgrade to latest git version
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Zhai Edwin [Wed, 13 Apr 2011 05:29:53 +0000 (13:29 +0800)]
polkit-gnome: Upgrade to 0.101 (from 0.99)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Wed, 13 Apr 2011 05:18:28 +0000 (13:18 +0800)]
xz: Upgrade to 5.0.2 (from 5.0.0)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Wed, 13 Apr 2011 05:01:29 +0000 (13:01 +0800)]
libcanberry: Upgrade to 0.28 (from 0.26)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Wed, 13 Apr 2011 03:00:48 +0000 (11:00 +0800)]
x11perf: Upgrade to 1.5.3 (from 1.5.2)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Tue, 12 Apr 2011 07:51:49 +0000 (15:51 +0800)]
libsoup-2.4: Upgrade to 2.32.2 (from 2.32.1)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Scott Rifenbark [Thu, 14 Apr 2011 16:39:53 +0000 (11:39 -0500)]
documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools.
The link to autotools was incorrect. It had 'www' in the URL
when it should not have. it is now
'http://download.eclipse.org/technology/linuxtools/update/'
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Dongxiao Xu [Fri, 15 Apr 2011 05:30:23 +0000 (13:30 +0800)]
distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etc
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>