]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agolibdrm: meta data update
Yu Ke [Wed, 23 Jun 2010 13:15:25 +0000 (21:15 +0800)]
libdrm: meta data update

add the description, homepage,
and change the variable order according to the style guide

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agodistro_tracking_field: add distro tracking field for graphic core and app receips
Yu Ke [Fri, 18 Jun 2010 01:07:51 +0000 (09:07 +0800)]
distro_tracking_field: add distro tracking field for graphic core and app receips

they are:
    mkfontdir
    mkfontscale
    bigreqsproto
    evieext
    libxxf86dga
    x11-common
    xf86-input-keyboard
    xf86-input-mouse
    xf86-input-vmmouse

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoDistro Tracking: add distro tracking field for recipes of Graphics libs
Dexuan Cui [Sun, 20 Jun 2010 23:54:56 +0000 (07:54 +0800)]
Distro Tracking: add distro tracking field for recipes of Graphics libs

They are:

libxsettings-client
settings-daemon
encodings
font-alias
font-util
xorg-minimal-fonts
calibrateproto
compositeproto
damageproto
dmxproto
fixesproto
fontcacheproto
fontsproto
glproto
inputproto
kbproto
libdmx
libxi
libxinerama
libxp
libxtst
printproto
randrproto
recordproto
renderproto
resourceproto
scrnsaverproto
trapproto
videoproto
xcmiscproto
xf86bigfontproto
xf86dgaproto
xf86driproto
xf86miscproto
xf86rushproto
xineramaproto

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agofont-util: fix LICENSE to "BSD & MIT-style & Unicode"
Dexuan Cui [Fri, 18 Jun 2010 08:17:38 +0000 (16:17 +0800)]
font-util: fix LICENSE to "BSD & MIT-style & Unicode"

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxorg-xserver: move older xserver's to meta-extras
Joshua Lock [Tue, 29 Jun 2010 13:31:43 +0000 (14:31 +0100)]
xorg-xserver: move older xserver's to meta-extras

Move xservers which are only used by retired machines to meta-extras

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agolinux: move some older kernels to meta-extras
Joshua Lock [Tue, 29 Jun 2010 13:29:08 +0000 (14:29 +0100)]
linux: move some older kernels to meta-extras

Move kernels for retired machines to meta-extras

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoMove some machines which no longer build to meta-extras
Joshua Lock [Tue, 29 Jun 2010 13:22:10 +0000 (14:22 +0100)]
Move some machines which no longer build to meta-extras

om-gta01, om-gta02, nokia700, nokia800 and mx31litekit no longer build and we
don't have a maintainer for them so move them to meta-extras

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agobitbake: create cooker object after cleaning the environment
Jeff Dike [Tue, 29 Jun 2010 12:33:24 +0000 (13:33 +0100)]
bitbake: create cooker object after cleaning the environment

Previously, the cooker object was created before the environment was
cleaned, saving everything that was in the environment and dumping
into the run scripts.

The patch ensures that the cooker gets a cleaned environment when it's
created.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: Move the logger initialization from cooker to utils
Jeff Dike [Tue, 29 Jun 2010 12:32:04 +0000 (13:32 +0100)]
bitbake: Move the logger initialization from cooker to utils

In order to move the environment cleaning, which wants to log a
message, before cooker creation, the logging facility initialization
needs to happen earlier.  So, it is now in init_logger in utils.py and
called from bitbake before the creation of the data object.

It also seems more correct to initialize a global facility like this
from a more global context than the creation of an object, of which
there could theoretically be many.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobusybox: fix unexpected "done" in /etc/udhcpc.d/50default script.
Enric Balletbo i Serra [Sun, 27 Jun 2010 10:29:31 +0000 (12:29 +0200)]
busybox: fix unexpected "done" in /etc/udhcpc.d/50default script.

Run udhcpc results in

 udhcpc (v1.15.3) started
 /etc/udhcpc.d/50default: line 37: syntax error: unexpected "done" (expecting "fi")
 run-parts: /etc/udhcpc.d/50default exited with code 2

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemux86/xorg.conf: no DefaultDepth for VMware SVGA driver
Kevin Tian [Mon, 21 Jun 2010 08:08:57 +0000 (16:08 +0800)]
qemux86/xorg.conf: no DefaultDepth for VMware SVGA driver

VMware SVGA driver needs to have same depth between the host and the guest. Or put in
other word, the depth read by the guest is the value read from host. The guest is not
allowed to change virtual depth to other value. With DefaultDepth option xorg.conf,
vmware driver rejects to work with suggestion "Please do not specify a depth on the
command line or via the config file".

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoqemu: fix VMware VGA depth calculation error
Kevin Tian [Tue, 29 Jun 2010 00:54:03 +0000 (08:54 +0800)]
qemu: fix VMware VGA depth calculation error

