From: Zhai Edwin
webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and
target system owns different endian. ICU's community is not responsive to make
a patch for this, so glib is used as work around here.
[YOCTO #1570] got fixed
Signed-off-by: Zhai Edwin
---
meta/recip
From: Zhai Edwin
All,
This patch use glib as unicode backend to avoid browser crash
webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and
target system owns different endian. ICU's community is not responsive to make
a patch for this, so glib is used as wo
From: Zhai Edwin
Saul,
This is the V2 version to fix build error for qemu and qemu-nativesdk.
Add an PACKAGECONFIG in qemu to disable GL acceleration:
* By default configure try best to enable GL acceleration and fail when missing
host dependency(libSDL and libGL).
* End user can also choose t
From: Zhai Edwin
Add an PACKAGECONFIG in qemu to disable GL acceleration:
* By default configure try best to enable GL acceleration and fail when missing
host dependency(libSDL and libGL).
* End user can also choose to turn off GL capability, thus remove the host
dependence in building.
[YOC
From: Zhai Edwin
All,
This patch add an PACKAGECONFIG in qemu to disable GL acceleration:
* By default configure try best to enable GL acceleration and fail when missing
host dependency(libSDL and libGL).
* End user can also choose to turn off GL capability, thus remove the host
dependence(li
From: Zhai Edwin
Add an PACKAGECONFIG in qemu to disable GL acceleration:
* By default configure try best to enable GL acceleration and fail when missing
host dependency(libSDL and libGL).
* End user can also choose to turn off GL capability, thus remove the host
dependence in building.
[YOC
From: Zhai Edwin
Multi-libs of Pango need different modules, thus different config files and
utils. This patch separate config file and utils with different MLPREFIX to
avoid conflict.
[YOCTO #2356] got fixed.
Signed-off-by: Zhai Edwin
---
.../pango/pango-1.28.4/multilib-fix-clean.patch|
From: Zhai Edwin
All,
This is the new version based on RP's comments:
* Use MLPREFIX rather than ${baselib} dir to separate config/util
* Pass MLPREFIX as configure option so that pango can use it directly.
This patch doesn't change anying in non-multilib environment. Pls. help to pull.
Thanks,
From: Zhai Edwin
MLPREFIX is needed in RDEPENDS for multilib build
Signed-off-by: Zhai Edwin
---
meta/classes/gconf.bbclass|2 +-
meta/classes/libc-package.bbclass |2 +-
meta/classes/useradd.bbclass |3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git
From: Zhai Edwin
RP,
This is multilib fix to add missing MLPREFIX. Pls. review and pull
Thanks,
Edwin
The following changes since commit 27aa5489fb40d99c58bb2a4bbf2311e2c502a091:
distro.conf: Flipping for denzil (2012-04-04 22:48:02 -0700)
are available in the git repository at:
git://git.
From: Zhai Edwin
All,
This patch fix gl failure when 64b target on 32b host. Pls. help to review.
Thanks,
Edwin
The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5:
runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47
+0100)
are available in the
From: Zhai Edwin
Data from 64b target is truncated by 32b host. This patch makes type of data
buf in host same as target.
[YOCTO #2221] got fixed.
Signed-off-by: Zhai Edwin
---
.../qemu/qemu-0.15.1/opengl-args-copy-fix.patch| 66
meta/recipes-devtools/qemu/qemu_0.15
From: Zhai Edwin
All,
Previous version of nVidia GLX driver in Ubuntu 10 cause qemu segfault, so we
fall back to Mesa GLX driver if detecting nVidia driver installed. From Ubuntu
11, nVidia GLX driver works well, while previous work around cause GL apps
failure. So this work around is limited in
From: Zhai Edwin
Previous version of nVidia GLX driver in Ubuntu 10 cause qemu segfault, so we
fall back to Mesa GLX driver if detecting nVidia driver installed. From Ubuntu
11, nVidia GLX driver works well, while previous work around cause GL apps
failure. So this work around is limited in Ubunt
From: Zhai Edwin
Still need mesa-xlib for emulation of GLX interface on qemuarm/mips/ppc, where
mesa-dri doesn't work for pure qemu emulator.
[YOCTO #2066] fixed.
Signed-off-by: Zhai Edwin
---
meta/conf/machine/include/qemu.inc |1 +
meta/conf/machine/qemux86-64.conf |1 +
meta/conf/
From: Zhai Edwin
This is the V2 version after Martin and RP's comments: no COMPATIBLE_MACHINE,
and no change for global default preferred virtual/libgl.
Pls. review.
Thanks,
Edwin
The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71:
procps: don't print error message
From: Martin Jansa
Still need mesa-xlib for emulation of GLX interface on qemuarm/qemumips, where
mesa-dri doesn't work for pure qemu emulator.
[YOCTO #2066] fixed.
---
meta/conf/distro/include/default-providers.inc |2 +-
meta/recipes-graphics/mesa/mesa-xlib.inc |2 ++
2 files ch
From: Zhai Edwin
RP,
This fix make GL apps runs on qemuarm with emulated GLX interface from
mesa-xlib.
[YOCTO #2066] got fixed.
Thanks,
Edwin
The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71:
procps: don't print error message with kernel 3.0+ (2012-03-28 10:16:30
From: Zhai Edwin
Exporting these extensions make guest call some missing GLX API then crash.
It's hacky to implement these APIs, so hide these extensions as fix.
[YOCTO #1927] got fixed
Signed-off-by: Zhai Edwin
---
.../mesa/qemugl/extensions_emulation.patch | 34 +++
From: Zhai Edwin
RP,
This fixed [YOCTO #1927]. Pls. help to review and pull.
Thanks,
Edwin
The following changes since commit be0f9dd483af2a2f55b2ae8ef9ca172e7c90819c:
python-imaging: bring in fixes from meta-oe (2012-03-16 10:57:09 +)
are available in the git repository at:
git://git
From: Dongxiao Xu
Signed-off-by: Dongxiao Xu
Signed-off-by: Zhai Edwin
---
meta/conf/multilib.conf | 313 ---
1 files changed, 297 insertions(+), 16 deletions(-)
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index d366fd3..3b47c48
From: Zhai Edwin
On qemu x86-64, scrollbar in vte got broken with one commit to change the way
of emiting "changed" signal. This patch revert it as work around.
[YOCTO #1906] got fixed.
Signed-off-by: Zhai Edwin
---
meta/recipes-support/vte/vte.inc |3 +-
meta/recipes-supp
From: Zhai Edwin
Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is
provided by libx11 or libx11-trim. This patch explictly set the perferred one,
libx11-trim-dev, to avoid this.
Signed-off-by: Zhai Edwin
---
meta/recipes-core/tasks/task-self-hosted.bb |4 ++--
1
From: Zhai Edwin
RP,
2 fixes for multilib.
1 for VTE, which just revert a simple commit after last VTE upgrade. Although
doesn't hit the root cause, it fix the end user experience issue and is more
light-weight than reverting whole VTE upgrade. We can revisit it for root cause
in future.
Thanks,
From: Zhai Edwin
Fix following error in multilib build:
"ERROR: Task do_package_setscene depends upon nonexistant task
poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene"
>From richard.pur...@linuxfoundation.org
Signed-off-by: Zhai Edwin
---
meta/classes/
From: Zhai Edwin
On qemu x86-64, scrollbar in vte got broken with one commit to change the way
of emiting "changed" signal. This patch revert it as work around.
[YOCTO #1906] got fixed.
Signed-off-by: Zhai Edwin
---
meta/recipes-support/vte/vte.inc |3 +-
meta/recipes-supp
From: Zhai Edwin
Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is
provided by libx11 or libx11-trim. This patch explictly set the perferred one,
libx11-trim-dev, to avoid this.
Signed-off-by: Zhai Edwin
---
meta/recipes-core/tasks/task-self-hosted.bb |4 ++--
1
From: Zhai Edwin
Extend commit 028968 to qemu x86-64, where stack disorder happen due to
register handling via push/pop.
[YOCTO #1927] fixed
Signed-off-by: Zhai Edwin
---
.../mesa/qemugl/call_opengl_fix.patch | 40 +++-
meta/recipes-graphics/mesa/qemugl_git.bb
From: Zhai Edwin
All,
These are patches to fix bugs and multilib on latest master. Pls. pull.
Thanks,
Edwin
The following changes since commit 927bec5f72230be4f2452d9ef5a747b2c00cb781:
bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST
(2012-02-27 20:10:41 +)
are availa
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-support/libksba/libksba_1.2.0.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb
b/meta/recipes-support/libksba/libksba_1.2.0.bb
index 6489cc5..1d8d287 100644
---
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-support/gnupg/gnupg_2.0.18.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb
b/meta/recipes-support/gnupg/gnupg_2.0.18.bb
index 6712269..abcb5fb 100644
--- a/meta/r
From: Zhai Edwin
On qemu x86-64, scrollbar in vte got broken with one commit to change the way
of emiting "changed" signal. This patch revert it as work around.
[YOCTO #1906] got fixed.
Signed-off-by: Zhai Edwin
---
meta/recipes-support/vte/vte.inc |3 +-
meta/recipes-supp
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-extended/texi2html/texi2html_5.0.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb
b/meta/recipes-extended/texi2html/texi2html_5.0.bb
index 068f8bc..02f3fe1 1
From: Zhai Edwin
All,
These are fixes for multilib, and [Yocto 1906].
Pls. help to pull.
Thanks,
Edwin
The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67:
guile: fix cross configure failure (2012-02-10 17:01:42 +)
are available in the git repository at:
git:/
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-qt/qt-apps/quicky_0.4.bb |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-qt/qt-apps/quicky_0.4.bb
b/meta/recipes-qt/qt-apps/quicky_0.4.bb
index 20c04f8..73d3e99 100644
--- a/meta/recipes-qt/qt-ap
From: Zhai Edwin
>From 11.10, libGL.so is installed @ /usr/lib/x86_64-linux-gnu/ in 64b Ubuntu.
[YOCTO #1885] got fixed
Signed-off-by: Zhai Edwin
---
scripts/runqemu-internal | 11 ++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/scripts/runqemu-internal b/scripts
From: Zhai Edwin
>From 11.10, 64b Ubuntu has a new path for libGL.so. This patch fix it.
Thanks,
Edwin
The following changes since commit 19241e7e2d88406c57613180dec9e7896c6674cc:
distro-tracking: Update info for webkit-gtk, web-webkit (2012-01-11 11:01:32
+0800)
are available in the git re
From: Zhai Edwin
Saul,
This is update for long time no check recipes. Pls. pull.
Thanks,
Edwin
The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e:
Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10
18:33:25 +)
are available in the git repos
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../conf/distro/include/distro_tracking_fields.inc |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index 14eff
From: Zhai Edwin
Windows manager should be independent on session manager, especially when we
have multiple session manager like mini-x and matchbox session.
This commit remove session-manager stuff in matchbox-wm, as matchbox-session
already has duplicated code. Also adjust alternative priority
From: Zhai Edwin
This is V2 version that made clear commit mesg and adjust alternative priority
to make mini-x has high priority over matchbox-session according to Saul's
suggestion.
Thanks,
Edwin
The following changes since commit 021848be9eeb71de8acfba6c66c11645b01523b8:
valgrind: Fix for
From: Zhai Edwin
Packages upgrade for lighttpd, libassuan and apr-util.
Thanks,
Edwin
The following changes since commit 429d3c9adae8b4bb166df22e70cc29aba41d6867:
matchbox-wm: Remove x-session-manager handling (2011-12-29 10:42:08 +0800)
are available in the git repository at:
git://git.p
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../{lighttpd_1.4.29.bb => lighttpd_1.4.30.bb} |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.29.bb =>
lighttpd_1.4.30.bb} (92%)
diff --git a/meta/recipes-extended/lighttpd
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../apr/apr-util/configure_fixes.patch | 10 ++
.../apr/{apr-util_1.3.12.bb => apr-util_1.4.1.bb} |6 +++---
2 files changed, 9 insertions(+), 7 deletions(-)
rename meta/recipes-support/apr/{apr-util_1.3.12.bb => apr-uti
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../{libassuan_2.0.2.bb => libassuan_2.0.3.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libassuan/{libassuan_2.0.2.bb =>
libassuan_2.0.3.bb} (82%)
diff --git a/meta/recipes-support/libassuan/l
From: Zhai Edwin
gsttings_data_convert cause seg fault as gnome-keyring's schema is not
installed properly. As a fix, running glib-compile-schemas from glib-utils to
made "gschemas.compiled".
[YOCTO #1779] got fixed.
Signed-off-by: Zhai Edwin
---
meta/recipes-gnome/gnome/gnome-keyring_2.32.1.
From: Zhai Edwin
Windows manager should be independent on session manager, especially when we
have multiple session manager like mini-x and matchbox session.
Signed-off-by: Zhai Edwin
---
.../matchbox-wm/matchbox-wm_1.2.bb |9 ++---
.../matchbox-wm/matchbox-wm_git.bb
From: Zhai Edwin
All,
Patch of gnome-keyring to fix gsettings-data-convert seg fault, modified
according to Saul's comments.
Another patch of matchbox-wm to remove the dependence between window manager
and X session.
The following changes since commit 6a1b5c28f22bb07a0b7102eb88441d05768ec52e:
From: Zhai Edwin
gsttings_data_convert cause seg fault as gnome-keyring's schema is not
installed properly. As a fix, running glib-compile-schemas from glib-utils to
made "gschemas.compiled".
[YOCTO #1779] got fixed.
Signed-off-by: Zhai Edwin
---
meta/recipes-gnome/gnome/gnome-keyring_2.32.1.
From: Zhai Edwin
All,
This is the fix for [YOCTO #1779]. Seg fault comes from missing of
"gschemas.compiled" made by glib-compile-schemas.
Pls. help to pull.
Thanks,
Edwin
The following changes since commit 0ef108a0152bb4893741ac95857525fc50b8d3a6:
self-hosted-image: Add builder user and min
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-core/images/self-hosted-image.bb |4 +++-
meta/recipes-core/tasks/task-self-hosted.bb |3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/images/self-hosted-image.bb
b/meta/recipes-core/i
From: Zhai Edwin
This is the new version modified according to Paul and Saul's comments:
Use mini-x-session, change script name, and more accurate license.
The following changes since commit 4648aadfe161d2e0ec51408f35fdf8996727bd22:
ui/crumbs/hobprefs: trigger a reparse after changing IMAGE_F
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/classes/core-image.bbclass |2 +
meta/recipes-sato/tasks/task-core-x11-mini.bb | 45 +
2 files changed, 47 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-sato/tasks/task-core-x11-mini
From: Zhai Edwin
mini-x-session runs session files on behalf of file owner, so that no rootless X
required.
Signed-off-by: Zhai Edwin
---
.../mini-x-session/files/mini-x-session| 32
.../mini-x-session/mini-x-session_0.1.bb | 24 +++
2
From: Zhai Edwin
"builder" can start some auto stuff by mini X session.
Signed-off-by: Zhai Edwin
---
meta/recipes-graphics/builder/builder_0.1.bb | 27
.../builder/files/builder_hob_start.sh | 11
2 files changed, 38 insertions(+), 0 deletio
From: Zhai Edwin
All,
These patches add mini X, who will execute session files on behalf of file
owner without rootless X. By this way, a minimal X enviroment including
matchbox-wm is availale for the "builder" user to start auto-run apps.
Pls. help to review.
Thanks,
Edwin
The following c
From: Zhai Edwin
"builder" can start some auto stuff by mini X session.
Signed-off-by: Zhai Edwin
---
meta/recipes-graphics/builder/builder_0.1.bb | 27 +
meta/recipes-graphics/builder/files/auto_start.sh | 11
2 files changed, 38 insertions(+), 0 deletion
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-core/images/self-hosted-image.bb |4 +++-
meta/recipes-core/tasks/task-self-hosted.bb |3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/images/self-hosted-image.bb
b/meta/recipes-core/i
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/classes/core-image.bbclass |2 +
meta/recipes-sato/tasks/task-core-x11-mini.bb | 45 +
2 files changed, 47 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-sato/tasks/task-core-x11-mini
From: Zhai Edwin
minix-session runs session files on behalf of file owner, so that no rootless X
required.
Signed-off-by: Zhai Edwin
---
.../minix-session/files/minix-session | 32
.../minix-session/minix-session_0.1.bb | 24 +++
2
From: Zhai Edwin
all,
These patches fix rootless X start failure and dates launch hang. Pls. pull.
Thanks,
Edwin
The following changes since commit 6036845d1c07420a99b78421bb3479adf7d754e7:
Patch Upstream Status Updates (2011-12-15 14:36:26 +)
are available in the git repository at:
From: Zhai Edwin
libical introduce pthread support after 0.47, but lead deadlock with missing
some unlock code. This makes dates start hang.
Add new patch to properly release mutex.
[YOCTO #1825] got fixed.
Signed-off-by: Zhai Edwin
---
meta/recipes-sato/libical/files/pthread-fix.patch | 5
From: Zhai Edwin
Rootless X start fail as xuser has no home and shell. This patch fix it.
Signed-off-by: Zhai Edwin
---
.../x11-common/xserver-nodm-init.bb|6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm
From: Zhai Edwin
All,
These are upgrade for libfm, pcmanfm and x11vnc. Pls. help review and pull.
The following changes since commit 9d6790c4409dee4d08fe6a47450125c406d0ba32:
cooker.py: Allow the -e option to work with virtual classes and -b
(2011-12-01 23:14:05 +)
are available in the
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../conf/distro/include/distro_tracking_fields.inc | 54 ++--
1 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../configure_fix.patch|0
.../libfm/{libfm_0.1.16.bb => libfm_0.1.17.bb} |7 +++
2 files changed, 3 insertions(+), 4 deletions(-)
rename meta/recipes-support/libfm/{libfm-0.1.16 =>
libfm-0.1.17}/config
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../x11vnc/{x11vnc_0.9.12.bb => x11vnc_0.9.13.bb} |8
1 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/x11vnc/{x11vnc_0.9.12.bb => x11vnc_0.9.13.bb}
(66%)
diff --git a/meta/recipes-graphics/x11vnc/x11vn
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../{pcmanfm_0.9.9.bb => pcmanfm_0.9.10.bb}|4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-sato/pcmanfm/{pcmanfm_0.9.9.bb => pcmanfm_0.9.10.bb} (88%)
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.9.b
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
...libsoup-2.4_2.34.2.bb => libsoup-2.4_2.36.1.bb} |8
1 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.34.2.bb =>
libsoup-2.4_2.36.1.bb} (53%)
diff --git a/meta/recipes-support/lib
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../{x11perf_1.5.3.bb => x11perf_1.5.4.bb} |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-app/{x11perf_1.5.3.bb => x11perf_1.5.4.bb}
(76%)
diff --git a/meta/recipes-graphics/xorg-app/x11
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../B921600.patch |0
.../busybox-appletlib-dependency.patch |0
.../busybox-udhcpc-no_deconfig.patch | 51 ++--
.../{busybox-1.18.5 => busybox-1.19.3}/defconfig
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
...Duplicate-the-exec-string-returned-by-gtk.patch |0
.../cellrenderer-cairo.patch |0
.../configure-nm.patch |0
.../configurefix.patch |0
.../{gtk+-2.
From: Zhai Edwin
All,
These are recipes upgrade for gtk+, busybox, libsoup-2.4... pls. help to review
and pull.
Thanks,
Edwin
bitbake: Update users of getVar/setVar to use the data store functions
directly (2011-11-27 10:35:30 +)
are available in the git repository at:
git://git.pokyl
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../eee-acpi-scripts/eee-acpi-scripts_git.bb |6 +-
.../eee-acpi-scripts/files/remove-doc-check.patch | 42 ++--
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acp
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../xz/{xz_5.0.2.bb => xz_5.0.3.bb}|4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/xz/{xz_5.0.2.bb => xz_5.0.3.bb} (82%)
diff --git a/meta/recipes-extended/xz/xz_5.0.2.bb
b/meta/recipes-
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
...polkit-gnome_0.101.bb => polkit-gnome_0.102.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/polkit/{polkit-gnome_0.101.bb =>
polkit-gnome_0.102.bb} (86%)
diff --git a/meta/recipes-extended/polkit
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../{libcroco_0.6.2.bb => libcroco_0.6.3.bb} |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libcroco/{libcroco_0.6.2.bb => libcroco_0.6.3.bb}
(80%)
diff --git a/meta/recipes-support/libcroco/libcr
From: Zhai Edwin
RP,
This fix the blank screen of matchbox-desktop caused by wrong variable type for
_NET_WORKAREA in matchbox-window-manager.
[YOCTO #1689] fixed.
The following changes since commit 17a92c4c9801396ce6aa82f7c1532b49b18dbad4:
netbase: update 4.46 -> 4.47 (2011-11-21 18:49:40 +
From: Zhai Edwin
According to XChangeProperty doc, array of "long" should be used when format is
32. Wrong _NET_WORKAREA parameter caused blank screen in matchbox-desktop on 64
bit platform.
[YOCTO #1689] got fixed.
Signed-off-by: Zhai Edwin
---
.../matchbox-wm/matchbox-wm_git.bb
From: Zhai Edwin
All,
These 2 patches upgrade libfm and pcmanfm. Pls. help to review and pull.
Thanks,
Edwin
The following changes since commit 0d8c8cf462e5df446669355b554b3d5fdc532a11:
mutter: update to 2.29.1 and fix SRC_URI (2011-10-07 11:35:50 +0100)
are available in the git repository
From: Zhai Edwin
Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update
configure.ac
Signed-off-by: Zhai Edwin
---
.../libfm/libfm-0.1.14/use_deprecate_func.patch| 13 -
.../libfm/libfm-0.1.16/configure_fix.patch | 19 +++
..
From: Zhai Edwin
Update owl-window-menu.patch.
Signed-off-by: Zhai Edwin
---
.../pcmanfm/files/owl-window-menu.patch| 53 ++--
.../pcmanfm/{pcmanfm_0.9.8.bb => pcmanfm_0.9.9.bb} |6 +-
2 files changed, 29 insertions(+), 30 deletions(-)
rename meta/recipes-sat
From: Zhai Edwin
gnutls fails in configure as depends on p11-kit after last upgrade. Removing
this dependency via configure option can fix following error:
| checking for fork... (cached) yes
| checking for P11_KIT... configure: error: Package requirements (p11-kit-1 >=
0.2) were not met:
|
|
From: Zhai Edwin
All,
This patch fix configure failure of guntls after last upgrade.
Pls. help to review.
Thanks,
Edwin
The following changes since commit 0d8c8cf462e5df446669355b554b3d5fdc532a11:
mutter: update to 2.29.1 and fix SRC_URI (2011-10-07 11:35:50 +0100)
are available in the git
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-kernel/oprofile/oprofileui_git.bb |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb
b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index 0047748..2b56981 1
From: Zhai Edwin
Hi,
This patch update the oprofileui SRCREV to reflect following 2 patches already
in upstream:
migrate-from-gnomevfs-to-gio.patch & dso_linking_change_build_fix.patch
Pls. help to pull.
Thanks,
Edwin
The following changes since commit 9d1db6cc928199f8ac4960e8d4648563ef141427
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../recipes-gnome/libgsf/libgsf_1.14.5.bb |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb
b/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb
index 3ac7
From: Zhai Edwin
All,
gnome-vfs need to be removed and taken place by gio. These patches remove the
dependece on it, and obsolete recipes that need it.
Pls. help to pull.
Thanks,
Edwin
The following changes since commit e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4:
libtool: Fix an issue where u
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta/recipes-kernel/oprofile/oprofileui.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc
b/meta/recipes-kernel/oprofile/oprofileui.inc
index 5170357..ab14c38 100644
--- a/met
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../conf/distro/include/distro_tracking_fields.inc | 11
meta/conf/multilib.conf|1 -
.../gnome/gnome-vfs-2.24.4/gconftool-lossage.patch | 13 -
.../gnome-vfs-2.24.4/gnome-vfs-no-kerberos.patch | 53
From: Zhai Edwin
tables depends on obsolete gnome-vfs, and is not maintained in clutter git repo
Signed-off-by: Zhai Edwin
---
meta-demoapps/recipes-graphics/clutter/table.inc | 13 -
.../recipes-graphics/clutter/table/fixes.patch | 16
.../recipes-graphi
From: Zhai Edwin
Remove oprofileui/libgsf's dependence on gnome-vfs, delete table that is out of
maintenance in clutter.
Signed-off-by: Zhai Edwin
---
.../recipes-gnome/libgsf/libgsf_1.14.5.bb |8 ++-
meta-demoapps/recipes-graphics/clutter/table.inc | 13 -
.../recipes-gra
From: Zhai Edwin
All,
This patch remove gnome-vfs completely: remove itself, dependence on it, and
other obsolete recipe depending on it.
Last time, I remember one recipe in oe-core depends on gnome-vfs, but nobody
depends on it. Could somebody have a double check on oe-core?
Thanks,
Edwin
The
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
meta-pegasus/conf/machine/pegasus.conf |2 +-
.../recipes-kernel/linux/linux-yocto/pegasus.cfg |4
.../linux/linux-yocto_2.6.37.bbappend | 12
3 files changed, 17 insertions(+), 1 deletions(-)
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../xserver-xf86-config/pegasus/xorg.conf | 10 ++
.../xorg-xserver/xserver-xf86-config_0.1.bbappend |2 ++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git
a/meta-pegasus/recipes-graphics/xorg-xserver/xserver-
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../xf86-input-egalax/88eGalaxCalibrate.sh |5 ++
.../xorg-driver/xf86-input-egalax_3.06.5605.bb | 49
2 files changed, 54 insertions(+), 0 deletions(-)
create mode 100755
meta-pegasus/recipes-graphics/xorg-
From: Zhai Edwin
Tom,
These changes, based on meta-intel/tzanussi/pegasus, are needed to enable
eGalax touch screen on Pegasus. Could you pls. help to review?
When will you push Pegasus changes into meta-intel/master? We can have a common
place for people to try pegasus...
Thanks,
Edwin
The fo
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../libmatchbox/files/16bppfixes.patch |2 +-
.../libmatchbox/files/matchbox-start-fix.patch |2 +-
.../libmatchbox/libmatchbox_git.bb |6 +--
.../matchbox-wm-2/matchbox-wm-2/fix_makefile.patch |4 +-
From: Zhai Edwin
All,
Update matchbox SRCREV after pushing patches in upstream.
Pls. help to pull.
Thanks,
Edwin
The following changes since commit 49ed1cab3bee2318fdd5fc2538b1b3d43542ed2d:
documentation/poky-ref-manual/ref-classes.xml: documented useradd.bbclass
(2011-09-25 18:00:00 +0100)
From: Zhai Edwin
All,
This is one fix for [YOCTO #1442] to avoid opengl calling failure led by stack
index disorder.
Pls. help to review and pull.
Thanks,
Edwin
The following changes since commit ff8f0ea563ba3e9d6f8b8e770cfbf4dca8ad5288:
libxml2: reinclude a -staticdev package (2011-09-22 0
1 - 100 of 149 matches
Mail list logo