scm/bb/tizen-distro.git
13 years agocross-canadian: pkg name includes target arch
Lianhao Lu [Wed, 1 Dec 2010 02:13:01 +0000 (10:13 +0800)]
cross-canadian: pkg name includes target arch

This commit fixes Bug #528.

1. Added the target arch name to the pkg name of gcc-cross-canadian,
gdb-cross-candian and bintuils-cross-candian.

2. Move the cross-canadian pkgs out of task-sdk-host into a new task
task-cross-canadian.

3. Added the RDEPENDS of task-cross-canadian into meta-toolchain.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
13 years agobitbake/bitbake-runtask: Since the parent has set the environment up cleanly we don...
Richard Purdie [Fri, 10 Dec 2010 12:40:23 +0000 (12:40 +0000)]
bitbake/bitbake-runtask: Since the parent has set the environment up cleanly we don't need to filter this ourselves anymore

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agopoky.conf: move the SDK install into version directories
Joshua Lock [Fri, 19 Nov 2010 11:59:01 +0000 (11:59 +0000)]
poky.conf: move the SDK install into version directories

It's desirable to be able to have SDK toolchains installed from multiple
versions of Poky, enable this by installing the toolchains into a subdirectory
of /opt/poky/ based on the distro version.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agoqemu: Enable KVM support on x86/x86-64 host
Zhai Edwin [Thu, 2 Dec 2010 07:11:53 +0000 (15:11 +0800)]
qemu: Enable KVM support on x86/x86-64 host

User need build kvm module for native kernel and install them by "modprobe
kvm_intel". Then add "kvm" option to poky-qemu to enable it.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoSRC_URI Checksums Additionals
Saul Wold [Wed, 8 Dec 2010 04:06:29 +0000 (20:06 -0800)]
SRC_URI Checksums Additionals

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoMake poky-qemu and related scripts work with arbitrary SDK locations
Scott Garman [Wed, 8 Dec 2010 04:59:06 +0000 (20:59 -0800)]
Make poky-qemu and related scripts work with arbitrary SDK locations

