]>
 
 
code.ossystems Code Review - openembedded-core.git/log 
 
 
 
 
 
 
 
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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> 
 
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
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>  
Mei Lei  [Thu, 2 Dec 2010 10:59:02 +0000  (18:59 +0800)] 
 
initscripts:Add a patch of GPLv2 license and its checksum to bb file 
 
Add this GPLv2 patch for local recipes license checksum 
 
Signed-off-by: Mei Lei <lei.mei@intel.com>  
Kevin Tian  [Mon, 22 Nov 2010 12:52:27 +0000  (20:52 +0800)] 
 
siggen.py: set 'runtaskdeps' correctly 
 
Now 'runtaskdeps' is assigned before taskhash whitelist is filtered out, and thus 
always contains original task dependencies. This causes problem to diagnose sstate 
related problem. So fix it by appending filtered dep to 'runtaskdeps' in the fly. 
 
Signed-off-by: Kevin Tian <kevin.tian@intel.com>  
Richard Purdie  [Sun, 5 Dec 2010 22:52:44 +0000  (22:52 +0000)] 
 
bitbake/utils.py: Improve traceback to be more helpful/clear to users 
 
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>  
Richard Purdie  [Sun, 5 Dec 2010 22:51:38 +0000  (22:51 +0000)] 
 
bitbake/utils.py: Ensure the last lines of functions are printed in tracebacks 
 
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>  
Richard Purdie  [Sun, 5 Dec 2010 20:38:46 +0000  (20:38 +0000)] 
 
Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhere 
 
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>  
Saul Wold  [Thu, 2 Dec 2010 22:53:42 +0000  (14:53 -0800)] 
 
Revert "qemugl: upgrade to git commit 
33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9 "
This reverts commit 
4bcba3fb12bf2ea7ac952f97a44c8881703935dd .
The qemugl is not building so I am reverting this update until
it's resolved.
Signed-off-by: Saul Wold <sgw@linux.intel.com> 
 
Saul Wold  [Fri, 3 Dec 2010 00:15:45 +0000  (16:15 -0800)] 
 
Revert "gssdp: Upgrade to version 0.9.0"
This reverts commit 
0cd2a26ff6fe573ffcec942f2db4e96db2d391e7 .
This does not build, so reverting
Signed-off-by: Saul Wold <sgw@linux.intel.com> 
 
Saul Wold  [Fri, 3 Dec 2010 00:14:33 +0000  (16:14 -0800)] 
 
Revert "gssdp: Disable gobject introspection explicitly"
This reverts commit 
35c948f38495d49dde1043d14a914cf4047a972a .
There is not --disable-interospection
Signed-off-by: Saul Wold <sgw@linux.intel.com> 
 
Gary Thomas  [Sun, 28 Nov 2010 13:21:28 +0000  (06:21 -0700)] 
 
libart-lgpl: Add missing config file - allows builds on PowerPC 
 
Signed-off-by: Gary Thomas <gary@mlbassoc.com>  
Signed-off-by: Saul Wold <sgw@linux.intel.com>  
Adrian Alonso  [Thu, 2 Dec 2010 02:36:20 +0000  (19:36 -0700)] 
 
librsvg: fix gdk-pixbuf-query-loaders not found in path 
 
* Fix configure: error: gdk-pixbuf-query-loaders not found in path 
* Bump PR 
[sgw@linux.intel.com: cleaned up patch whitespace issues] 
 
Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>  
Signed-off-by: Saul Wold <sgw@linux.intel.com>  
svg 
 
Signed-off-by: Saul Wold <sgw@linux.intel.com>  
Qing He  [Fri, 3 Dec 2010 03:12:55 +0000  (11:12 +0800)] 
 
libnl: fix parallel make 
 
lex/yacc generated header file should be explicitly listed for 
makefile dependency 
 
also add flex-native and bison-native for the recipe 
 
Signed-off-by: Qing He <qing.he@intel.com>  
Mei Lei  [Fri, 26 Nov 2010 07:52:18 +0000  (15:52 +0800)] 
 