VMware SVGA presents to the guest with the depth of the host surface it renders
to, and rejects to work if the two sides are mismatched. One problem is that
current VMware VGA may calculate a wrong host depth, and then memcpy from virtual
framebuffer to host surface may trigger segmentation fault. For example, when
launching Qemu in a VNC connection, VMware SVGA thinks depth as '32', however the
actual depth of VNC is '16'. The fault also happens when the host depth is not
32 bit.

Qemu <4b5db3749c5fdba93e1ac0e8748c9a9a1064319f> tempts to fix a similar issue, by
changing from hard-coded 24bit depth to instead query the surface allocator
(e.g. sdl). However it doesn't really work, because the point where query
is invoked is earlier than the point where sdl is initialized. At query time,
qemu uses a default surface allocator which, again, provides another hard-coded
depth value - 32bit. So it happens to make VMware SVGA working on some hosts,
but still fails in others.

To solve this issue, this commit introduces a postcall interface to display
surface, which is walked after surface allocators are actually initialized.
At that point it's then safe to query host depth and present to the guest.

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agogcc: Add patch to allow disabling of libstdc++ linkage and hence fix gcc-runtime...
Richard Purdie [Mon, 28 Jun 2010 23:35:02 +0000 (00:35 +0100)]
gcc: Add patch to allow disabling of libstdc++ linkage and hence fix gcc-runtime which was having broken configure tests due to the linker failures and assuming maths primitives were not in libm

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobitbake: allow fakeroot functionality to be provided by an alternative program
Joshua Lock [Fri, 25 Jun 2010 12:52:51 +0000 (13:52 +0100)]
bitbake: allow fakeroot functionality to be provided by an alternative program

If the variable FAKEROOT is set its value will be used, otherwise we default
to fakeroot.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopkgconfig: add patch to disable legacy scripts such as glib-config
Joshua Lock [Tue, 22 Jun 2010 12:20:08 +0000 (13:20 +0100)]
pkgconfig: add patch to disable legacy scripts such as glib-config

On an F13 host with glib-config installed pkgconfig-native can get into a
horrible state with recursive calls between pkg-config and glib-config.
The patch adds a configure time option to disable legacy script support in
pkgconfig and makes use of the option for Poky.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: PR should always be set, even if to 0
Joshua Lock [Fri, 25 Jun 2010 12:13:09 +0000 (13:13 +0100)]
handbook: PR should always be set, even if to 0

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agocross-canadian: ensure package dependencies are generated correctly
Joshua Lock [Fri, 25 Jun 2010 12:11:39 +0000 (13:11 +0100)]
cross-canadian: ensure package dependencies are generated correctly

cross-canadian packages need to look for their SOLIBS in the nativesdk
sysroot so that dependencies are correctly picked up and meta-toolchains are
correctly built.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: update the required dependencies list
Joshua Lock [Tue, 22 Jun 2010 11:10:41 +0000 (12:10 +0100)]
handbook: update the required dependencies list

The dependencies list in the introduction was missing chrpath and mercurial.
Also adds a note about the packages required to build qemu-native.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoqemu: Enable ppc system emulation and fix ppc build
Richard Purdie [Thu, 24 Jun 2010 07:18:58 +0000 (08:18 +0100)]
qemu: Enable ppc system emulation and fix ppc build

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogdb-cross-canadian: build with the host-triplet prefix
Joshua Lock [Wed, 23 Jun 2010 17:15:19 +0000 (18:15 +0100)]
gdb-cross-canadian: build with the host-triplet prefix

Our cross-canadian tools our built with the host-triplet prefix, gdb should do
similar.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agokernel.bbclass: Remove additional binaries from staging
Scott Garman [Wed, 23 Jun 2010 04:00:43 +0000 (21:00 -0700)]
kernel.bbclass: Remove additional binaries from staging

* Remove additonal binaries known to cause "strip command failed"
  errors during do_package on cross platforms.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agoqemu: fix sloppy merge
Joshua Lock [Wed, 23 Jun 2010 17:01:23 +0000 (18:01 +0100)]
qemu: fix sloppy merge

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoqemu: Work around the crash seen on Ubuntu.
Jeff Dike [Wed, 23 Jun 2010 16:29:54 +0000 (17:29 +0100)]
qemu: Work around the crash seen on Ubuntu.