* No longer assume SDK toolchains are installed in /opt/poky
* [BUGFIX #568] where specifying paths to both the kernel and fs
  image caused an error due to POKY_NATIVE_SYSROOT never being
  set, triggering failure of poky-qemu-ifup/ifdown
* Cosmetic improvements to usage() functions by using basename

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agopoky-env-internal: Allow the environment variable POKYCONF to provide the basis for...
Gary Thomas [Wed, 8 Dec 2010 13:11:52 +0000 (06:11 -0700)]
poky-env-internal: Allow the environment variable POKYCONF to provide the basis for the working "conf" directory.

By using the POKYCONF variable, a meta layer can provide the basic setup for files to
be used during a build.  This is similar to the default values stored in the main meta
tree, .../meta/conf/local.conf.sample, etc

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agodevshell: Clean up devshell code so this task doesn't polute the global namespace
Richard Purdie [Sun, 28 Nov 2010 17:42:36 +0000 (17:42 +0000)]
devshell: Clean up devshell code so this task doesn't polute the global namespace

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agobitbake: Overhaul environment handling
Richard Purdie [Sun, 28 Nov 2010 17:39:09 +0000 (17:39 +0000)]
bitbake: Overhaul environment handling

Currently, anything whitelisted in the environment makes it into the worker
processes. This is undesireable and the worker environment should be as
clean as possible. This patch adapts bitbake sosme variables are loaded into
bitbake's datastore but not exported by default. Any variable can be exported
by setting its export flag.

Currently, this code only finalises the environment in he worker as doing so
in the server means variables are unavailable in the worker. If we switch
back to fork() calls instead of exec() this code will need revisting.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agopoky.conf: add more hash whitelist
Kevin Tian [Mon, 22 Nov 2010 11:21:50 +0000 (19:21 +0800)]
poky.conf: add more hash whitelist

DATE are referenced by patch_do_patch
TIME are referenced by do_distro_check/do_checkpkg
BBPATH/THISDIR/_ impacts the scenario when using different source path.
DL_DIR/SSTATE_DIR are listed as dependency too, by pstaging_fetch
FILESEXTRPATHS is referenced by .bbappend files

Some tasks may not contribute to sstate packages, e.g. do_checkpkg. But for
safety all of them are whitelist this time.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
13 years agohostap-conf: update LICENSE and LIC_FILES_CHKSUM info
Dongxiao Xu [Thu, 9 Dec 2010 08:53:46 +0000 (16:53 +0800)]
hostap-conf: update LICENSE and LIC_FILES_CHKSUM info

Import GPLv2 COPYING file.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agobluez-dtl1-workaround: update LIC_FILES_CHKSUM info
Dongxiao Xu [Thu, 9 Dec 2010 08:51:55 +0000 (16:51 +0800)]
bluez-dtl1-workaround: update LIC_FILES_CHKSUM info

Import GPLv2 COPYING file.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agoorinoco-conf: update LICENSE and LIC_FILES_CHKSUM info
Dongxiao Xu [Thu, 9 Dec 2010 08:48:58 +0000 (16:48 +0800)]
orinoco-conf: update LICENSE and LIC_FILES_CHKSUM info

Import GPLv2 COPYING file.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agomakedevs: update LIC_FILES_CHKSUM info
Dongxiao Xu [Thu, 9 Dec 2010 08:45:08 +0000 (16:45 +0800)]
makedevs: update LIC_FILES_CHKSUM info

Import GPLv2 COPYING file.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agobitbake/cooker: fix idle command processing in servers
Joshua Lock [Wed, 1 Dec 2010 16:59:04 +0000 (16:59 +0000)]
bitbake/cooker: fix idle command processing in servers

idle command processing in each of the servers does not handle an explicit
None return value, which means the goggle UI ends up repeatedly adding
"Tasks Summary:" rows to the list.

This patch modifies BBCooker.buildTargets.buildTargetsIdle to return False
when BuildCompleted is fired, as is done in BBCooker.buildFile.buildFileIdle.
It may be that the correct way to fix this is to change the idle command
processing in the servers.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agoworld-broken: Update with Clutter items
Saul Wold [Wed, 8 Dec 2010 17:05:20 +0000 (09:05 -0800)]
world-broken: Update with Clutter items

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoopenssl-native: disable execstack flag to prevent problems with SELinux
Paul Eggleton [Wed, 17 Nov 2010 11:37:47 +0000 (11:37 +0000)]
openssl-native: disable execstack flag to prevent problems with SELinux

The execstack flag gets set on libcrypto.so by default which causes SELinux
to prevent it from being loaded on systems using SELinux, which includes
Fedora. This patch disables the execstack flag. (Note: Red Hat do this in
their openssl packaging.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoxserver-xf86-config: add license checksum
Yu Ke [Tue, 7 Dec 2010 09:48:15 +0000 (17:48 +0800)]
xserver-xf86-config: add license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agoxserver-nodm-init: add license checksum
Yu Ke [Tue, 7 Dec 2010 09:42:14 +0000 (17:42 +0800)]
xserver-nodm-init: add license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agox11-common: add license checksum
Yu Ke [Mon, 6 Dec 2010 04:17:04 +0000 (12:17 +0800)]
x11-common: add license checksum

it is local file recipe and no GPLv2 license file, so
add a patch to add GPLv2 license file

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agodistro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc.
Dongxiao Xu [Tue, 7 Dec 2010 09:04:01 +0000 (17:04 +0800)]
distro_tracking: update gupnp, gst-ffmpeg, gst-fluendo-mp3, etc.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agopulseaudio: upgrade to version 0.9.21
Dongxiao Xu [Tue, 7 Dec 2010 09:03:40 +0000 (17:03 +0800)]
pulseaudio: upgrade to version 0.9.21

There is a bug in pulseaudio uptream which uses new instructions on old
arm platform. So we keep arm version of pulseaudio unchanged.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agogst-fluendo-mpegdemux: upgrade to version 0.10.62
Dongxiao Xu [Tue, 7 Dec 2010 09:03:07 +0000 (17:03 +0800)]
gst-fluendo-mpegdemux: upgrade to version 0.10.62

Add m4 path from common folder.

Fix recipe metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agogst-fluendo-mp3: upgrade to version 0.10.15
Dongxiao Xu [Tue, 7 Dec 2010 09:02:26 +0000 (17:02 +0800)]
gst-fluendo-mp3: upgrade to version 0.10.15

Remove configure_fix.patch since the original logic is not exist in
upstream code.

Fix recipe metadata.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agogupnp: upgrade to version 0.14.0
Dongxiao Xu [Tue, 7 Dec 2010 08:56:37 +0000 (16:56 +0800)]
gupnp: upgrade to version 0.14.0

Derive introspection.m4 from gobject-introspection package to solve the
autoreconf issue.

Add option "--disable-introspection" since gobject-introspection breaks
cross compile.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agogssdp: upgrade to version 0.9.0
Dongxiao Xu [Tue, 7 Dec 2010 08:55:01 +0000 (16:55 +0800)]
gssdp: upgrade to version 0.9.0

Derive introspection.m4 from gobject-introspection package to solve the
autoreconf issue.

Add option "--disable-introspection" since gobject-introspection breaks
cross compile.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agomodutils-initscripts:Add license checksum to bb file
Mei Lei [Thu, 2 Dec 2010 13:15:34 +0000 (21:15 +0800)]
modutils-initscripts:Add license checksum to bb file

Add Public Domain license file as a patch, and add checksum to bb file

[sgw@linux.intel.com: fixed the license text and the checksum]
Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibart-lgpl: add mips art_config.h
Saul Wold [Wed, 8 Dec 2010 17:55:46 +0000 (09:55 -0800)]
libart-lgpl: add mips art_config.h

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotelepathy-python: Make sure py files are packages correctly
Richard Purdie [Tue, 7 Dec 2010 22:58:02 +0000 (22:58 +0000)]
telepathy-python: Make sure py files are packages correctly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agognome-icon-theme: Disable PACKAGE_ARCH='all' until we unbreak it for multiarch builds
Richard Purdie [Tue, 7 Dec 2010 22:50:22 +0000 (22:50 +0000)]
gnome-icon-theme: Disable PACKAGE_ARCH='all' until we unbreak it for multiarch builds

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agopoky.conf: add BB_TASKHASH to BB_HASHBASE_WHITELIST
Paul Eggleton [Tue, 7 Dec 2010 13:44:56 +0000 (13:44 +0000)]
poky.conf: add BB_TASKHASH to BB_HASHBASE_WHITELIST

At the time of creating the hash, BB_TASKHASH can't really be valid and
should be excluded from the environment variable list used to create the
hash.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agobitbake/goggle: add a ProgressBar for parse progress
Joshua Lock [Thu, 25 Nov 2010 15:56:07 +0000 (15:56 +0000)]
bitbake/goggle: add a ProgressBar for parse progress

Construct a ProgressBar and pass it to the RunningBuild.handle_event() so
that goggle users are notified of metadata parsing progress.

UI's with status make users less nervous

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/goggle: automatically show most recently added message
Joshua Lock [Mon, 6 Dec 2010 15:34:50 +0000 (15:34 +0000)]
bitbake/goggle: automatically show most recently added  message

It seems likely that the user would want to view the most recently emitted
messages so this patch sets the message dislay treeview to scroll to any
newly added rows.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7
Joshua Lock [Wed, 1 Dec 2010 14:40:21 +0000 (14:40 +0000)]
bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7

Python 2.7's library changes some of xmlrpclib's internal implementation such
that interacting with a proxy to BitBakes SimpleXMLRPCServer would cause
BitBake to crash.

The issue was traced to changes in the xmlrpclib.Transport implementation and
Python bug #8194 (http://bugs.python.org/issue8194).

This patch introduces a workaround by create a subclass of
xmlrpclib.Transport, which overrides the offending methods with the Python
2.6.6 implementation copy and pasted from the Python 2.6.6 xmlrpclib, and
using this BBTransport implementation for both xmlrpclib.Server objects we
create.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()
Joshua Lock [Thu, 25 Nov 2010 15:54:19 +0000 (15:54 +0000)]
bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()

Defaults to None, but if set will pass the ParseProgress sofar and total to
pbar's update() method.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/depexp: Factor ProgressBar into a separate class in crumbs/
Joshua Lock [Thu, 25 Nov 2010 15:15:10 +0000 (15:15 +0000)]
bitbake/depexp: Factor ProgressBar into a separate class in crumbs/

ProgressBar will be useful in other UI elements so make it it's own class.
Make ProgressBar a subclass of gtk.Dialog, rather than gtk.Window, so that we
can suggest the window manager parent the ProgressBar to the widget passed at
as parent.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/goggle: interaction tweaks
Joshua Lock [Thu, 11 Nov 2010 10:26:48 +0000 (10:26 +0000)]
bitbake/goggle: interaction tweaks

Set the goggle window to a more sane default size (640x480) and hook up the
close button.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/crumbs: fix the event name determination
Joshua Lock [Thu, 11 Nov 2010 10:18:11 +0000 (10:18 +0000)]
bitbake/crumbs: fix the event name determination

Due to some recent change *somewhere* we need to explicitly look at the
name attribute on the instances class, rather than the name attribute of
the instance.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/crumbs: do the test for ignored messages sooner
Joshua Lock [Thu, 11 Nov 2010 10:14:11 +0000 (10:14 +0000)]
bitbake/crumbs: do the test for ignored messages sooner

Move the test for ignored messages to the start of the message handling loop to
avoid doing work for messages which are only going to be ignored.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agobitbake/crumbs: Fix crumbs UI for bitbake event class name changes
Joshua Lock [Thu, 11 Nov 2010 10:13:08 +0000 (10:13 +0000)]
bitbake/crumbs: Fix crumbs UI for bitbake event class name changes

Some of the events we where trying to look for have had their class names
changed, fix these references.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agosiggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST
Kevin Tian [Mon, 22 Nov 2010 16:35:03 +0000 (00:35 +0800)]
siggen.py: fix the wrong usage on BB_TASKHASH_WHITELIST

BB_TASKHASH_WHITELIST is expected to filter out native tasks from the
dependency list for target recipe's checksum. However current code
actually implements the opposite. All native sstate packages end up
to have empty task dependency while target sstate packages still have
native tasks counted into the checksum.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
13 years agoimagetest-qemu: Allow the task to run after any rootfs is created and also standalone
Richard Purdie [Sun, 28 Nov 2010 14:45:31 +0000 (14:45 +0000)]
imagetest-qemu: Allow the task to run after any rootfs is created and also standalone

One bitbake invocation can cause multiple images to be generated. We should test
each one and we cna do this by running after the rootfs task. Running the tests
standlone is also still possible with a new separate standlone task.

Acked-by: Scott Garman <scott.a.garman@intel.com>
Acked-by: Jiajun Xu <jiajun.xu@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agobitbake/data_smart: Refactor _append/_prepend code to remove duplication
Richard Purdie [Tue, 7 Dec 2010 12:25:24 +0000 (12:25 +0000)]
bitbake/data_smart: Refactor _append/_prepend code to remove duplication

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agobitbake/data_smart: Fix append/prepend/override ordering issue
Richard Purdie [Mon, 6 Dec 2010 00:39:20 +0000 (00:39 +0000)]
bitbake/data_smart: Fix append/prepend/override ordering issue

Where a variable name consisted of an append/prepend combined with an override
and there was also an append/prepend to the variable, the override could be lost
if the override was not in OVERRIDES.

For example:

FOO = "A"
FOO_append = "B"
FOO_append_virtclass-native = "C"

could result in "AB" even though virtclass-native was in OVERRIDES.

With this patch applied, the result is "ABC" as would be expected.

The problem was the deletion of the _append/_prepend flag was happening
if *any* append/prepend was procesed, the result should really be that
it should contain any unprocessed append/prepend.

Kevin Tian deserves credit for looking into this and working out the
problem here.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 years agoRemove unused tunctl-src/Makefile from scripts/
Scott Garman [Tue, 7 Dec 2010 08:48:39 +0000 (00:48 -0800)]
Remove unused tunctl-src/Makefile from scripts/

Removing leftover cruft

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoAdd sanity test scenarios for -lsb images
Scott Garman [Tue, 7 Dec 2010 08:48:03 +0000 (00:48 -0800)]
Add sanity test scenarios for -lsb images

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agotask-poky-tools: disable blktrace due to build failures
Saul Wold [Mon, 6 Dec 2010 23:11:12 +0000 (15:11 -0800)]
task-poky-tools: disable blktrace due to build failures

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogupnp: add gnome-icon-theme to DEPENDS
Saul Wold [Mon, 6 Dec 2010 19:38:54 +0000 (11:38 -0800)]
gupnp: add gnome-icon-theme to DEPENDS

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agosanity.bbclass: Warn people when TERMCMD is set to a non-installed program
Joshua Lock [Fri, 26 Nov 2010 16:43:05 +0000 (16:43 +0000)]
sanity.bbclass: Warn people when TERMCMD is set to a non-installed program

We default to gnome-terminal for TERMCMD (and TERMRUNCMD) so should check that
this program actually exists during sanity checking.

As a corollary document how to change these variables in the local.conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agolocal.conf.sample: Note extra variables required when disabling en_US locale
Joshua Lock [Fri, 26 Nov 2010 14:23:16 +0000 (14:23 +0000)]
local.conf.sample: Note extra variables required when disabling en_US locale

When changing which locales are generated for libc it may also be neccessary to
change IMAGE_LINGUAS and LIMIT_BUILT_LOCALES

Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 years agolibart-lgpl: Add config.h for x86_64
Saul Wold [Mon, 6 Dec 2010 18:26:46 +0000 (10:26 -0800)]
libart-lgpl: Add config.h for x86_64

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibnl: fix typo in the Makefile fix
Qing He [Mon, 6 Dec 2010 07:50:39 +0000 (15:50 +0800)]
libnl: fix typo in the Makefile fix

change .$(OBJEXT) to .lo in the rule to reflect libtool setup

Signed-off-by: Qing He <qing.he@intel.com>
13 years agopreferred-xorg-versions: Update to match new versions
Saul Wold [Fri, 3 Dec 2010 21:25:19 +0000 (13:25 -0800)]
preferred-xorg-versions: Update to match new versions

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoeee-acpi-scripts: Update to 1.1.11
Zhai Edwin [Sun, 28 Nov 2010 07:48:25 +0000 (15:48 +0800)]
eee-acpi-scripts: Update to 1.1.11

Rebased remove-doc-check.patch

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agodistro_tracking_fields: update fields for devel/toolchain recipes
Nitin A Kamble [Mon, 29 Nov 2010 17:09:44 +0000 (09:09 -0800)]
distro_tracking_fields: update fields for devel/toolchain recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agosubversion: upgrade from 1.5.5 to 1.6.13
Nitin A Kamble [Thu, 18 Nov 2010 22:52:03 +0000 (14:52 -0800)]
subversion: upgrade from 1.5.5 to 1.6.13

And update recipe checksums

rebased neon-detection.patch:
upstream code has some of the changes similar to the changes in the
patch. Removing the duplicate changes from the patch file.

subversion: update LIC_CHKSUM_FILES field

Noticed this change in the COPYING file:

$ diff -u COPYING /tmp/COPYING
--- COPYING 2006-05-28 07:41:18.000000000 -0700
+++ /tmp/COPYING 2010-12-03 11:16:15.000000000 -0800
@@ -10,7 +10,7 @@
 on), you may use a newer version instead, at your option.

 ================================================================
-Copyright (c) 2000-2006 CollabNet.  All rights reserved.
+Copyright (c) 2000-2009 CollabNet.  All rights reserved.

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agogtk-engines: Update to 2.20.2
Zhai Edwin [Wed, 1 Dec 2010 05:45:21 +0000 (13:45 +0800)]
gtk-engines: Update to 2.20.2

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agognome-icon-theme: Update to 2.31.0
Zhai Edwin [Wed, 1 Dec 2010 01:04:58 +0000 (09:04 +0800)]
gnome-icon-theme: Update to 2.31.0

Rebased the patch iconpath-option.patch

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agognome-desktop: Update to 2.32.1
Zhai Edwin [Wed, 1 Dec 2010 00:42:45 +0000 (08:42 +0800)]
gnome-desktop: Update to 2.32.1

Removed no-desktop-docs.patch, as it is already in upstream.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoweb: Update to svn r129
Zhai Edwin [Tue, 30 Nov 2010 05:25:21 +0000 (13:25 +0800)]
web: Update to svn r129

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agox11vnc: Update to 0.9.12
Zhai Edwin [Tue, 30 Nov 2010 09:53:44 +0000 (17:53 +0800)]
x11vnc: Update to 0.9.12

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agox11perf: Update to 1.5.2
Zhai Edwin [Tue, 30 Nov 2010 09:17:11 +0000 (17:17 +0800)]
x11perf: Update to 1.5.2

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agopuzzles: Update to svn r9023
Zhai Edwin [Tue, 30 Nov 2010 08:34:52 +0000 (16:34 +0800)]
puzzles: Update to svn r9023

Removed makedist_hack.patch, as makedist.sh is no longer exist in upstream and
mkfiles.pl is called directly now.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoethtool: Update to 2.6.36
Zhai Edwin [Sun, 28 Nov 2010 08:57:54 +0000 (16:57 +0800)]
ethtool: Update to 2.6.36

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoconsolekit: Update to 0.4.3
Zhai Edwin [Sun, 28 Nov 2010 07:24:13 +0000 (15:24 +0800)]
consolekit: Update to 0.4.3

Rebased nopolkit.patch.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agoacpid: update to 1.0.10
Zhai Edwin [Fri, 26 Nov 2010 05:56:56 +0000 (13:56 +0800)]
acpid: update to 1.0.10

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agotidy: Add license checksum
Zhai Edwin [Fri, 26 Nov 2010 15:10:16 +0000 (23:10 +0800)]
tidy: Add license checksum

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agopointercal: Add license checksum
Zhai Edwin [Fri, 26 Nov 2010 15:53:48 +0000 (23:53 +0800)]
pointercal: Add license checksum

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agobluez-hcidump: update LICENSE and LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:46:08 +0000 (14:46 +0800)]
bluez-hcidump: update LICENSE and LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-boot: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:39:24 +0000 (14:39 +0800)]
task-poky-boot: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-nfs: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:37:04 +0000 (14:37 +0800)]
task-poky-nfs: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agoppp-dialin: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:36:06 +0000 (14:36 +0800)]
ppp-dialin: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-qt: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:34:30 +0000 (14:34 +0800)]
task-poky-qt: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-standalone-sdk-target: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:33:18 +0000 (14:33 +0800)]
task-poky-standalone-sdk-target: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-apps-x11-pimlico: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:32:47 +0000 (14:32 +0800)]
task-poky-apps-x11-pimlico: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotelepathy-glib: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:31:24 +0000 (14:31 +0800)]
telepathy-glib: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-basic: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:30:02 +0000 (14:30 +0800)]
task-poky-basic: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-sdk-gmae: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:29:14 +0000 (14:29 +0800)]
task-poky-sdk-gmae: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-standalone-gmae-sdk-target: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:27:54 +0000 (14:27 +0800)]
task-poky-standalone-gmae-sdk-target: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-tools: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:26:43 +0000 (14:26 +0800)]
task-poky-tools: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-base: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:25:57 +0000 (14:25 +0800)]
task-base: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-x11-sato: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:25:13 +0000 (14:25 +0800)]
task-poky-x11-sato: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agoformfactor: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:24:24 +0000 (14:24 +0800)]
formfactor: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-sdk: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:23:41 +0000 (14:23 +0800)]
task-poky-sdk: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky-lsb: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:22:42 +0000 (14:22 +0800)]
task-poky-lsb: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agotask-poky: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:19:22 +0000 (14:19 +0800)]
task-poky: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agorun-postinsts: update LIC_FILES_CHKSUM info
Dongxiao Xu [Fri, 3 Dec 2010 06:18:02 +0000 (14:18 +0800)]
run-postinsts: update LIC_FILES_CHKSUM info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agodistro_tracking_fields: update fields for devel/toolchain recipes
Nitin A Kamble [Mon, 29 Nov 2010 17:09:44 +0000 (09:09 -0800)]
distro_tracking_fields: update fields for devel/toolchain recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agotcl: upgrade from 8.5.8 to 8.5.9
Nitin A Kamble [Wed, 1 Dec 2010 20:42:48 +0000 (12:42 -0800)]
tcl: upgrade from 8.5.8 to 8.5.9