opkg-config-base:Add license checksum to bb file 
 
Add COPYING.MIT file checksum to bb file 
 
Signed-off-by: Mei Lei <lei.mei@intel.com>  
Richard Purdie  [Thu, 2 Dec 2010 13:57:53 +0000  (05:57  -0800)] 
 
gssdp: Disable gobject introspection explicitly 
 
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>  
Saul Wold  [Thu, 2 Dec 2010 05:19:36 +0000  (21:19 -0800)] 
 
table move missing patch back to correct location 
 
Signed-off-by: Saul Wold <sgw@linux.intel.com>  
Saul Wold  [Thu, 2 Dec 2010 05:15:43 +0000  (21:15 -0800)] 
 
task-poky-clutter: remove cairo packages 
 
Signed-off-by: Saul Wold <sgw@linux.intel.com>  
Saul Wold  [Wed, 1 Dec 2010 00:27:19 +0000  (16:27 -0800)] 
 
preferred-xorg-versions: updated for lastest package updates 
 
Signed-off-by: Saul Wold <Saul.Wold@intel.com>  
Saul Wold  [Tue, 30 Nov 2010 19:36:26 +0000  (11:36 -0800)] 
 
world-broken: cleanup post reorg and world cleanup 
 
Signed-off-by: Saul Wold <Saul.Wold@intel.com>  
Qing He  [Tue, 30 Nov 2010 05:45:21 +0000  (13:45 +0800)] 
 
dhcp: fix cross build 
 
the new internal bind9 is not cross compiling friendly, use 
the external library 
 
Signed-off-by: Qing He <qing.he@intel.com>  
Qing He  [Tue, 30 Nov 2010 05:35:42 +0000  (13:35 +0800)] 
 
bind: add new recipe 
 
version 9.7.2-P2 
based on bind recipe from openembedded 
 
the exportlib is used by building dhcp 
 
Signed-off-by: Qing He <qing.he@intel.com>  
Signed-off-by: Saul Wold <sgw@linux.intel.com>  
Saul Wold  [Tue, 30 Nov 2010 01:20:14 +0000  (17:20 -0800)] 
 
table.inc: correct version number 
 
Signed-off-by: Saul Wold <Saul.Wold@intel.com>  
Saul Wold  [Tue, 30 Nov 2010 01:18:32 +0000  (17:18 -0800)] 
 
eds-tools: Fix SRCREV and add LIC_FILE_CHKSUM 
 
Signed-off-by: Saul Wold <Saul.Wold@intel.com>  
Saul Wold  [Tue, 30 Nov 2010 01:03:23 +0000  (17:03 -0800)] 
 
gobject-introspection: Fix pathfix.patch to correct glibconfig.h location 
 
Signed-off-by: Saul Wold <Saul.Wold@intel.com>  
Yu Ke  [Sun, 28 Nov 2010 03:33:34 +0000  (11:33 +0800)] 
 
qemugl: upgrade to git commit 
33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9 
qemugl has no update since May 2009. Compared to current SRCREV, there is 3 new commit in upstream. So simply upgrade the SRCREV to the latest commit of May 2009, to include the 3 new commits.
Signed-off-by: Yu Ke <ke.yu@intel.com> 
 
Yu Ke  [Sun, 28 Nov 2010 02:10:07 +0000  (10:10 +0800)] 
 
mesa-dri-glsl-native: upgrade from 7.8.2 to 7.9 
 
with the following changes 
- add license checksum 
- add dependency of talloc-native, because mesa 7.9 start to use talloc to manage its memory. 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Sat, 27 Nov 2010 11:45:12 +0000  (19:45 +0800)] 
 
mesa-demo: add new recpies mesa demo 8.0.2 
 
mesa-demo is originally part of mesa in 7.8 or earlier version. But starting from 7.9, mesa-demo become a seperate tar ball and has its own version 8.0.2, so this commit add new recipe for mesa-demos 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Sat, 27 Nov 2010 12:48:49 +0000  (20:48 +0800)] 
 