Due to different stack contents in sdl_display_init on Ubuntu vs other distros,
an uninitialized structure is causing a crash.  Zeroing the structure makes the
behavior uniform across distros, avoiding the Ubuntu crash, but doesn't fix the
underlying bugs, notably:
the return value of SDL_GetWMInfo needs to be checked, as it's currently
failing silently
the underlying reason for the failure of SDL_GetWMInfo needs to be found -
there is a GetWMINfo method in the internal SDL structure which is NULL, and
the reason for this needs to be found.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agolinux-omap: fix build failure with gcc-4.3.3
Dexuan Cui [Wed, 23 Jun 2010 05:51:15 +0000 (13:51 +0800)]
linux-omap: fix build failure with gcc-4.3.3

Pull time.h patch from upstream Linux kernel
(commit 38332cb98772f5ea757e6486bed7ed0381cb5f98)

The patch fixes the following build failure:
  LD      .tmp_vmlinux1
kernel/built-in.o: In function `timespec_add_ns':
    undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `do_gettimeofday':
    undefined reference to `__aeabi_uldivmod'
    undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `timespec_add_ns':
    undefined reference to `__aeabi_uldivmod'
    undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: more undefined references to `__aeabi_uldivmod'

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agobinutils: add newer versions for crosssdk and cross-canadian
Joshua Lock [Fri, 18 Jun 2010 08:56:49 +0000 (09:56 +0100)]
binutils: add newer versions for crosssdk and cross-canadian

These providers seem to have slipped under the radar in the recent upgrade of
binutils.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agolinux-libc-headers: delete include/scsi/scsi.h, it's not for userspace
Joshua Lock [Fri, 18 Jun 2010 08:44:33 +0000 (09:44 +0100)]
linux-libc-headers: delete include/scsi/scsi.h, it's not for userspace

include/scsi/scsi.h is not userland parsable and research indicates this is
because the header should not be exposed to userspace. Therefore remove it
in the install.

Research done by Tom Rini <tom_rini@mentor.com> in OE commit
91d3d92a626da89dfe13d63e68a90dbafdbaef1d

This has been the case since kernel 2.6.31

Bump glibc and uclibc PR's so that users have sane <scsi/scsi.h>

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoDistro Tracking: move to private directory and split into sections
Saul Wold [Thu, 17 Jun 2010 18:10:01 +0000 (11:10 -0700)]
Distro Tracking: move to private directory and split into sections

This is a squash of all the other changes made to the distro tracking files
Below is a summary of all the changes in this squash

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
distro-track: update track of base libs and utils

libusb
libnl
grub
yum
update-modules
udev-extraconf (no .bb changes)
update-rc.d

Signed-off-by: Qing He <qing.he@intel.com>
distro_tracking_fields.inc: add eggdbus
distro_tracking_fields.inc: add overrides for previous recipes

Some recipes are fully local scripts. There's then no updates for
their metadata, and just add overrides for tracking purpose here.
Also fixes some patch information from previous overrides.
now each catetory has its own tracking .inc file, which is further
included by original global file

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
distro_tracking_fields.inc: add some package info

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
distro_tracking_fields: update diffstat fields
distro tracking: update latest for lttng-control

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agobase-files: fix LICENSE from 'GPL' to 'GPLv2'
Kevin Tian [Sat, 12 Jun 2010 05:18:26 +0000 (13:18 +0800)]
base-files: fix LICENSE from 'GPL' to 'GPLv2'

the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoopkg-config-base: add LICENSE as 'MIT'
Kevin Tian [Sat, 12 Jun 2010 05:16:50 +0000 (13:16 +0800)]
opkg-config-base: add LICENSE as 'MIT'

the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agonetwork-suspend-scripts: fix LICENSE from 'GPL' to 'GPLv2'
Kevin Tian [Sat, 12 Jun 2010 05:15:04 +0000 (13:15 +0800)]
network-suspend-scripts: fix LICENSE from 'GPL' to 'GPLv2'

the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoinitscripts: fix LICENSE from 'GPL' to 'GPLv2'
Kevin Tian [Sat, 12 Jun 2010 05:13:45 +0000 (13:13 +0800)]
initscripts: fix LICENSE from 'GPL' to 'GPLv2'

the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoinitramfs-live-install: add LICENSE as 'MIT'
Kevin Tian [Sat, 12 Jun 2010 05:13:07 +0000 (13:13 +0800)]
initramfs-live-install: add LICENSE as 'MIT'

the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoinitramfs-live-boot: add LICENSE as 'MIT'
Kevin Tian [Sat, 12 Jun 2010 05:12:36 +0000 (13:12 +0800)]
initramfs-live-boot: add LICENSE as 'MIT'

