[OE-core] [PATCH] webkit-gtk: Make it webgl support configurable via DISTRO_FEATURES.

2012-02-02 Thread Peter Tworek
* Add missing dependancy on virtual/libgl * Make webgl configurable via DISTRO_FEATURES="opengl" * Fix wrong resource path for error.html file Signed-off-by: Peter Tworek --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) di

[OE-core] [PATCH] busybox: Add flock utility to default configuration.

2012-02-02 Thread Peter Tworek
Flock is required by by pm-utils package to function properly (/usr/lib/pm-utils/functions). It's shipped in both busybox and util-linux. Both versions work fine with pm-utils. Enabling it in busybox seems like simpliest solution for the problem. Signed-off-by: Peter Tworek --- meta/re

[OE-core] [PATCH] gtk+: Add patch for iconview segfault.

2012-02-02 Thread Peter Tworek
https://bugzilla.gnome.org/show_bug.cgi?id=663138 * Run tested on netbookpro. * Resolves problem with lxapperance crashing on startup. Signed-off-by: Peter Tworek --- .../gtk+-2.24.8/gtk_icon_view_layout-crash.patch | 30 meta/recipes-gnome/gtk+/gtk+_2.24.8.bb

[OE-core] [PATCH 1/2] webkit-gtk: Fix error.html resource path.

2012-02-03 Thread Peter Tworek
Signed-off-by: Peter Tworek Reviewed-by: Paul Menzel --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index 9652953..92ceb50 100644

[OE-core] [PATCH 2/2] webkit-gtk: Make webgl support configurable via DISTRO_FEATURES.

2012-02-03 Thread Peter Tworek
* Add missing dependency on virtual/libgl. * Make webgl configurable via DISTRO_FEATURES="opengl". * Run tested on netbook pro. Signed-off-by: Peter Tworek Reviewed-by: Paul Menzel --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |4 +++- 1 files changed, 3 insertions(+), 1

Re: [OE-core] [PATCH] busybox: Add flock utility to default configuration.

2012-02-03 Thread Peter Tworek
On 02/03/2012 06:46 PM, Paul Menzel wrote: Am Donnerstag, den 02.02.2012, 21:21 +0100 schrieb Peter Tworek: Flock is required by by pm-utils package to function properly One »by« too much. Fixed in v2, thanks. (/usr/lib/pm-utils/functions). It's shipped in both busybox and util-linux.

[OE-core] [PATCH v2] busybox: Add flock utility to default configuration.

2012-02-03 Thread Peter Tworek
size: -rwxr-xr-x 1 tworaz tworaz 2325856 Feb 4 00:43 busybox.flock -rwxr-xr-x 1 tworaz tworaz 2322951 Feb 4 00:46 busybox.no-flock Signed-off-by: Peter Tworek Reviewed-by: Paul Menzel --- meta/recipes-core/busybox/busybox-1.19.3/defconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [OE-core] [PATCH 1/2] webkit-gtk: Fix error.html resource path.

2012-02-03 Thread Peter Tworek
On 02/04/2012 01:34 AM, Koen Kooi wrote: Op 4 feb. 2012, om 00:32 heeft Peter Tworek het volgende geschreven: Signed-off-by: Peter Tworek Reviewed-by: Paul Menzel missing PR bump Yep, bumped in patch 2/2. Do you want me to bump it in each one? /ptw

[OE-core] [PATCH 1/2 v2] webkit-gtk: Fix error.html resource path.

2012-02-04 Thread Peter Tworek
Signed-off-by: Peter Tworek Reviewed-by: Paul Menzel --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index 9652953..d754a39 100644

[OE-core] [PATCH 2/2 v2] webkit-gtk: Make webgl support configurable via DISTRO_FEATURES.

2012-02-04 Thread Peter Tworek
* Add missing dependency on virtual/libgl. * Make webgl configurable via DISTRO_FEATURES="opengl". * Run tested on netbook pro. Signed-off-by: Peter Tworek Reviewed-by: Paul Menzel --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |4 +++- 1 files changed, 3 insertions(+), 1

Re: [OE-core] [PATCH 1/2] glib-2.0: Don't check function qsort_r

2012-02-06 Thread Peter Tworek
On 02/06/2012 04:34 PM, Khem Raj wrote: On Mon, Feb 6, 2012 at 1:13 AM, Phil Blundell wrote: On Mon, 2012-02-06 at 14:41 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan function "g_qsort_with_data" has two kinds of realization. One calls qsort_r from libglib, the other realize itself. qsort_r f

[OE-core] [PATCH] psplash: Add mising commands module import.

2012-03-05 Thread Peter Tworek
OR: 0013:fbase = os.path.splitext(os.path.basename(localfile))[0] ERROR: 0014: shutil.copyfile("%s-img.h" % fbase, destfile) ERROR: 0015:else: Signed-off-by: Peter Tworek --- meta/recipes-core/psplash/psplash_git.bb |2 +- 1 files change