Re: [oe] [meta-qt5][PATCH] qtbase: typo about virtual/egl depends

2013-06-19 Thread Carlos Rafael Giani
On 2013-06-20 05:54, Nicolas Dechesne wrote: The proper 'virtual' name for EGL is virtual/egl, not virtual/libegl, as per meta/recipes-graphics/mesa/mesa-common.inc. Signed-off-by: Nicolas Dechesne --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[oe] [meta-qt5][PATCH] qtbase: typo about virtual/egl depends

2013-06-19 Thread Nicolas Dechesne
The proper 'virtual' name for EGL is virtual/egl, not virtual/libegl, as per meta/recipes-graphics/mesa/mesa-common.inc. Signed-off-by: Nicolas Dechesne --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qt

Re: [oe] [OE-core] State of bitbake world

2013-06-19 Thread Khem Raj
> luajit is rather a strange error, HOST_CC can't find or > some other common headers. hmmm luajit does not fail here for beaglebone/qemuarm so not much I can help. > > mplayer2 is failing to find , this needs the same sort of fix I > made to vlc > (http://git.openembedded.org/meta-openembedd

Re: [oe] Patchwork access

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 09:42 -0700, Khem Raj wrote: > On Jun 19, 2013, at 4:40 AM, "Burton, Ross" wrote: > > > On 19 June 2013 10:09, Paul Eggleton wrote: > >> A few people have been asking for access to patchwork recently, and it > >> seems > >> like it isn't possible to create an account at th