Rebased this patch to the newer upstream code.
  modified:    fix_non_native_build_issue.patch

Deleted following patch as the newer upstream code includes it already.
  deleted:    tcl/mips-tclstrtod.patch

tcl: update checksums

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agogit: upgrade from 1.7.2.1 to 1.7.3.2
Nitin A Kamble [Wed, 1 Dec 2010 18:48:20 +0000 (10:48 -0800)]
git: upgrade from 1.7.2.1 to 1.7.3.2

And also updated the src_uri checksums.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agomakedepend: upgrade from 1.0.2 to 1.0.3
Nitin A Kamble [Mon, 29 Nov 2010 17:08:44 +0000 (09:08 -0800)]
makedepend: upgrade from 1.0.2 to 1.0.3

And also update the recipe checksums.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agom4: upgrade from 1.4.13 to 1.4.15
Nitin A Kamble [Tue, 23 Nov 2010 17:55:04 +0000 (09:55 -0800)]
m4: upgrade from 1.4.13 to 1.4.15

And update recipe checksums

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agodistro_tracking_fields.inc: update insserv and libatomics-ops
Scott Garman [Tue, 30 Nov 2010 05:04:24 +0000 (21:04 -0800)]
distro_tracking_fields.inc: update insserv and libatomics-ops

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agolibatomics-ops: recipe updates, fix build for mips
Scott Garman [Tue, 30 Nov 2010 04:47:12 +0000 (20:47 -0800)]
libatomics-ops: recipe updates, fix build for mips