glew: add new recipes glew 1.5.7 
 
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. 
 
mesa-demos requires glew, so port it from OE, with the following changes: 
- upgrade it from 1.5.1 to 1.5.7 
- add license checksum 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Sat, 27 Nov 2010 13:43:34 +0000  (21:43 +0800)] 
 
mesa: enable glu 
 
GLU is needed by glew, which in turn needed by mesa-demos 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Sat, 27 Nov 2010 01:24:56 +0000  (09:24 +0800)] 
 
mesa-xlib: upgrade from 7.8.2 to 7.9 
 
- starting from mesa 7.9, mesa-demos is not bundled with mesa in upstream, so remove the mesa demo in mesa recipes. there will be a seperate recipes to build mesa-demos 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Wed, 24 Nov 2010 04:51:42 +0000  (12:51 +0800)] 
 
mesa-dri: upgrade from 7.8.2 to 7.9 
 
with the following changes: 
 
- remove mesa-demos, because starting from mesa 7.9, 
  mesa-demos becomes a standalone src tar ball in 
  upstream, so there will be a seperate recipes to 
  build the mesa-demos 
 
- add dependency of talloc and libxml2-native 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Wed, 24 Nov 2010 04:50:55 +0000  (12:50 +0800)] 
 
talloc: add new recipes talloc 2.0.1 
 
talloc is a hierarchical, reference counted memory pool system with destructors. 
It is the core memory allocator used in Samba. Mesa7.9 also depends on it,so add 
it for mesa7.9. 
 
It is ported from OpenEmbedded, with some format modification. 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Fri, 26 Nov 2010 11:48:11 +0000  (19:48 +0800)] 
 
libxml2-native: remove the --without-debug option 
 
mesa 7.9 build script es_generator.py use libxml2 API xmlLsCountNode, 
which only available in debug module, so remove the --without-debug 
option for mesa 7.9 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Yu Ke  [Wed, 24 Nov 2010 04:53:31 +0000  (12:53 +0800)] 
 
sqlite: upgrade from 3.6.23 to 3.7.3 
 
Signed-off-by: Yu Ke <ke.yu@intel.com>  
Dongxiao Xu  [Mon, 29 Nov 2010 03:27:50 +0000  (11:27 +0800)] 
 
zeroconf: Fix LICENSE and LIC_FILES_CHKSUM info 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>  
Dongxiao Xu  [Mon, 29 Nov 2010 03:25:06 +0000  (11:25 +0800)] 
 
telepathy-idle: Fix LICENSE and LIC_FILES_CHKSUM info 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>  
Dongxiao Xu  [Mon, 29 Nov 2010 03:20:19 +0000  (11:20 +0800)] 
 
pulseaudio: Fix LICENSE and LIC_FILES_CHKSUM info 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>  
Dongxiao Xu  [Mon, 29 Nov 2010 03:09:14 +0000  (11:09 +0800)] 
 
libtelepathy: Fix LICENSE and LIC_FILES_CHKSUM info 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>  
Dongxiao Xu  [Mon, 29 Nov 2010 03:00:15 +0000  (11:00 +0800)] 
 
libsamplerate0: Fix LICENSE and LIC_FILES_CHKSUM info 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>  
Dongxiao Xu  [Mon, 29 Nov 2010 02:55:12 +0000  (10:55 +0800)] 
 
libomxil: Fix LICENSE and LIC_FILES_CHKSUM info 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>  
Dongxiao Xu  [Sat, 27 Nov 2010 15:51:20 +0000  (23:51 +0800)] 
 
gupnp: Update LICENSE and LIC_FILES_CHKSUM info 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>  
Dongxiao Xu  [Sat, 27 Nov 2010 15:36:28 +0000  (23:36 +0800)] 
 
gst-fluendo-mpegdemux: Fix LICENSE info 
 
Add LIC_FILES_CHKSUM information 
 
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>