the license information is acquired from:
        "Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoinitramfs-boot: add LICENSE as 'MIT'
Kevin Tian [Sat, 12 Jun 2010 05:10:30 +0000 (13:10 +0800)]
initramfs-boot: add LICENSE as 'MIT'

the license information is acquired from:
"Richard Purdie <rpurdie@linux.intel.com>"

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoe2fsprogs: fix sub-pacakge license fields
Kevin Tian [Sat, 12 Jun 2010 05:06:21 +0000 (13:06 +0800)]
e2fsprogs: fix sub-pacakge license fields

also change to use new patch parameter

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoicu: fix metadata
Kevin Tian [Mon, 7 Jun 2010 09:24:41 +0000 (17:24 +0800)]
icu: fix metadata

also change to use new patch parameter

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoportmap: use NO_TCP_WRAPPER instead of local patch
Qing He [Sat, 12 Jun 2010 08:51:39 +0000 (16:51 +0800)]
portmap: use NO_TCP_WRAPPER instead of local patch

use NO_TCP_WRAPPER=1 in EXTRA_OEMAKE to disable -lwrap
also remove the redundent oe_compile()

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoupdate-rc.d: fix metadate
Qing He [Sat, 12 Jun 2010 08:34:36 +0000 (16:34 +0800)]
update-rc.d: fix metadate

update license fields
adjust ordering
change to use new patch parameter

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoupdate-modules: fix metadata
Qing He [Sat, 12 Jun 2010 08:24:45 +0000 (16:24 +0800)]
update-modules: fix metadata

trivial ordering update

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoyum: fix metadata
Qing He [Sat, 12 Jun 2010 07:59:32 +0000 (15:59 +0800)]
yum: fix metadata

update license and url
change to use new patch parameter

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agogrub: fix metadata
Qing He [Sat, 12 Jun 2010 07:38:13 +0000 (15:38 +0800)]
grub: fix metadata

update license fields
change to use new patch parameter

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agolibnl: fix metadata
Qing He [Sat, 12 Jun 2010 07:26:18 +0000 (15:26 +0800)]
libnl: fix metadata

update homepage and license
change to use new patch parameter

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agolibusb: fix metadata
Qing He [Sat, 12 Jun 2010 07:02:16 +0000 (15:02 +0800)]
libusb: fix metadata

update homepage
change license to reflect GPL|BSD dual licensing of the header
update description to reflect the legacy version
change to use new patch parameter

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoxf86-input-vmmouse: add license checksum
Yu Ke [Sat, 12 Jun 2010 11:16:46 +0000 (19:16 +0800)]
xf86-input-vmmouse: add license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxf86-input-mouse: add license checksum
Yu Ke [Sat, 12 Jun 2010 11:16:46 +0000 (19:16 +0800)]
xf86-input-mouse: add license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxf86-input-keyboard: add new license checksum
Yu Ke [Sat, 12 Jun 2010 11:16:46 +0000 (19:16 +0800)]
xf86-input-keyboard: add new license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agomkfontscale: add license checksum
Yu Ke [Sat, 12 Jun 2010 11:16:45 +0000 (19:16 +0800)]
mkfontscale: add license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agomkfontdir: add license check
Yu Ke [Sat, 12 Jun 2010 11:16:45 +0000 (19:16 +0800)]
mkfontdir: add license check

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agox11-common: change license from GPL to GPLv2
Yu Ke [Sat, 12 Jun 2010 11:16:45 +0000 (19:16 +0800)]
x11-common: change license from GPL to GPLv2

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agolibxxf86dga: add license checksum
Yu Ke [Sat, 12 Jun 2010 11:16:44 +0000 (19:16 +0800)]
libxxf86dga: add license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoevieext: add description and license checksum
Yu Ke [Sat, 12 Jun 2010 11:16:44 +0000 (19:16 +0800)]
evieext: add description and license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agobigreqsproto: add description and license checksum
Yu Ke [Sat, 12 Jun 2010 11:16:44 +0000 (19:16 +0800)]
bigreqsproto: add description and license checksum

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agotask-poky-x11-sato: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 07:44:26 +0000 (15:44 +0800)]
task-poky-x11-sato: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotask-poky-apps-x11-pimlico: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 07:41:50 +0000 (15:41 +0800)]
task-poky-apps-x11-pimlico: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agogst-meta-base: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 06:03:25 +0000 (14:03 +0800)]
gst-meta-base: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotask-poky-tools: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 06:03:03 +0000 (14:03 +0800)]
task-poky-tools: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotask-poky-nfs: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 06:02:45 +0000 (14:02 +0800)]
task-poky-nfs: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotask-poky-boot: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 06:02:26 +0000 (14:02 +0800)]
task-poky-boot: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agotask-base: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 06:02:08 +0000 (14:02 +0800)]
task-base: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agobluez-dtl1-workaround: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 06:01:42 +0000 (14:01 +0800)]
bluez-dtl1-workaround: fix metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agowireless-tools: fix metadata
Dongxiao Xu [Sat, 12 Jun 2010 06:01:23 +0000 (14:01 +0800)]
wireless-tools: fix metadata

