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>
Dongxiao Xu [Sat, 27 Nov 2010 15:30:01 +0000 (23:30 +0800)]
gst-fluendo-mp3: Update LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 27 Nov 2010 15:09:03 +0000 (23:09 +0800)]
gst-ffmpeg: Update LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 27 Nov 2010 14:55:54 +0000 (22:55 +0800)]
clutter-gst: Update LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Sat, 27 Nov 2010 14:44:11 +0000 (22:44 +0800)]
linux-firmware: Update LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Mei Lei [Mon, 29 Nov 2010 07:06:41 +0000 (15:06 +0800)]
gthumb:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 15:58:15 +0000 (23:58 +0800)]
qemu: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 15:43:11 +0000 (23:43 +0800)]
matchbox-stroke: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 15:36:21 +0000 (23:36 +0800)]
matchbox-session-sato: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 15:34:30 +0000 (23:34 +0800)]
libfakekey: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 15:24:16 +0000 (23:24 +0800)]
xvinfo: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 15:00:02 +0000 (23:00 +0800)]
metacity: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 14:53:19 +0000 (22:53 +0800)]
matchbox-wm-2: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 14:44:47 +0000 (22:44 +0800)]
libgalago: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 14:32:57 +0000 (22:32 +0800)]
libcanberra: Add license check sum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 14:18:28 +0000 (22:18 +0800)]
gtk-theme-torturer: Add license check sum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Zhai Edwin [Fri, 26 Nov 2010 14:05:18 +0000 (22:05 +0800)]
gtk-doc: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Dongxiao Xu [Fri, 26 Nov 2010 01:50:28 +0000 (09:50 +0800)]
distro_tracking: gupnp-av, gupnp-tools, ofono, etc.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Fri, 26 Nov 2010 01:50:08 +0000 (09:50 +0800)]
libgsmd: Upgrade to rev 5394
Rebase fix_machine_init.patch to latest version.
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 25 Nov 2010 05:52:53 +0000 (13:52 +0800)]
gupnp-av: Upgrade to version 0.7.0
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 25 Nov 2010 05:52:23 +0000 (13:52 +0800)]
ofono: Upgrade to version 0.33
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 25 Nov 2010 05:49:54 +0000 (13:49 +0800)]
gssdp: Upgrade to version 0.9.0
Fix recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 25 Nov 2010 05:49:27 +0000 (13:49 +0800)]
gupnp-tools: Upgrade to version 0.8
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 25 Nov 2010 05:48:48 +0000 (13:48 +0800)]
gst-openmax: Upgrade to version 0.10.1
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Thu, 25 Nov 2010 05:48:07 +0000 (13:48 +0800)]
wpa-supplicant: Upgrade to version 0.7.3
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Wed, 24 Nov 2010 03:35:18 +0000 (11:35 +0800)]
minicom: Upgrade to version 2.4
Fixed its metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Tue, 23 Nov 2010 07:06:24 +0000 (15:06 +0800)]
connman: Upgrade to version 0.63
Add build dependency iptables.
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Tue, 23 Nov 2010 06:50:25 +0000 (14:50 +0800)]
telepathy-mission-control: Upgrade to version 5.7.0
Remove the patch since the logic is not exist in latest version.
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Tue, 23 Nov 2010 06:49:55 +0000 (14:49 +0800)]
telepathy-python: Upgrade to version 0.15.18
The new version uses autotool, therefore inherit autotools.bbclass.
Fixed recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Tue, 23 Nov 2010 06:49:20 +0000 (14:49 +0800)]
gypsy: Upgrade to version 0.8
Fixed recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Dongxiao Xu [Tue, 23 Nov 2010 06:47:53 +0000 (14:47 +0800)]
cmake-native: Upgrade to version 2.8.3
Fixed its metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:35 +0000 (09:28 +0800)]
flex:Add license checksum and add the license information
Add COPYING file checksum to bb file and add the "BSD" information according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:35 +0000 (09:28 +0800)]
base-files:Add license checksum to bb file
Add GPL-2 file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:35 +0000 (09:28 +0800)]
qmmp:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:35 +0000 (09:28 +0800)]
mc:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:35 +0000 (09:28 +0800)]
libxml-simple-perl:Add license checksum to bb file
Add README file checksu to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:34 +0000 (09:28 +0800)]
libtheora:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:34 +0000 (09:28 +0800)]
dtc:Add license checksum and add the GPL information
Add GPL file and libfdt.h file checksum to bb file and add the "GPLv2|BSD" according to the License file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:34 +0000 (09:28 +0800)]
lsof:Add license checksum to bb file
Add 00README file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:34 +0000 (09:28 +0800)]
make:Add license checksum and update the GPL information
Add COPYING file and COPYING.LIB file checksum to bb file and add the "GPLv3" "GPLv2" according to the license file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:34 +0000 (09:28 +0800)]
quilt:Add license checksum and update the GPL information
Add COPYING file checksum to bb file and add "GPLv2" information according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:33 +0000 (09:28 +0800)]
python-scons:Add license checksum and update the GPL information
Add LICENSE.txt file checksum to bb file and update the "GPL" to "MIT" according to the License file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:33 +0000 (09:28 +0800)]
python-pyrex:Add license checksum and update the License information
Add LICENSE.txt file checksum to bb file and update the "GPL" to "Apache License Version 2.0" according to the License file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:33 +0000 (09:28 +0800)]
python-pygtk:Add license checksum and update the GPL information
Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2.1" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:33 +0000 (09:28 +0800)]
python-pygobject:Add license checksum and update the GPL information
Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2.1" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 01:28:12 +0000 (09:28 +0800)]
python-imaging:Add license checksum to bb file
Add README file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Thu, 25 Nov 2010 05:03:21 +0000 (13:03 +0800)]
python-dbus:Add license checksum to bb file
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Thu, 25 Nov 2010 04:30:24 +0000 (12:30 +0800)]
python:Add license checksum to bb file
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Thu, 25 Nov 2010 04:25:24 +0000 (12:25 +0800)]
prelink:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Thu, 25 Nov 2010 03:22:29 +0000 (11:22 +0800)]
perl:Add license checksum to bb file
Add Copying file and Artistic file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Thu, 25 Nov 2010 02:25:02 +0000 (10:25 +0800)]
mpfr:Add license checksum and update the GPL information
Add COPYING file and COPYING.LESSER file checksum to bb file and add the "GPLv3" to "LGPLv3" according to the license file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Yu Ke [Thu, 25 Nov 2010 12:44:54 +0000 (20:44 +0800)]
xf86-video-omapfb: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 25 Nov 2010 12:40:35 +0000 (20:40 +0800)]
xf86-video-intel: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 25 Nov 2010 12:38:12 +0000 (20:38 +0800)]
xf86-input-synaptics: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 25 Nov 2010 12:28:04 +0000 (20:28 +0800)]
xf86-video-vesa: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 25 Nov 2010 12:13:45 +0000 (20:13 +0800)]
qemugl: add license checksum
also correct the license type according to the src
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 25 Nov 2010 12:12:39 +0000 (20:12 +0800)]
libdrm: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 25 Nov 2010 11:51:08 +0000 (19:51 +0800)]
iputils: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Yu Ke [Thu, 25 Nov 2010 07:16:23 +0000 (15:16 +0800)]
fotowall: add license checksum
Signed-off-by: Yu Ke <ke.yu@intel.com>
Zhai Edwin [Mon, 22 Nov 2010 08:41:16 +0000 (16:41 +0800)]
libgdata: Add 0.6.5 as new recipe
Upgrading eds-dbus to 2.32.1 requires libgdata >= 0.6.3 (0.7.0 breaks the API)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Mei Lei [Fri, 26 Nov 2010 14:44:56 +0000 (22:44 +0800)]
gcc:Add license checksum and update the GPL information
Add COPYING COPYING3 COPYING.LIB COPYING3.LIB COPYING.RUNTIME files checksum to bb file and add the "GCC RUNTIME LIBRARY EXCEPTION"
"GPLv3" "GPLv2" "LGPLv2" "LGPLv3" information according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 14:26:13 +0000 (22:26 +0800)]
gdb:Add license checksum and update the GPL information
Add COPYING COPYING3 COPYING.LIB COPYING3.LIB files checksum to bb file and add the "GPLv3" "GPLv2" "LGPLv2" "LGPLv3" information according
to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 13:45:32 +0000 (21:45 +0800)]
gnu-config:Add license checksum and update the GPL information
Add config.guess file checksum to bb file and update the "GPL" to "GPLv1+" according to the license file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 11:07:11 +0000 (19:07 +0800)]
libconvert-ans1-perl:Add license checksum and update the GPL information
Add README file checksum to bb file and update the "GPL" to "GPLv1+" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 11:03:53 +0000 (19:03 +0800)]
libtimedate-perl:Add license checksum and update the GPL information
Add README file checksum to bb file and update the "GPL" to "GPLv1+" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 10:55:37 +0000 (18:55 +0800)]
libxml-parser-perl:Add license checksum to bb file
Add README file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 08:54:44 +0000 (16:54 +0800)]
console-tools:Add license checksum and update the GPL information
Add COPYING.kbd file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 08:31:34 +0000 (16:31 +0800)]
gobject-introspection:Add license checksum to bb file
Add COPYING.lib and COPYING.tools files checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 08:07:14 +0000 (16:07 +0800)]
consolekit:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Mei Lei [Fri, 26 Nov 2010 08:00:36 +0000 (16:00 +0800)]
poky-feed-config-opkg: Add license checksum to bb file
Add COPYING file checksum to bb file
[sgw@linux.intel.com: changed to use ${POKYBASE} instead of L
Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Mei Lei [Fri, 26 Nov 2010 07:57:56 +0000 (15:57 +0800)]
opkg-collateral: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 [Fri, 26 Nov 2010 07:23:38 +0000 (15:23 +0800)]
modutils-collateral:Add license checksum to bb file
Get md5sum of COPYING.MIT file which under the meta directory, because this recipe is a local recipe, so we need to find the license file under the meta.
Import a new varible "L" to record the license file path. [sgw@linux.intel.com: removed]
[sgw@linux.intel.com]: remove changes to insane.bbclass and bitbake.conf, use the ${POKYBASE} variable instead.
Signed-off-by: Mei Lei <lei.mei@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Mei Lei [Fri, 26 Nov 2010 02:26:15 +0000 (10:26 +0800)]
quicky:Add license checksum to bb file
Add version.h file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Qing He [Fri, 26 Nov 2010 09:40:26 +0000 (17:40 +0800)]
u-boot-mkimage: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:37:44 +0000 (17:37 +0800)]
ubootchart: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:33:18 +0000 (17:33 +0800)]
yaffs2-utils: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:30:39 +0000 (17:30 +0800)]
zaurusd: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:26:49 +0000 (17:26 +0800)]
v86d: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:19:13 +0000 (17:19 +0800)]
tinylogin: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:16:23 +0000 (17:16 +0800)]
tiff: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:16:04 +0000 (17:16 +0800)]
setserial: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 09:02:43 +0000 (17:02 +0800)]
resolvconf: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 08:58:00 +0000 (16:58 +0800)]
parted: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 08:52:11 +0000 (16:52 +0800)]
ncurses: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Qing He [Fri, 26 Nov 2010 08:43:02 +0000 (16:43 +0800)]
hdparm: update license info
Signed-off-by: Qing He <qing.he@intel.com>