Re: [oe] [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package

2013-06-19 Thread Joe MacDonald
[[oe] [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package] On 13.06.18 (Tue 17:49) Jonathan Liu wrote: > The Cyrus SASL plugins are loaded without their version number so the > plugin *.so symbolic links need to be placed in the cyrus-sasl package > rather t

[oe] [meta-gnome/meta-oe/meta-xfce/V2 12/20] networkmanager: replace absolute paths

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../networkmanager/networkmanager_0.9.8.0.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager

[oe] [meta-gnome/meta-oe/meta-xfce/V2 14/20] polkit-group-rule-network: initial add

2013-06-19 Thread Andreas Müller
add user-group 'network' allowing memebers to change networkmanager settings Signed-off-by: Andreas Müller --- .../files/50-org.freedesktop.NetworkManager.rules |8 .../polkit/polkit-group-rule-network.bb| 14 ++ 2 files changed, 22 insertions(+), 0 deleti

[oe] [meta-gnome/meta-oe/meta-xfce/V2 18/20] xarchiver: update to 0.5.3 for various bugfixes

2013-06-19 Thread Andreas Müller
xarchiver is unmaintained for long time. Since I think it is worth to invest further development I did collect pending patches, wrote some myself, pushed into my git repo and contacted the developer. He signalled 'green light' for me maintaining xarchiver in the future. As long as I have not yet cr

[oe] [meta-gnome/meta-oe/meta-xfce/V2 11/20] networkmanager: rework dependencies/configure-option and use PACKAGECONFIG

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../networkmanager/networkmanager_0.9.8.0.bb | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkman

[oe] [meta-gnome/meta-oe/meta-xfce/V2 20/20] xfce4-genmon-plugin: Allow timer period to be set at 250ms resolution

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-period-to-be-set-at-250ms-resolution.-Pa.patch | 36 .../genmon/xfce4-genmon-plugin_3.4.0.bb|2 + 2 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/recipes-panel-plugins/genmon/files/0001-A

[oe] [meta-gnome/meta-oe/meta-xfce/V2 19/20] xfwm4: don't turn into unusablity after setting system time backwards

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-display-events-when-time-is-set-backward.patch | 33 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.10.1.bb |1 + 2 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/recipes-xfce/xfwm4/files/0001-don-t-block

[oe] [meta-gnome/meta-oe/meta-xfce/V2 16/20] lxdm: remove consolekit dependencies in systemd environment and fix build

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...heck-only-for-ck-connector-in-case-consol.patch | 48 meta-oe/recipes-graphics/lxdm/lxdm_git.bb |6 ++- 2 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-graphics/lxdm/lxdm/0002-configure

[oe] [meta-gnome/meta-oe/meta-xfce/V2 13/20] polkit-group-rule.inc: add a common template for polkit-rules/user-groups

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-extended/polkit/polkit-group-rule.inc |9 + 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-extended/polkit/polkit-group-rule.inc diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc b/

[oe] [meta-gnome/meta-oe/meta-xfce/V2 10/20] polkit: update to 0.111

2013-06-19 Thread Andreas Müller
note: this version's rules are written in jscript. The following tests were performed: * run-tests for gnome- and xfce-based image * update a package that installs a new rule to check if the restricted access rights for /etc/polkit-1/rules.d don't cause trouble Signed-off-by: Andreas Müller -

[oe] [meta-gnome/meta-oe/meta-xfce/V2 15/20] polkit-group-rule-datetime: initial add

2013-06-19 Thread Andreas Müller
add user-group 'datetime' allowing members to change date/time/timezone settings Signed-off-by: Andreas Müller --- .../files/50-org.freedesktop.timedate1.rules |8 .../polkit/polkit-group-rule-datetime.bb | 14 ++ 2 files changed, 22 insertions(+), 0 de

[oe] [meta-gnome/meta-oe/meta-xfce/V2 17/20] xfce4-power-manager: rework polkit/consolekit selection and implement polkit/systemd shutdown

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...shutdown-reboot-functionality-for-systemd.patch | 677 .../xfce4-power-manager_1.2.0.bb |9 +- 2 files changed, 684 insertions(+), 2 deletions(-) create mode 100644 meta-xfce/recipes-xfce/xfce4-power-manager/files/

[oe] [meta-gnome/meta-oe/meta-xfce/V2 09/20] mozjs: initial add 17.0.0

2013-06-19 Thread Andreas Müller
later versions of polkit will need it Signed-off-by: Andreas Müller --- ...-not-include-RequiredDefines.h-for-depend.patch | 35 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 35 2 files changed, 70 insertions(+), 0 deletions(-) create mode 1

[oe] [meta-gnome/meta-oe/meta-xfce/V2 08/20] gcr: initial add 3.8.2

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb | 20 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb diff --git a/meta-gnome/recipes-gnome/gcr/gcr_3.8.2.bb b/meta-gnome/recipes-gn

[oe] [meta-gnome/meta-oe/meta-xfce/V2 07/20] p11-kit: initial add 0.19.1

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb diff --git a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb b

[oe] [meta-gnome/meta-oe/meta-xfce/V2 06/20] atkmm: add glibmm to DEPENDS

2013-06-19 Thread Andreas Müller
error was: | configure:15671: error: Package requirements (atk >= 1.12 glibmm-2.4 >= 2.36) were not met: | | No package 'glibmm-2.4' found Signed-off-by: Andreas Müller --- meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-o

[oe] [meta-gnome/meta-oe/meta-xfce/V2 04/20] poppler: update to 0.22.4

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...sh.cc-add-cast-to-fix-build-for-enable-fi.patch | 42 .../{poppler_0.22.3.bb => poppler_0.22.4.bb} |7 +-- 2 files changed, 2 insertions(+), 47 deletions(-) delete mode 100644 meta-oe/recipes-support/poppler/poppler/0001-spla

[oe] [meta-gnome/meta-oe/meta-xfce/V2 05/20] xfce4-xkb-plugin: update to 0.7.0 tarball

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...xkb-plugin_git.bb => xfce4-xkb-plugin_0.7.0.bb} | 13 +++-- 1 files changed, 3 insertions(+), 10 deletions(-) rename meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_git.bb => xfce4-xkb-plugin_0.7.0.bb} (63%) diff --git a/meta-xfce/recipes-pa