* Added another patch from Gentoo/OE to allow package to build for
  mips arches
* Added SUMMARY, HOMEPAGE, and SECTION fields
* Added source checksums

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoinsserv: upgrade to version 1.14.0
Scott Garman [Mon, 29 Nov 2010 04:46:27 +0000 (20:46 -0800)]
insserv: upgrade to version 1.14.0

* Removed obsolete patches
* Disabled make check tests which cannot be run when cross-compiled
* Added SUMMARY, DESCRIPTION, and PRIORITY fields
* Added source checksums

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agokeymaps:Add license checksum and update the GPL information
Mei Lei [Thu, 2 Dec 2010 13:12:40 +0000 (21:12 +0800)]
keymaps:Add license checksum and update the GPL information

Add a patch to generate COPYING file and get the COPYING file checksum to bb file, update the "GPL" to "GPLv2" according to the COPYING file

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agofstests:Add license checksum and update the GPL information
Mei Lei [Thu, 2 Dec 2010 13:11:53 +0000 (21:11 +0800)]
fstests:Add license checksum and update the GPL information

Add source file license checksum to bb file and update the "GPL" to "ZLIB" according to the license information

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agoinitramfs-live-boot:Add license checksum to bb file
Mei Lei [Thu, 2 Dec 2010 10:59:47 +0000 (18:59 +0800)]
initramfs-live-boot:Add license checksum to bb file

Add COPYING.MIT file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agoinitramfs-boot:Add license checksum to bb file
Mei Lei [Thu, 2 Dec 2010 10:59:47 +0000 (18:59 +0800)]
initramfs-boot:Add license checksum to bb file

Add COPYING.MIT file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agoinitramfs-live-install:Add license checksum to bb file
Mei Lei [Thu, 2 Dec 2010 10:59:47 +0000 (18:59 +0800)]
initramfs-live-install:Add license checksum to bb file

Add COPYING.MIT file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>