Also change to use new patch parameter

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoxineramaproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:09:17 +0000 (13:09 +0800)]
xineramaproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxf86rushproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:08:57 +0000 (13:08 +0800)]
xf86rushproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxf86miscproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:08:33 +0000 (13:08 +0800)]
xf86miscproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxf86driproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:08:07 +0000 (13:08 +0800)]
xf86driproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxf86dgaproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:07:51 +0000 (13:07 +0800)]
xf86dgaproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxf86bigfontproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:07:35 +0000 (13:07 +0800)]
xf86bigfontproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxcmiscproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:07:19 +0000 (13:07 +0800)]
xcmiscproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agovideoproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:07:06 +0000 (13:07 +0800)]
videoproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agotrapproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:06:52 +0000 (13:06 +0800)]
trapproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoscrnsaverproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:06:36 +0000 (13:06 +0800)]
scrnsaverproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoresourceproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:06:20 +0000 (13:06 +0800)]
resourceproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agorenderproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:06:04 +0000 (13:06 +0800)]
renderproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agorecordproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:05:50 +0000 (13:05 +0800)]
recordproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agorandrproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:05:32 +0000 (13:05 +0800)]
randrproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoprintproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:05:18 +0000 (13:05 +0800)]
printproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibxtst: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:05:02 +0000 (13:05 +0800)]
libxtst: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibxp: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:04:38 +0000 (13:04 +0800)]
libxp: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibxinerama: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 05:00:15 +0000 (13:00 +0800)]
libxinerama: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibxi: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:59:58 +0000 (12:59 +0800)]
libxi: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolibdmx: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:59:43 +0000 (12:59 +0800)]
libdmx: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agokbproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:59:26 +0000 (12:59 +0800)]
kbproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoinputproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:59:14 +0000 (12:59 +0800)]
inputproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoglproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:58:48 +0000 (12:58 +0800)]
glproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agofontsproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:58:30 +0000 (12:58 +0800)]
fontsproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agofontcacheproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:58:13 +0000 (12:58 +0800)]
fontcacheproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agofixesproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:57:52 +0000 (12:57 +0800)]
fixesproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodmxproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:55:47 +0000 (12:55 +0800)]
dmxproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodamageproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:55:17 +0000 (12:55 +0800)]
damageproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agocompositeproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:54:59 +0000 (12:54 +0800)]
compositeproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agocalibrateproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:54:08 +0000 (12:54 +0800)]
calibrateproto: fix metadata

Also change to use new patch parameter

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoxorg-proto-common.inc: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:22:36 +0000 (12:22 +0800)]
xorg-proto-common.inc: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agomodule-init-tools: fix metadata
Kevin Tian [Thu, 10 Jun 2010 08:16:14 +0000 (16:16 +0800)]
module-init-tools: fix metadata

Also change to use new patch parameter

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agopsplash: fix metadata
Kevin Tian [Thu, 10 Jun 2010 07:20:49 +0000 (15:20 +0800)]
psplash: fix metadata

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agopolkit: fix metadata
Kevin Tian [Thu, 10 Jun 2010 07:00:25 +0000 (15:00 +0800)]
polkit: fix metadata

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoeggdbus_0.6.bb: fix metadata
Kevin Tian [Wed, 9 Jun 2010 02:21:18 +0000 (10:21 +0800)]
eggdbus_0.6.bb: fix metadata

change to use new patch parameter

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agofont-util: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 14:12:18 +0000 (22:12 +0800)]
font-util: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoencodings: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 13:36:04 +0000 (21:36 +0800)]
encodings: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxorg-font-common.inc: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 13:31:19 +0000 (21:31 +0800)]
xorg-font-common.inc: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agosettings-daemon: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 13:30:05 +0000 (21:30 +0800)]
settings-daemon: fix metadata

Also change to use new patch parameter

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>