[oe] [meta-oe][PATCH] nodejs: update to 4.4.4

2016-05-08 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta-oe/recipes-devtools/nodejs/{nodejs_4.4.3.bb => nodejs_4.4.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_4.4.3.bb => nodejs_4.4.4.bb} (95%) diff --git

[oe] [meta-oe][master][krogoth][PATCH] upower: fix WARNING

2016-05-08 Thread Armin Kuster
WARNING: upower-0.9.14-r2 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Armin Kuster --- meta-oe/recipes-support/upower/upower_0.9.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/upower/upower_0.9.14.bb

[oe] [meta-gnome][master][krogoth][PATCH] libwnck: fix WARNING

2016-05-08 Thread Armin Kuster
WARNING: libwnck-2.31.0-r0 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Armin Kuster --- meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 1/2] autotools-bootstrap: make bootstrap package specific.

2016-05-08 Thread Paul Gortmaker
The theory behind this bbclass was reasonable, with the primary goal being to avoid multiple downloads of gnulib, but it neglected the fact that packages would be shipping a specific version of the ./bootstrap which will support some flags but maybe not all the latest ones from the latest

[oe] [PATCH 2/2] netcf: fix mishandling of gnulib submodule causing build fail

2016-05-08 Thread Paul Gortmaker
netcf fails to build on certain hosts with newer versions of git installed as follows: | ./bootstrap: Bootstrapping from checked-out netcf sources... | ./bootstrap: consider installing git-merge-changelog from gnulib | ./bootstrap: getting gnulib files... | error: pathspec 'gnulib' did not match

[oe] [PATCH v2 0/2] netcf build fail / gnulib handling fix.

2016-05-08 Thread Paul Gortmaker
In the previous version[1] of the attempt to fix the netcf build on newer hosts, Martin noted that my change broke fontforge. The reason for that is the ./bootstrap in fontforge is older and doesn't support the "--no-git" option I used for netcf. This highlighted the fact that we will want to be

[oe] [meta-oe][v2][PATCH] graphviz: Add new package

2016-05-08 Thread Armin Kuster
V2: don't run configure within the autogen.sh Signed-off-by: Armin Kuster --- .../graphviz/graphviz_no_mkdef_build.patch | 90 ++ .../graphviz/graphviz/linear_angle.gv | 101

[oe] [meta-browser][PATCH v2 3/3] chromium: Upgrade to version 48.0.2548.0

2016-05-08 Thread Carlos Rafael Giani
Not upgrading to M49 or M50 in this commit since this is currently the latest version that is supported by ozone-wayland Signed-off-by: Carlos Rafael Giani --- ...Add-Linux-to-impl-side-painting-whitelist.patch | 39 ---

[oe] [meta-browser][PATCH v2 2/3] chromium: Create chromium-browser.inc to simplify upgrades

2016-05-08 Thread Carlos Rafael Giani
This eases the chromium browser upgrade process while ensuring that the chromium embedded framework is still supported. With this new structure, chromium.inc contains common code for cef3 and the browser, while chromium-browser.inc contains common code for browser releases (and itself includes

[oe] [meta-browser][PATCH v2 1/3] chromium: Replace deprecated base_* wrapper calls

2016-05-08 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- recipes-browser/chromium/cef3_280796.bb | 2 +- recipes-browser/chromium/chromium_40.0.2214.91.bb | 14 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-browser/chromium/cef3_280796.bb