[oe] [meta-gnome/meta-oe/meta-xfce/V2 03/20] tumbler: update to 0.1.29

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{tumbler_0.1.27.bb => tumbler_0.1.29.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.27.bb => tumbler_0.1.29.bb} (89%) diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb

[oe] [meta-gnome/meta-oe/meta-xfce/V2 02/20] tumbler: add curl to dependencies to make build deterministic

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb index 93a95d5..402762c 100644 --- a/met

[oe] [meta-gnome/meta-oe/meta-xfce/V2 00/20] updates and fixes

2013-06-19 Thread Andreas Müller
V1->V2: * polkit/networkmanager+datetime(new) rule into own recipe [13-15]: This is more flexible so distro/image can decide to use it or not * [12+19+20]: new The following changes since commit f7fc06cc5143b66b47c83965e0e430809c17ab57: nostromo: make SRC_URI work for multilib builds. (2013-0

[oe] [meta-gnome/meta-oe/meta-xfce/V2 01/20] midori: update to 0.5.2

2013-06-19 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../midori/{midori_0.5.0.bb => midori_0.5.2.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-connectivity/midori/{midori_0.5.0.bb => midori_0.5.2.bb} (89%) diff --git a/meta-gnome/recipes-connectivity/midori/midori

Re: [oe] Patchwork access

2013-06-19 Thread Khem Raj
On Jun 19, 2013, at 4:40 AM, "Burton, Ross" wrote: > On 19 June 2013 10:09, Paul Eggleton wrote: >> A few people have been asking for access to patchwork recently, and it seems >> like it isn't possible to create an account at the moment. Can we come up >> with >> a plan to solve this? The pa

Re: [oe] [meta-networking][PATCH:V2] vlan: Add vlan recipe

2013-06-19 Thread Joe MacDonald
Hey Lei, [[oe] [meta-networking][PATCH:V2] vlan: Add vlan recipe] On 13.06.18 (Tue 10:23) lei.y...@windriver.com wrote: > From: Lei Yang > > A 802.1q vlan support program,which can be used by virt-test > > Signed-off-by: Lei Yang > --- > meta-networking/recipes-support/vlan/files/ip |

Re: [oe] [meta-networking][PATCH] ipsec-tools: update Upstream-Status for patch

2013-06-19 Thread Joe MacDonald
[[oe] [meta-networking][PATCH] ipsec-tools: update Upstream-Status for patch] On 13.06.19 (Wed 00:36) Paul Barker wrote: > I've not seen anyone else send in a patch just to change Upstream-Status so > this > may be unnecessary churn. Let me know if it is. I'm happy to have the update. It's nic

Re: [oe] Patchwork access

2013-06-19 Thread Burton, Ross
On 19 June 2013 10:09, Paul Eggleton wrote: > A few people have been asking for access to patchwork recently, and it seems > like it isn't possible to create an account at the moment. Can we come up with > a plan to solve this? It's also sad that the oe-core patchwork isn't really usable as it's

[oe] Patchwork access

2013-06-19 Thread Paul Eggleton
Hi Khem / all, A few people have been asking for access to patchwork recently, and it seems like it isn't possible to create an account at the moment. Can we come up with a plan to solve this? Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre _

Re: [oe] [OE-core] State of bitbake world

2013-06-19 Thread Richard Purdie
On Wed, 2013-06-19 at 09:07 +0100, Paul Barker wrote: > On 11 June 2013 17:04, Martin Jansa wrote: > > > > qemuarm Summary: 14 tasks failed: > > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130610_065148.log/ > > > > qemux86 Summary: 17 tasks failed: > > http://logs.ns

Re: [oe] [OE-core] State of bitbake world

2013-06-19 Thread Paul Barker
On 11 June 2013 17:04, Martin Jansa wrote: > > qemuarm Summary: 14 tasks failed: > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130610_065148.log/ > > qemux86 Summary: 17 tasks failed: > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130608_0