Re: [oe] [meta-python][PATCH] python-pyinotify: add recipe

2015-08-11 Thread Tim Orling
Has at least one unmet run-time dependency on "asyncore". $ python >> import pyinotify Please make sure all run-time dependencies are included in the recipe. Also, as Khem mentioned, you do not need PR = "r0" anymore. Thank you. ---Tim On Tue, Aug 11, 2015 at 6:39 PM, Khem Raj wrote: > > >

[oe] [meta-networking][PATCH] inetutils: 1.9.2 -> 1.9.4

2015-08-11 Thread kai.kang
From: Kai Kang Upgrade inetutils from 1.9.2 to 1.9.4. * add homepage * update inetutils/version.patch Signed-off-by: Kai Kang --- .../inetutils/{inetutils-1.9.2 => inetutils}/fix-disable-ipv6.patch | 0 ...tils-1.8-0001-printf-parse-pull-in-features.h-for-__GLIBC__.patch | 0 .../{inetutils-

Re: [oe] [PATCH 00/17] updates & new recipes

2015-08-11 Thread Khem Raj
> On Aug 11, 2015, at 12:57 AM, Andreas Müller > wrote: > > The following changes since commit 9a67b079a7deff2d6e53df031b26304a71c4e0f8: > > znc: add SRCREV_FORMAT variable (2015-08-07 11:01:01 -0400) > > are available in the git repository at: > > git://github.com/schnitzeltony/meta-opene

Re: [oe] [meta-python][PATCH] python-pyinotify: add recipe

2015-08-11 Thread Khem Raj
> On Aug 11, 2015, at 8:43 AM, Alejandro del Castillo > wrote: > > Python bindings for Linux inotify mechanism > > Signed-off-by: Alejandro del Castillo > --- > .../recipes-devtools/python/python-pyinotify_0.9.6.bb | 17 + > 1 file changed, 17 insertions(+) > create mode 1006

Re: [oe] [PATCH] ypbind-yocto.init: add status command

2015-08-11 Thread Rongqing Li
On 2015年08月11日 20:30, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 11-08-15 om 07:24 schreef Rongqing Li: ping While you're there, can you please fix the name of this file? Either change it to 'yoctoproject' or rename it to something sensible, but the current situation

Re: [oe] [PATCH] ypbind-yocto.init: add status command

2015-08-11 Thread Rongqing Li
On 2015年08月11日 20:30, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 11-08-15 om 07:24 schreef Rongqing Li: ping While you're there, can you please fix the name of this file? Either change it to 'yoctoproject' or rename it to something sensible, but the current situation

[oe] [meta-python][PATCH] python-pyinotify: add recipe

2015-08-11 Thread Alejandro del Castillo
Python bindings for Linux inotify mechanism Signed-off-by: Alejandro del Castillo --- .../recipes-devtools/python/python-pyinotify_0.9.6.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pyinotify_0.9.6.bb diff --git a/

[oe] [meta-perl][PATCH] libclass-method-modifiers-perl: add 2.11 recipe

2015-08-11 Thread Tim Orling
Signed-off-by: Tim Orling --- .../libclass-method-modifiers-perl_2.11.bb | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb diff --git a/meta-perl/recipes-perl/libclass/libclass-method

Re: [oe] [PATCH] ypbind-yocto.init: add status command

2015-08-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 11-08-15 om 07:24 schreef Rongqing Li: > ping While you're there, can you please fix the name of this file? Either change it to 'yoctoproject' or rename it to something sensible, but the current situation is just wrong. > > -Roy > > On 2015年07月0

[oe] [PATCH][meta-networking] netcf: align the systemd file path with Makefile

2015-08-11 Thread rongqing.li
From: Roy Li systemd service file is installed under ${prefix}/lib/ which is not same as ${libdir}, so align the path with Makefile, and remove it if it is not same as ${libdir} Signed-off-by: Roy Li --- meta-networking/recipes-support/netcf/netcf_git.bb | 8 +--- 1 file changed, 5 inserti

[oe] [PATCH 17/17] xfce4-settings: get option to hide mousepointer for (touch) input devices back

2015-08-11 Thread Andreas Müller
All patches used in oe were added to the git repo. This makes life easier for next versions coming up and helps getting binary mouse cursors applied. To make clear, what the git repo contains a note in the recipe was added. Signed-off-by: Andreas Müller --- ...ttings.xml-remove-trouble-causing-

[oe] [PATCH 12/17] gparted: update to 0.23.0

2015-08-11 Thread Andreas Müller
a patch better than mine was applied mainline Signed-off-by: Andreas Müller --- ...c-use-pkg-config-to-check-for-version-of-.patch | 68 -- .../{gparted_0.20.0.bb => gparted_0.23.0.bb} | 9 +-- 2 files changed, 3 insertions(+), 74 deletions(-) delete mode 100644 meta

[oe] [PATCH 13/17] rodent-icon-theme: initial add 5.0

2015-08-11 Thread Andreas Müller
note that ${SOURCEFORGE_MIRROR} in SRC_URI did not work Signed-off-by: Andreas Müller --- .../recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb diff -

[oe] [PATCH 10/17] cairomm: update to 1.11.2

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-graphics/cairo/{cairomm_1.10.0.bb => cairomm_1.11.2.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-graphics/cairo/{cairomm_1.10.0.bb => cairomm_1.11.2.bb} (68%) diff --git a/meta-oe/recipes-graphics/cairo/cai

[oe] [PATCH 14/17] networkmanager: update to 1.0.4

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{networkmanager_1.0.2.bb => networkmanager_1.0.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/networkmanager/{networkmanager_1.0.2.bb => networkmanager_1.0.4.bb} (94%) diff --git a/meta-oe/

[oe] [PATCH 15/17] network-manager-applet: update to 1.0.4

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...port-for-AP-mode-setting-for-wifi-sharing.patch | 28 -- ...et_1.0.2.bb => network-manager-applet_1.0.4.bb} | 4 ++-- 2 files changed, 18 insertions(+), 14 deletions(-) rename meta-gnome/recipes-connectivity/network-manager-applet/{netwo

[oe] [PATCH 08/17] glibmm: update to 2.44.0

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-core/glib-2.0/{glibmm_2.36.2.bb => glibmm_2.44.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/glib-2.0/{glibmm_2.36.2.bb => glibmm_2.44.0.bb} (87%) diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2

[oe] [PATCH 16/17] pavucontrol: update to 3.0

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../pulseaudio/{pavucontrol_1.0.bb => pavucontrol_3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-multimedia/pulseaudio/{pavucontrol_1.0.bb => pavucontrol_3.0.bb} (75%) diff --git a/meta-oe/recipes-multimedi

[oe] [PATCH 09/17] mm-common: update to 0.9.8

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-core/mm-common/{mm-common_0.9.7.bb => mm-common_0.9.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/mm-common/{mm-common_0.9.7.bb => mm-common_0.9.8.bb} (51%) diff --git a/meta-oe/recipes-core/mm-common/m

[oe] [PATCH 07/17] xfce4-notes-plugin: update to 1.8.1

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{xfce4-notes-plugin_1.8.0.bb => xfce4-notes-plugin_1.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/notes/{xfce4-notes-plugin_1.8.0.bb => xfce4-notes-plugin_1.8.1.bb} (78%) diff --git a/meta-xf

[oe] [PATCH 11/17] pangomm: update to 2.36.0

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-graphics/pango/{pangomm_2.34.0.bb => pangomm_2.36.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/pango/{pangomm_2.34.0.bb => pangomm_2.36.0.bb} (81%) diff --git a/meta-oe/recipes-graphics/pango/pan

[oe] [PATCH 06/17] xfce4-weather-plugin: update to 0.8.6

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{xfce4-weather-plugin_0.8.5.bb => xfce4-weather-plugin_0.8.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.5.bb => xfce4-weather-plugin_0.8.6.bb} (72%) diff --git a/

[oe] [PATCH 04/17] xfdesktop: update to 4.12.3

2015-08-11 Thread Andreas Müller
patch was applied Signed-off-by: Andreas Müller --- ...espaces-from-monitor-name-when-accessing-.patch | 138 - .../{xfdesktop_4.12.2.bb => xfdesktop_4.12.3.bb} | 5 +- 2 files changed, 2 insertions(+), 141 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfdeskto

[oe] [PATCH 00/17] updates & new recipes

2015-08-11 Thread Andreas Müller
The following changes since commit 9a67b079a7deff2d6e53df031b26304a71c4e0f8: znc: add SRCREV_FORMAT variable (2015-08-07 11:01:01 -0400) are available in the git repository at: git://github.com/schnitzeltony/meta-openembedded.git patches for you to fetch changes up to ac67408111e9c6729da89f

[oe] [PATCH 01/17] xfce4-panel: build gtk3 libraries and ship them in an extra package

2015-08-11 Thread Andreas Müller
xfce4-pulseaudio-plugin depends on gtk3 panel libs. Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb b/meta-xfce/recip

[oe] [PATCH 02/17] xfce4-pulseaudio-plugin: initial add 0.2.3

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.3.bb diff --git a/meta-xfce/recipes-panel-plugins/pulsea

[oe] [PATCH 05/17] xfce4-cpufreq-plugin: update to 1.1.2

2015-08-11 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../{xfce4-cpufreq-plugin_1.1.1.bb => xfce4-cpufreq-plugin_1.1.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/cpufreq/{xfce4-cpufreq-plugin_1.1.1.bb => xfce4-cpufreq-plugin_1.1.2.bb} (64%) diff --git a/

[oe] [PATCH 03/17] packagegroup-xfce-extended: add xfce4-pulseaudio-plugin

2015-08-11 Thread Andreas Müller
optional on distros supporting pulseaudio Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packageg