Re: [oe] [meta-oe][PATCH] mplayer2: Remove blacklist

2015-02-12 Thread Martin Jansa
On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote:
 mplayer2 no longer needs to be blacklisted as OE-core has moved
 to libav_9.16

Please fix following issues before blacklisting it:
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc,
but it isn't a build dependency? [build-deps]
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but
it isn't a build dependency? [build-deps]
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver,
but it isn't a build dependency? [build-deps]
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it
isn't a build dependency? [build-deps]
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on portaudio-v19,
but it isn't a build dependency? [build-deps]

 Signed-off-by: Gary Thomas g...@mlbassoc.com
 ---
  meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 --
  1 file changed, 2 deletions(-)
 
 diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
 b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 index 7c04ff1..089aa15 100644
 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 @@ -13,8 +13,6 @@ RCONFLICTS_${PN} = mplayer
  LICENSE = GPLv3
  LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504
  
 -PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
 -
  SRC_URI = git://repo.or.cz/mplayer.git \
  file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
  
 -- 
 1.9.1
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-efl][PATCH 1/2] efl, elementary, emotion-generic-players, evas-generic-loaders: Upgrade to 1.13.0

2015-02-12 Thread Martin Jansa
* announcement:
  https://phab.enlightenment.org/phame/live/3/post/efl_1_13_is_out/

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 ...igure.ac-Don-t-check-for-Xprint-extension.patch |  8 +++---
 .../efl/efl/0002-evas_3d-Add-Eet.h-includes.patch  | 26 +--
 ..._cc-Avoid-segfault-when-strcmp-NULL-items.patch | 30 ++
 .../efl/{efl_1.12.2.bb = efl_1.13.0.bb}   |  5 ++--
 .../{elementary_1.12.2.bb = elementary_1.13.0.bb} |  4 +--
 .../efl/emotion-generic-players_1.12.0.bb  |  8 --
 .../efl/emotion-generic-players_1.13.0.bb  |  8 ++
 .../recipes-efl/efl/evas-generic-loaders_1.12.0.bb |  8 --
 .../recipes-efl/efl/evas-generic-loaders_1.13.0.bb |  8 ++
 9 files changed, 68 insertions(+), 37 deletions(-)
 create mode 100644 
meta-efl/recipes-efl/efl/efl/0003-edje_cc-Avoid-segfault-when-strcmp-NULL-items.patch
 rename meta-efl/recipes-efl/efl/{efl_1.12.2.bb = efl_1.13.0.bb} (89%)
 rename meta-efl/recipes-efl/efl/{elementary_1.12.2.bb = elementary_1.13.0.bb} 
(79%)
 delete mode 100644 meta-efl/recipes-efl/efl/emotion-generic-players_1.12.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/emotion-generic-players_1.13.0.bb
 delete mode 100644 meta-efl/recipes-efl/efl/evas-generic-loaders_1.12.0.bb
 create mode 100644 meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.0.bb

diff --git 
a/meta-efl/recipes-efl/efl/efl/0001-configure.ac-Don-t-check-for-Xprint-extension.patch
 
b/meta-efl/recipes-efl/efl/efl/0001-configure.ac-Don-t-check-for-Xprint-extension.patch
index f34b957..fa85f81 100644
--- 
a/meta-efl/recipes-efl/efl/efl/0001-configure.ac-Don-t-check-for-Xprint-extension.patch
+++ 
b/meta-efl/recipes-efl/efl/efl/0001-configure.ac-Don-t-check-for-Xprint-extension.patch
@@ -1,4 +1,4 @@
-From a7ee62a2e90a346bf9aaf9260c918d87e21cfba6 Mon Sep 17 00:00:00 2001
+From 27aedcdcdafbf079dc022bab72ec309cf7db3172 Mon Sep 17 00:00:00 2001
 From: Martin Jansa martin.ja...@gmail.com
 Date: Fri, 10 Jan 2014 17:07:13 +0100
 Subject: [PATCH 1/3] configure.ac: Don't check for Xprint extension
@@ -11,10 +11,10 @@ Signed-off-by: Martin Jansa martin.ja...@gmail.com
  1 file changed, 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 779763a..57d3601 100644
+index c108b1b..f019bfc 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -3445,7 +3445,6 @@ if test x${want_x11_xlib} = xyes ; then
+@@ -3474,7 +3474,6 @@ if test x${want_x11_xlib} = xyes ; then
 ECORE_CHECK_X_EXTENSION([Xdpms], [dpms.h], [Xext], [DPMSQueryExtension])
 ECORE_CHECK_X_EXTENSION([Xfixes], [Xfixes.h], [Xfixes], 
[XFixesExpandRegion])
 ECORE_CHECK_X_EXTENSION([Xinerama], [Xinerama.h], [Xinerama], 
[XineramaQueryScreens])
@@ -23,5 +23,5 @@ index 779763a..57d3601 100644
 ECORE_CHECK_X_EXTENSION([Xrender], [Xrender.h], [Xrender], 
[XRenderFindVisualFormat])
 ECORE_CHECK_X_EXTENSION([Xtest], [XTest.h], [Xtst], [XTestFakeKeyEvent])
 -- 
-2.1.3
+2.3.0
 
diff --git a/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch 
b/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch
index 9847c07..aa7fd4b 100644
--- a/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch
+++ b/meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch
@@ -1,4 +1,4 @@
-From 9db1f2f9dfe785e3a42445b766e7f4736821264a Mon Sep 17 00:00:00 2001
+From b3cbe31c38a088af7b0dade82545475fc9b72492 Mon Sep 17 00:00:00 2001
 From: Martin Jansa martin.ja...@gmail.com
 Date: Tue, 2 Dec 2014 12:21:10 +0100
 Subject: [PATCH 2/3] evas_3d: Add Eet.h includes
@@ -8,9 +8,9 @@ Subject: [PATCH 2/3] evas_3d: Add Eet.h includes
 
 Signed-off-by: Martin Jansa martin.ja...@gmail.com
 ---
- src/lib/evas/canvas/evas_3d_eet.c | 1 +
- src/lib/evas/canvas/evas_3d_mesh_loader_eet.c | 1 +
- src/lib/evas/canvas/evas_3d_mesh_saver_eet.c  | 1 +
+ src/lib/evas/canvas/evas_3d_eet.c| 1 +
+ src/modules/evas/model_loaders/eet/evas_model_load_eet.c | 1 +
+ src/modules/evas/model_savers/eet/evas_model_save_eet.c  | 1 +
  3 files changed, 3 insertions(+)
 
 diff --git a/src/lib/evas/canvas/evas_3d_eet.c 
b/src/lib/evas/canvas/evas_3d_eet.c
@@ -22,10 +22,10 @@ index 1515f5a..a438217 100644
  #include stdio.h
  #include evas_common_private.h
  #include evas_private.h
-diff --git a/src/lib/evas/canvas/evas_3d_mesh_loader_eet.c 
b/src/lib/evas/canvas/evas_3d_mesh_loader_eet.c
-index 26c3569..a93efca 100644
 a/src/lib/evas/canvas/evas_3d_mesh_loader_eet.c
-+++ b/src/lib/evas/canvas/evas_3d_mesh_loader_eet.c
+diff --git a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c 
b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
+index 815b9f1..bff2cea 100644
+--- a/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
 b/src/modules/evas/model_loaders/eet/evas_model_load_eet.c
 @@ -3,6 +3,7 @@
  #endif
  
@@ -34,10 +34,10 @@ index 26c3569..a93efca 100644
  #include stdio.h
  #include evas_common_private.h
  #include evas_private.h
-diff 

Re: [oe] meta-selinux

2015-02-12 Thread Burton, Ross
On 11 February 2015 at 21:39, Joe MacDonald joe_macdon...@mentor.com
wrote:

  What's more likely happening I suspect is that you are on a newer
  branch/revision of OE-Core/Poky than the meta-selinux maintainers have
 tested.
  I can't speak to the maintenance schedule for meta-selinux but maybe
 others
  with knowledge there can chime in.

 Our master tends to lag behind oe-core's master for a few reasons, but
 none of them are really insurmountable.  Certainly the intent is that
 meta-selinux/master will build successfully with oe-core/master at any
 given time.


The yocto-autobuilder software is in git and I heartily recommend it (or
similar, if you've a buildbot allergy) for anyone maintaining layers.  Just
the simple act of running a build every night to verify that the layer
works with the latest master branch (and stable branches for bonus points)
means that problems like stale bbappends are rapidly found and resolved.
For even more bonus points, also do builds against master-next if that
branch exists so you can get notification of changes that are in review.

Ross
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 10:21:56PM +0100, Andreas Müller wrote:
 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  .../recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb  | 9 
 +
  1 file changed, 9 insertions(+)
  create mode 100644 
 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
 
 diff --git 
 a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb 
 b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
 new file mode 100644
 index 000..67da684
 --- /dev/null
 +++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
 @@ -0,0 +1,9 @@
 +SUMMARY = This is a simple plugin that lets the user run an alarm at a 
 specified time or at the end of a specified countdown period

SUMMARY should be short, please change to short SUMMARY + longer 
DESCRIPTION.

 +HOMEPAGE = 
 http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
 +LICENSE = GPLv2
 +LIC_FILES_CHKSUM = file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1
 +
 +inherit xfce-panel-plugin
 +
 +SRC_URI[md5sum] = 3be2a4ccfb2af20441b1d25c2cea5f28
 +SRC_URI[sha256sum] = 
 39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c
 -- 
 1.9.3
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 01/19] libmbim: initial add 1.12.2

2015-02-12 Thread Andreas Müller
On Thu, Feb 12, 2015 at 11:22 PM, Martin Jansa martin.ja...@gmail.com wrote:
 On Thu, Feb 12, 2015 at 10:21:41PM +0100, Andreas Müller wrote:
 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 15 +++
  1 file changed, 15 insertions(+)
  create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb

 diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb 
 b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
 new file mode 100644
 index 000..17cfba2
 --- /dev/null
 +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
 @@ -0,0 +1,15 @@
 +SUMMARY = libmbim is a glib-based library for talking to WWAN modems and 
 devices which speak the Mobile Interface Broadband Model (MBIM) protocol

 SUMMARY should be short, please change to short SUMMARY + longer
 DESCRIPTION.

 +HOMEPAGE = http://www.freedesktop.org/wiki/Software/libmbim/;
 +LICENSE = GPLv2  LGPLv2.1
 +LIC_FILES_CHKSUM =  \
 +file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 +file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 +
 +
 +DEPENDS = glib-2.0 udev
 +
 +inherit autotools pkgconfig
 +
 +SRC_URI = http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
 +SRC_URI[md5sum] = 921fb5ab3f13f1e00833e009d8f3b4f6
 +SRC_URI[sha256sum] = 
 949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29
 --
 1.9.3

 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

 --
 Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com

 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Wow - I don't care for this but want to be a good boy: What is maximum
length of SUMMARY?

Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../cpufreq/xfce4-cpufreq-plugin_1.1.0.bb | 15 ---
 .../cpufreq/xfce4-cpufreq-plugin_1.1.1.bb |  9 +
 2 files changed, 9 insertions(+), 15 deletions(-)
 delete mode 100644 
meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
 create mode 100644 
meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb

diff --git 
a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb 
b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
deleted file mode 100644
index 7a99b4f..000
--- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = Panel plugin to display frequency of all cpus
-HOMEPAGE = 
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-LICENSE = GPLv2
-LIC_FILES_CHKSUM = file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36
-
-inherit xfce-panel-plugin
-
-SRC_URI[md5sum] = dcc56af0e19266956c297d124ba551f4
-SRC_URI[sha256sum] = 
eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6
-
-# defaults in xfce4-panel-plugin.bbclass don't match so override here
-FILES_${PN} = ${datadir}/icons ${datadir}/xfce4 
${libdir}/xfce4/panel/plugins/*.so*
-
-# *.so are required for plugin detection
-INSANE_SKIP_${PN} = dev-so
diff --git 
a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb 
b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
new file mode 100644
index 000..224f85f
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
@@ -0,0 +1,9 @@
+SUMMARY = Panel plugin to display frequency of all cpus
+HOMEPAGE = 
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = cc3447ee6663f2946fce86308ba3566b
+SRC_URI[sha256sum] = 
474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 09/19] xfce4-weather-plugin: update to 0.8.5

2015-02-12 Thread Andreas Müller
patches were applied mainline

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...-ready-for-met.no-locationforecast-1.2-AP.patch | 162 -
 ...et.no-locationforecastLTS-1.2-API-bug-109.patch |  27 
 ...ugin_0.8.3.bb = xfce4-weather-plugin_0.8.5.bb} |   8 +-
 3 files changed, 2 insertions(+), 195 deletions(-)
 delete mode 100644 
meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 delete mode 100644 
meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb 
= xfce4-weather-plugin_0.8.5.bb} (53%)

diff --git 
a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 
b/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
deleted file mode 100644
index d4ad240..000
--- 
a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-From 1ff71669644a0b824a8a5ba9b40771ee4fb8a76b Mon Sep 17 00:00:00 2001
-From: Harald Judt h.j...@gmx.at
-Date: Wed, 28 May 2014 20:08:02 +0200
-Subject: [PATCH 1/2] Make plugin ready for met.no locationforecast-1.2 API
- (bug #10916).
-
-http://api.yr.no/weatherapi/locationforecastlts/1.1/documentation#version_1_2___2014_05_20
-
-The updated API version uses CamelCase symbol names instead of UPPERCASE
-ones and has added some new names (like 'Drizzle'), which unfortunately
-have not been documented (yet?).
-
-What's more, the typo 'celcius' has been replaced by the fixed 'celsius',
-but luckily the plugin will not be affected by that change.
-
-What's a bit more unfortunate is that the existing icon themes do not
-cover the new symbol names, so one would have to create quite a lot of
-new icons. Also, new translations would have to be added for the symbols,
-and maybe existing ones would have to be altered. To prevent this, we're
-simply going to map the new symbols to existing ones as good as possible.
-This should be good enough for the time being.
-
-Upstream-Status: Applied

- panel-plugin/weather-parsers.c   |  3 +-
- panel-plugin/weather-translate.c | 70 +++-
- panel-plugin/weather-translate.h |  2 ++
- 3 files changed, 73 insertions(+), 2 deletions(-)
-
-diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
-index 0f321ba..5a9b30a 100644
 a/panel-plugin/weather-parsers.c
-+++ b/panel-plugin/weather-parsers.c
-@@ -28,6 +28,7 @@
- #define _XOPEN_SOURCE
- #define _XOPEN_SOURCE_EXTENDED 1
- #include weather-parsers.h
-+#include weather-translate.h
- #include weather-debug.h
- 
- #include time.h
-@@ -220,8 +221,8 @@ parse_location(xmlNode *cur_node,
- }
- if (NODE_IS_TYPE(child_node, symbol)) {
- g_free(loc-symbol);
--loc-symbol = PROP(child_node, id);
- loc-symbol_id = strtol(PROP(child_node, number), NULL, 10);
-+loc-symbol = g_strdup(get_symbol_for_id(loc-symbol_id));
- }
- }
- 
-diff --git a/panel-plugin/weather-translate.c 
b/panel-plugin/weather-translate.c
-index 0c1606d..c38919a 100644
 a/panel-plugin/weather-translate.c
-+++ b/panel-plugin/weather-translate.c
-@@ -29,6 +29,7 @@
- #include weather-translate.h
- 
- #define DAY_LOC_N (sizeof(gchar) * 100)
-+#define NODATA NODATA
- 
- 
- static const gchar *moon_phases[] = {
-@@ -117,7 +118,7 @@ static const symbol_desc symbol_to_desc[] = {
- 
- { 15, FOG, N_(Fog),N_(Fog)  
  },
- 
--/* Symbols 16-19 are used for polar days */
-+/* Symbols 16-19 are used for polar days (unused beginning with API 
version 1.2) */
- { 16, SUN, N_(Sunny),  
N_(Clear)  },
- { 17, LIGHTCLOUD,  N_(Lightly cloudy), 
N_(Lightly cloudy) },
- { 18, LIGHTRAINSUN,N_(Rain showers),   N_(Rain 
showers)   },
-@@ -133,6 +134,73 @@ static const symbol_desc symbol_to_desc[] = {
- #define NUM_SYMBOLS (sizeof(symbol_to_desc) / sizeof(symbol_to_desc[0]))
- 
- 
-+/*
-+ * API version 1.2, published in May 2014, introduced new symbols. We
-+ * try to match these with existing symbols, in order to be compatible
-+ * with existing icon themes and to maintain translation completeness.
-+ *
-+ * See http://api.met.no/weatherapi/weathericon/1.1/documentation
-+ * for a list of symbols. For a list of symbols with descriptions,
-+ * see http://om.yr.no/forklaring/symbol.
-+ */
-+gint
-+replace_symbol_id(gint id)
-+{
-+/* Symbol ids greater than 100 are used for indicating polar
-+ * night. These ids are over the ordinary id + 100. Since we
-+ * don't support polar icons, we can simply subtract 

[oe] [PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../eyes/{xfce4-eyes-plugin_4.4.2.bb = xfce4-eyes-plugin_4.4.3.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb = 
xfce4-eyes-plugin_4.4.3.bb} (68%)

diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb 
b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
rename to meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
index f1ed6c7..2ac63f9 100644
--- a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
+++ b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = 1ef352c68dd8929c9e8743200b758b3c
-SRC_URI[sha256sum] = 
dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021
+SRC_URI[md5sum] = 86ae8bce96e028921fcc0ee8424ff565
+SRC_URI[sha256sum] = 
4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c
 
 FILES_${PN} += ${datadir}/xfce4/eyes
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2

2015-02-12 Thread Andreas Müller
rename recipe's folder to whiskermenu to match convention used by all panel
plugins

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../xfce4-whiskermenu-plugin_1.4.2.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/{whisker/xfce4-whiskermenu-plugin_1.3.2.bb = 
whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb} (68%)

diff --git 
a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
similarity index 68%
rename from 
meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
rename to 
meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
index dd3d8fd..7764109 100644
--- a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
+++ 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
 inherit xfce-panel-plugin cmake
 
 SRC_URI = http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2;
-SRC_URI[md5sum] = f4de7546588952f84df8a4ad3552c526
-SRC_URI[sha256sum] = 
a104b2266675a3ea3c7b98aab7b075a351d813ea29098504031a62f365e5a0fc
+SRC_URI[md5sum] = 967bbff0e98fdf0c1b78e61b3b152c2d
+SRC_URI[sha256sum] = 
7266d7a16df4bffe6f00d3d4711b8b8fd972491bac70f13a9d7edd9f0472d311
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...igure-ac-do-not-check-for-freetype-config.patch | 38 ++
 meta-oe/recipes-graphics/gimp/gimp/freetype.patch  | 30 -
 .../gimp/{gimp_2.8.10.bb = gimp_2.8.14.bb}| 13 
 3 files changed, 45 insertions(+), 36 deletions(-)
 create mode 100644 
meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
 delete mode 100644 meta-oe/recipes-graphics/gimp/gimp/freetype.patch
 rename meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb = gimp_2.8.14.bb} (73%)

diff --git 
a/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
 
b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
new file mode 100644
index 000..fecd012
--- /dev/null
+++ 
b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
@@ -0,0 +1,38 @@
+From 72ad76841d87e857428693d812a961935284ac62 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= schnitzelt...@googlemail.com
+Date: Thu, 12 Feb 2015 15:57:47 +0100
+Subject: [PATCH] configure-ac: do not check for freetype-config
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+freetype-config is not allowed in our environment - see also binconfig-disabled
+
+Upstream-Status: inappropriate [OE specific]
+
+Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
+---
+ configure.ac | 7 ---
+ 1 file changed, 7 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 26812b6..abec714 100644
+--- a/configure.ac
 b/configure.ac
+@@ -647,13 +647,6 @@ if test x$fontconfig_ok = xno; then
+ fi
+ 
+ 
+-AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+-if test x$FREETYPE_CONFIG != xno ; then
+-  AC_MSG_CHECKING([for freetype libraries])
+-  FREETYPE_LIBS=`$FREETYPE_CONFIG --libs`
+-  AC_MSG_RESULT($FREETYPE_LIBS)
+-fi
+-AC_SUBST(FREETYPE_LIBS)
+ 
+ 
+ ##
+-- 
+1.9.3
+
diff --git a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch 
b/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
deleted file mode 100644
index ed6c097..000
--- a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Include the freetype headers via macros ( recommended way)
-
-Signed-off-by: Khem Raj raj.k...@gmail.com
-Upstream-Status: Backport
-
-From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
-From: Michael Natterer mi...@gimp.org
-Date: Fri, 29 Nov 2013 20:57:46 +
-Subject: Bug 719560 - Build failure with freetype 2.5.1
-
-Apply patch from su-v that fixes the freetype include to
-the madness devised and recommended by freetype.

-diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
-index 4045ca9..66c6e52 100644
 a/app/text/gimpfont.c
-+++ b/app/text/gimpfont.c
-@@ -28,7 +28,9 @@
- 
- #define PANGO_ENABLE_ENGINE  1   /* Argh */
- #include pango/pango-ot.h
--#include freetype/tttables.h
-+
-+#include ft2build.h
-+#include FT_TRUETYPE_TABLES_H
- 
- #include text-types.h
- 
---
-cgit v0.9.2
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb 
b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
similarity index 73%
rename from meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
rename to meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
index a893dc2..7d52cf1 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
@@ -7,16 +7,17 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=d32239bcb673463ab874e80d47fae504
 DEPENDS = babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff 
lcms gegl poppler jasper bzip2
 DEPENDS += ${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', 
d)}
 
-inherit gnome
+inherit gnome gtk-doc
 
 PACKAGECONFIG ??= 
 PACKAGECONFIG[helpbrowser] = --with-webkit, --without-webkit, webkit-gtk
 
-SRC_URI = http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
-   file://freetype.patch \
-  
-SRC_URI[md5sum] = 84c964aab7044489af69f7319bb59b47
-SRC_URI[sha256sum] = 
e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6
+SRC_URI =  \
+http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
+file://0001-configure-ac-do-not-check-for-freetype-config.patch \
+
+SRC_URI[md5sum] = 233c948203383fa078434cc3f8f925cb
+SRC_URI[sha256sum] = 
d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d
 
 EXTRA_OECONF = --disable-python \
 --without-wmf
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...e4-systemload-plugin_1.1.1.bb = xfce4-systemload-plugin_1.1.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb = 
xfce4-systemload-plugin_1.1.2.bb} (70%)

diff --git 
a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb 
b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
similarity index 70%
rename from 
meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
rename to 
meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
index 53f6c4a..c212f88 100644
--- 
a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
+++ 
b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
@@ -7,5 +7,5 @@ inherit xfce-panel-plugin
 
 DEPENDS += upower
 
-SRC_URI[md5sum] = 22d48c0883f9d598bce24e81d93e692e
-SRC_URI[sha256sum] = 
1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae
+SRC_URI[md5sum] = 68c9d20b352c13f3eb6b39a0d9fe2ba2
+SRC_URI[sha256sum] = 
b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 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/packagegroups/packagegroup-xfce-extended.bb
index 3df7440..28e452a 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -31,6 +31,7 @@ RRECOMMENDS_${PN} =  \
 xfce4-places-plugin \
 xfce4-systemload-plugin \
 xfce4-time-out-plugin \
+xfce4-timer-plugin \
 xfce4-embed-plugin \
 xfce4-weather-plugin \
 xfce4-fsguard-plugin \
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 15/19] xfce4-equake-plugin: update to 1.3.6

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../{xfce4-equake-plugin_1.3.5.bb = xfce4-equake-plugin_1.3.6.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb = 
xfce4-equake-plugin_1.3.6.bb} (74%)

diff --git 
a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb 
b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
similarity index 74%
rename from meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
rename to meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
index 76cd5d4..d4f069f 100644
--- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
+++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=d32239bcb673463ab874e80d47fae504
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = 7c520e2f1cd0cc5e33d8346b12e31c02
-SRC_URI[sha256sum] = 
43bbc781575c357c13ac6720eb8e8485115099411d5382668e106de58ab0e416
+SRC_URI[md5sum] = ee76ed3825999b24ee9c2c976d906e22
+SRC_URI[sha256sum] = 
8129067080c8a4656063e7cde20f13fabb47b49c84ce610916f54644acb93d67
 
 FILES_${PN} += ${libdir}/xfce4/panel-plugins/xfce4-equake-plugin
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...luetooth-client-use-valid-interface-names.patch | 122 +
 .../gnome-bluetooth/gnome-bluetooth_2.32.0.bb  |   8 +-
 2 files changed, 126 insertions(+), 4 deletions(-)
 create mode 100644 
meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch

diff --git 
a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
 
b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
new file mode 100644
index 000..99049a0
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
@@ -0,0 +1,122 @@
+From 1555f85b222db0d536efe277d31b57b2a8b938f4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= schnitzelt...@googlemail.com
+Date: Thu, 12 Feb 2015 01:19:41 +0100
+Subject: [PATCH] bluetooth-client: use valid interface names
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream-Status: Inappropriate[version unmaintained upstream]
+
+Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
+---
+ lib/bluetooth-client.c   | 12 ++--
+ lib/bluetooth-client.xml |  6 +++---
+ lib/test-agent.c |  2 +-
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
+index d62d56d..02e194c 100644
+--- a/lib/bluetooth-client.c
 b/lib/bluetooth-client.c
+@@ -721,7 +721,7 @@ static void add_device(DBusGProxy *adapter, GtkTreeIter 
*parent,
+   BLUEZ_DEVICE_INTERFACE, path);
+ 
+   if (device != NULL)
+-  device_get_properties(device, hash, NULL);
++  org_bluez_device_get_properties(device, hash, NULL);
+   } else
+   device = NULL;
+ 
+@@ -945,7 +945,7 @@ static void adapter_added(DBusGProxy *manager,
+   adapter = dbus_g_proxy_new_from_proxy(manager,
+   BLUEZ_ADAPTER_INTERFACE, path);
+ 
+-  adapter_get_properties(adapter, hash, NULL);
++  org_bluez_adapter_get_properties(adapter, hash, NULL);
+   if (hash != NULL) {
+   value = g_hash_table_lookup(hash, Address);
+   address = value ? g_value_get_string(value) : NULL;
+@@ -1178,7 +1178,7 @@ static void bluetooth_client_init(BluetoothClient 
*client)
+   dbus_g_proxy_connect_signal(priv-manager, DefaultAdapterChanged,
+   G_CALLBACK(default_adapter_changed), client, NULL);
+ 
+-  manager_list_adapters(priv-manager, array, NULL);
++  org_bluez_manager_list_adapters(priv-manager, array, NULL);
+   if (array != NULL) {
+   int i;
+ 
+@@ -1189,7 +1189,7 @@ static void bluetooth_client_init(BluetoothClient 
*client)
+   }
+   }
+ 
+-  manager_default_adapter(priv-manager, default_path, NULL);
++  org_bluez_manager_default_adapter(priv-manager, default_path, NULL);
+   if (default_path != NULL) {
+   default_adapter_changed(priv-manager, default_path, client);
+   g_free(default_path);
+@@ -1541,7 +1541,7 @@ gboolean 
bluetooth_client_start_discovery(BluetoothClient *client)
+   if (adapter == NULL)
+   return FALSE;
+ 
+-  adapter_start_discovery(adapter, NULL);
++  org_bluez_adapter_start_discovery(adapter, NULL);
+ 
+   g_object_unref(adapter);
+ 
+@@ -1568,7 +1568,7 @@ gboolean bluetooth_client_stop_discovery(BluetoothClient 
*client)
+   if (adapter == NULL)
+   return FALSE;
+ 
+-  adapter_stop_discovery(adapter, NULL);
++  org_bluez_adapter_stop_discovery(adapter, NULL);
+ 
+   g_object_unref(adapter);
+ 
+diff --git a/lib/bluetooth-client.xml b/lib/bluetooth-client.xml
+index 2326277..38c7fb0 100644
+--- a/lib/bluetooth-client.xml
 b/lib/bluetooth-client.xml
+@@ -1,7 +1,7 @@
+ ?xml version=1.0 encoding=UTF-8 ?
+ 
+ node name=/
+-  interface name=manager
++  interface name=org.bluez.manager
+ method name=DefaultAdapter
+   arg type=o direction=out/
+ /method
+@@ -16,7 +16,7 @@
+ /method
+   /interface
+ 
+-  interface name=adapter
++  interface name=org.bluez.adapter
+ method name=GetProperties
+   arg type=a{sv} direction=out/
+ /method
+@@ -44,7 +44,7 @@
+ /method
+   /interface
+ 
+-  interface name=device
++  interface name=org.bluez.device
+ method name=GetProperties
+   arg type=a{sv} direction=out/
+ /method
+diff --git a/lib/test-agent.c b/lib/test-agent.c
+index 8d60da6..83464eb 100644
+--- a/lib/test-agent.c
 b/lib/test-agent.c
+@@ -40,7 +40,7 @@ static gboolean agent_pincode(DBusGMethodInvocation *context,
+   GValue *value;
+   const gchar *address, *name;
+ 
+-  device_get_properties(device, hash, 

[oe] [PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb  | 9 +
 1 file changed, 9 insertions(+)
 create mode 100644 
meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb

diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb 
b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
new file mode 100644
index 000..67da684
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
@@ -0,0 +1,9 @@
+SUMMARY = This is a simple plugin that lets the user run an alarm at a 
specified time or at the end of a specified countdown period
+HOMEPAGE = http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = 3be2a4ccfb2af20441b1d25c2cea5f28
+SRC_URI[sha256sum] = 
39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] mplayer2: Remove blacklist

2015-02-12 Thread Gary Thomas

On 2015-02-12 11:30, Martin Jansa wrote:

On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote:

mplayer2 no longer needs to be blacklisted as OE-core has moved
to libav_9.16


Please fix following issues before blacklisting it:
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc,
but it isn't a build dependency? [build-deps]
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but
it isn't a build dependency? [build-deps]
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver,
but it isn't a build dependency? [build-deps]
mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it
isn't a build dependency? [build-deps]


This must be an inferred dependency as mpg123 is not in meta-oe, but
rather meta-multimedia and it is possible to build mplayer using only
meta-oe and not meta-multimedia.  How should that be handled?


mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on portaudio-v19,
but it isn't a build dependency? [build-deps]


Signed-off-by: Gary Thomas g...@mlbassoc.com
---
  meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 --
  1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 7c04ff1..089aa15 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -13,8 +13,6 @@ RCONFLICTS_${PN} = mplayer
  LICENSE = GPLv3
  LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504

-PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
-
  SRC_URI = git://repo.or.cz/mplayer.git \
  file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
  
--
1.9.1

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel




--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-python][PATCH] python-pyzmq : Add recipe for Python Zero Message Queue bindings.

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 09:36:38AM -0500, Philip Balister wrote:
 Signed-off-by: Philip Balister phi...@balister.org

Drop space before : in subject.

 ---
  .../python/python-pyzmq/club-rpath-out.patch   | 26 +
  .../recipes-devtools/python/python-pyzmq_14.5.0.bb | 27 
 ++
  2 files changed, 53 insertions(+)
  create mode 100644 
 meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
  create mode 100644 meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb
 
 diff --git 
 a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch 
 b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
 new file mode 100644
 index 000..2dc3b73
 --- /dev/null
 +++ b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
 @@ -0,0 +1,26 @@
 +diff --git a/setup.py b/setup.py
 +index 62df445..1fdbdeb 100755
 +--- a/setup.py
  b/setup.py
 +@@ -213,12 +213,6 @@ def settings_from_prefix(prefix=None, 
 bundle_libzmq_dylib=False):
 + pass
 + # unused rpath args for OS X:
 + # settings['extra_link_args'] = 
 ['-Wl,-rpath','-Wl,$ORIGIN/..']
 +-else:
 +-settings['runtime_library_dirs'] += ['$ORIGIN/..']
 +-elif sys.platform != 'darwin':
 +-settings['runtime_library_dirs'] += [
 +-os.path.abspath(x) for x in settings['library_dirs']
 +-]
 + 
 + return settings
 + 
 +@@ -592,8 +586,6 @@ class Configure(build_ext):
 + pass
 + # unused rpath args for OS X:
 + # settings['extra_link_args'] = 
 ['-Wl,-rpath','-Wl,$ORIGIN/../zmq']
 +-else:
 +-settings['runtime_library_dirs'] = [ 
 os.path.abspath(pjoin('.', 'zmq')) ]
 + 
 + line()
 + info(Configure: Autodetecting ZMQ settings...)
 diff --git a/meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb 
 b/meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb
 new file mode 100644
 index 000..8b921b5
 --- /dev/null
 +++ b/meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb
 @@ -0,0 +1,27 @@
 +SUMMARY = Pyzmq provides Zero message queue access for the Python language
 +HOMEPAGE = http://zeromq.org/bindings:python;
 +SECTION = devel/python
 +LICENSE = BSD
 +LIC_FILES_CHKSUM = file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e
 +DEPENDS = zeromq
 +
 +SRC_URI = 
 https://pypi.python.org/packages/source/p/pyzmq/pyzmq-${PV}.tar.gz \
 +   file://club-rpath-out.patch \
 +
 +SRC_URI[md5sum] = 8d3351a8ca2ca2a272a3f96bcb963e41
 +SRC_URI[sha256sum] = 
 5d6e045634456cf5496f50871fd3e3a5ede2b90433284dbfe985bb67c97f77bd
 +
 +S = ${WORKDIR}/pyzmq-${PV}
 +
 +inherit setuptools pkgconfig
 +
 +FILES_${PN}-dbg =+ ${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug
 +
 +do_compile_prepend() {
 + echo [global]  ${S}/setup.cfg
 + echo zmq_prefix = ${STAGING_DIR_HOST}  ${S}/setup.cfg
 + echo have_sys_un_h = True  ${S}/setup.cfg
 + echo skip_check_zmq = True  ${S}/setup.cfg
 + echo libzmq_extension = False  ${S}/setup.cfg
 + echo no_libzmq_extension = True  ${S}/setup.cfg

Use 4 spaces for indentation, no tabs in meta-oe and other sane layers!

 +}
 -- 
 2.1.0
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default

2015-02-12 Thread Andreas Müller
by updating modemmanager configuration of network-manager-applet now auto
detects modemmanager - the old version had no (lib)mm-glib. By using a
packageconfig build is deterministic again.

Fixes:

| WARNING: QA Issue: network-manager-applet rdepends on modemmanager, but it 
isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../network-manager-applet/network-manager-applet_0.9.8.10.bb| 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
 
b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
index 545b2cf..00cea74 100644
--- 
a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
+++ 
b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
@@ -22,6 +22,7 @@ EXTRA_OECONF +=  \
 
 
 PACKAGECONFIG[bluetooth] = 
--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth
+PACKAGECONFIG[modemmanager] = 
--with-modem-manager-1,--without-modem-manager-1,modemmanager
 PACKAGECONFIG ??= 
 
 do_configure_append() {
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../kbdleds/xfce4-kbdleds-plugin_0.0.6.bb  | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb

diff --git 
a/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb 
b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
new file mode 100644
index 000..b2b9627
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
@@ -0,0 +1,14 @@
+SUMMARY = This plugin shows the state of your keyboard LEDs: Caps, Scroll and 
Num Lock in Xfce panel
+HOMEPAGE = 
http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin;
+LICENSE = GPLv2
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+file://COPYING.LIB;md5=252890d9eee26aab7b432e8b8a616475 \
+
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = db6ad8e3502f3373f087ba2034141552
+SRC_URI[sha256sum] = 
6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd
+
+FILES_${PN} += ${libdir}/xfce4/panel-plugins/xfce4-kbdleds-plugin
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 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/packagegroups/packagegroup-xfce-extended.bb
index af8977d..3df7440 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -42,6 +42,7 @@ RRECOMMENDS_${PN} =  \
 xfce4-notes-plugin \
 xfce4-whiskermenu-plugin \
 xfce4-mailwatch-plugin \
+xfce4-kbdleds-plugin \
 \
 thunar-media-tags-plugin \
 thunar-archive-plugin \
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 03/19] modemmanager: update to 1.4.2

2015-02-12 Thread Andreas Müller
modemmanager has moved to freedesktop.org

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../modemmanager/modemmanager_1.4.2.bb | 39 ++
 .../networkmanager/modemmanager_0.6.0.0.bb | 29 
 2 files changed, 39 insertions(+), 29 deletions(-)
 create mode 100644 
meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
 delete mode 100644 
meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb 
b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
new file mode 100644
index 000..48af426
--- /dev/null
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
@@ -0,0 +1,39 @@
+SUMMARY = ModemManager is a DBus-activated daemon which controls mobile 
broadband (2G/3G/4G) devices and connections
+HOMEPAGE = http://www.freedesktop.org/wiki/Software/ModemManager/;
+LICENSE = GPLv2  LGPLv2.1
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+
+
+inherit autotools gettext gtk-doc systemd
+
+DEPENDS = glib-2.0 libmbim libqmi polkit udev dbus-glib
+
+SRC_URI = 
http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz;
+SRC_URI[md5sum] = fe74eaa9a77e51e552b4356b4c7195cb
+SRC_URI[sha256sum] = 
07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d
+
+S = ${WORKDIR}/ModemManager-${PV}
+
+FILES_${PN} +=  \
+${datadir}/icons \
+${datadir}/polkit-1 \
+${libdir}/ModemManager \
+${systemd_unitdir}/system \
+
+
+FILES_${PN}-dev +=  \
+${datadir}/dbus-1 \
+${libdir}/ModemManager/*.la \
+
+
+FILES_${PN}-staticdev +=  \
+${libdir}/ModemManager/*.a \
+
+
+FILES_${PN}-dbg += ${libdir}/ModemManager/.debug
+
+SYSTEMD_SERVICE_${PN} = ModemManager.service
+# no need to start on boot - dbus will start on demand
+SYSTEMD_AUTO_ENABLE = disable
diff --git 
a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb 
b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
deleted file mode 100644
index 5ff18da..000
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DEPENDS = ppp udev glib-2.0 dbus-glib
-
-LICENSE = GPLv2
-LIC_FILES_CHKSUM = file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
-
-
-inherit gnomebase gettext
-
-SRC_URI = 
${GNOME_MIRROR}/ModemManager/${@gnome_verdir(${PV})}/ModemManager-${PV}.tar.xz
-
-SRC_URI[md5sum] = f32640f6672d997ec0887307186e9639
-SRC_URI[sha256sum] = 
d4468300cf4aa7baf21c8564fa515e578056f34de5a64f452b053331f89e8ae2
-
-S = ${WORKDIR}/ModemManager-${PV}
-
-FILES_${PN}-dbg += ${libdir}/ModemManager/.debug \
-${libdir}/pppd/*/.debug
-FILES_${PN}-dev += ${datadir}/dbus-1/interfaces \
-${libdir}/pppd/*/*.la \
-${libdir}/ModemManager/*.la
-FILES_${PN}-staticdev += \
-  ${libdir}/ModemManager/*.a \
-  ${libdir}/pppd/*/*.a
-FILES_${PN} += ${datadir}/dbus-1/*services/ \
-${libdir}/ModemManager/*.so \
-${libdir}/pppd/*/*.so \
-${base_libdir}/udev
-
-RRECOMMENDS_${PN} += ppp
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 05/19] initial add xmessage 1.0.4

2015-02-12 Thread Andreas Müller
kde-plasma startscript uses xmessage

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb | 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb 
b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
new file mode 100644
index 000..9960706
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
@@ -0,0 +1,10 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = Display a message or query in a window
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=73c7f696a728de728d7446cbca814cc5
+
+DEPENDS += libxaw
+
+SRC_URI[md5sum] = 2dd5ae46fa18abc9331bc26250a25005
+SRC_URI[sha256sum] = 
bcdf4b461c439bb3ade6e1e41c47d6218b912da8e9396b7ad70856db2f95ab68
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 08/19] xfce4-screenshooter: update to 1.8.2

2015-02-12 Thread Andreas Müller
0001-Fix-panel-plugin-build.patch was applied mainline

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../files/0001-Fix-panel-plugin-build.patch| 43 --
 ...ooter_1.8.1.bb = xfce4-screenshooter_1.8.2.bb} | 12 +++---
 2 files changed, 7 insertions(+), 48 deletions(-)
 delete mode 100644 
meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
 rename 
meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb = 
xfce4-screenshooter_1.8.2.bb} (59%)

diff --git 
a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
 
b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
deleted file mode 100644
index 98ce875..000
--- 
a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 08053be7adc6d4a83191efed735c3f565bcbcf1f Mon Sep 17 00:00:00 2001
-From: Samuli Suominen ssuomi...@gentoo.org
-Date: Sat, 5 May 2012 17:13:45 +0200
-Subject: [PATCH] Fix panel plugin build.
-
-- Don't use a versioned library.
-- Build as a module.
-- Only export needed symbols.

-Upstream-Status: applied
- Makefile.am |   12 +---
- 1 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 45100fd..d0c0adb 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -132,13 +132,19 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS =  \
-   @SOUP_CFLAGS@
- 
- panel_plugin_libscreenshooterplugin_la_LDFLAGS = \
-+  -avoid-version \
-+  -module \
-+  -no-undefined \
-+  -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
-+  $(PLATFORM_LDFLAGS)
-+
-+panel_plugin_libscreenshooterplugin_la_LIBADD = \
-   @EXO_LIBS@ \
-   @LIBXFCE4PANEL_LIBS@ \
-   @GTHREAD_LIBS@ \
-   @SOUP_LIBS@ \
--  @LIBXFCE4UI_LIBS@
--
--panel_plugin_libscreenshooterplugin_la_LIBADD = lib/libscreenshooter.la
-+  @LIBXFCE4UI_LIBS@ \
-+  lib/libscreenshooter.la
- 
- panel_plugin_libscreenshooterplugin_la_SOURCES = \
-   panel-plugin/screenshooter-plugin.c
--- 
-1.7.4.4
-
diff --git 
a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb 
b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
similarity index 59%
rename from 
meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
rename to 
meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
index 0e2e327..ae19492 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
@@ -7,13 +7,15 @@ DEPENDS = xfce4-panel libxfce4util libxfce4ui gdk-pixbuf 
gtk+ glib-2.0 libsoup-
 
 inherit xfce-app
 
-SRC_URI += file://0001-Fix-panel-plugin-build.patch
-SRC_URI[md5sum] = d0ffea2052a8e70154cf13789070711f
-SRC_URI[sha256sum] = 
40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492
+SRC_URI[md5sum] = 3a32ecc5566453a58f6a4ddd70649444
+SRC_URI[sha256sum] = 
9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69
 
 do_compile_prepend() {
mkdir -p lib
 }
 
-FILES_${PN} += ${datadir}/xfce4/panel/plugins \
-${libdir}/xfce4/panel/plugins
+FILES_${PN} +=  \
+${datadir}/appdata \
+${datadir}/xfce4/panel/plugins \
+${libdir}/xfce4/panel/plugins \
+
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 03/19] modemmanager: update to 1.4.2

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 10:21:43PM +0100, Andreas Müller wrote:
 modemmanager has moved to freedesktop.org
 
 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  .../modemmanager/modemmanager_1.4.2.bb | 39 
 ++
  .../networkmanager/modemmanager_0.6.0.0.bb | 29 
  2 files changed, 39 insertions(+), 29 deletions(-)
  create mode 100644 
 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
  delete mode 100644 
 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
 
 diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb 
 b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
 new file mode 100644
 index 000..48af426
 --- /dev/null
 +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
 @@ -0,0 +1,39 @@
 +SUMMARY = ModemManager is a DBus-activated daemon which controls mobile 
 broadband (2G/3G/4G) devices and connections

SUMMARY should be short, please change to short SUMMARY + longer 
DESCRIPTION.

 +HOMEPAGE = http://www.freedesktop.org/wiki/Software/ModemManager/;
 +LICENSE = GPLv2  LGPLv2.1
 +LIC_FILES_CHKSUM =  \
 +file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 +file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 +
 +
 +inherit autotools gettext gtk-doc systemd
 +
 +DEPENDS = glib-2.0 libmbim libqmi polkit udev dbus-glib
 +
 +SRC_URI = 
 http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz;
 +SRC_URI[md5sum] = fe74eaa9a77e51e552b4356b4c7195cb
 +SRC_URI[sha256sum] = 
 07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d
 +
 +S = ${WORKDIR}/ModemManager-${PV}
 +
 +FILES_${PN} +=  \
 +${datadir}/icons \
 +${datadir}/polkit-1 \
 +${libdir}/ModemManager \
 +${systemd_unitdir}/system \
 +
 +
 +FILES_${PN}-dev +=  \
 +${datadir}/dbus-1 \
 +${libdir}/ModemManager/*.la \
 +
 +
 +FILES_${PN}-staticdev +=  \
 +${libdir}/ModemManager/*.a \
 +
 +
 +FILES_${PN}-dbg += ${libdir}/ModemManager/.debug
 +
 +SYSTEMD_SERVICE_${PN} = ModemManager.service
 +# no need to start on boot - dbus will start on demand
 +SYSTEMD_AUTO_ENABLE = disable
 diff --git 
 a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb 
 b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
 deleted file mode 100644
 index 5ff18da..000
 --- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
 +++ /dev/null
 @@ -1,29 +0,0 @@
 -DEPENDS = ppp udev glib-2.0 dbus-glib
 -
 -LICENSE = GPLv2
 -LIC_FILES_CHKSUM = file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
 -
 -
 -inherit gnomebase gettext
 -
 -SRC_URI = 
 ${GNOME_MIRROR}/ModemManager/${@gnome_verdir(${PV})}/ModemManager-${PV}.tar.xz
 -
 -SRC_URI[md5sum] = f32640f6672d997ec0887307186e9639
 -SRC_URI[sha256sum] = 
 d4468300cf4aa7baf21c8564fa515e578056f34de5a64f452b053331f89e8ae2
 -
 -S = ${WORKDIR}/ModemManager-${PV}
 -
 -FILES_${PN}-dbg += ${libdir}/ModemManager/.debug \
 -${libdir}/pppd/*/.debug
 -FILES_${PN}-dev += ${datadir}/dbus-1/interfaces \
 -${libdir}/pppd/*/*.la \
 -${libdir}/ModemManager/*.la
 -FILES_${PN}-staticdev += \
 -  ${libdir}/ModemManager/*.a \
 -  ${libdir}/pppd/*/*.a
 -FILES_${PN} += ${datadir}/dbus-1/*services/ \
 -${libdir}/ModemManager/*.so \
 -${libdir}/pppd/*/*.so \
 -${base_libdir}/udev
 -
 -RRECOMMENDS_${PN} += ppp
 -- 
 1.9.3
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 10:21:46PM +0100, Andreas Müller wrote:
 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  .../kbdleds/xfce4-kbdleds-plugin_0.0.6.bb  | 14 
 ++
  1 file changed, 14 insertions(+)
  create mode 100644 
 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
 
 diff --git 
 a/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb 
 b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
 new file mode 100644
 index 000..b2b9627
 --- /dev/null
 +++ b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
 @@ -0,0 +1,14 @@
 +SUMMARY = This plugin shows the state of your keyboard LEDs: Caps, Scroll 
 and Num Lock in Xfce panel

SUMMARY should be short, please change to short SUMMARY + longer 
DESCRIPTION.

 +HOMEPAGE = 
 http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin;
 +LICENSE = GPLv2
 +LIC_FILES_CHKSUM =  \
 +file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 +file://COPYING.LIB;md5=252890d9eee26aab7b432e8b8a616475 \
 +
 +
 +inherit xfce-panel-plugin
 +
 +SRC_URI[md5sum] = db6ad8e3502f3373f087ba2034141552
 +SRC_URI[sha256sum] = 
 6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd
 +
 +FILES_${PN} += ${libdir}/xfce4/panel-plugins/xfce4-kbdleds-plugin
 -- 
 1.9.3
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v3] mplayer2: Remove blacklist

2015-02-12 Thread Gary Thomas
mplayer2 no longer needs to be blacklisted as OE-core has moved
to libav_9.16.

[v2-v3] Also update build dependencies to quash QA warnings, using
PACKAGECONFIG for most optional features.

Signed-off-by: Gary Thomas g...@mlbassoc.com
---
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 7c04ff1..2de26b0 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -3,7 +3,7 @@ SECTION = multimedia
 HOMEPAGE = http://www.mplayerhq.hu/;
 DEPENDS = libvpx libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \
libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \
-   libxv virtual/libx11 libass speex faad2
+   libxv virtual/libx11 libass speex faad2 libxscrnsaver
 
 RDEPENDS_${PN} = mplayer-common
 PROVIDES = mplayer
@@ -13,8 +13,6 @@ RCONFLICTS_${PN} = mplayer
 LICENSE = GPLv3
 LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504
 
-PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
-
 SRC_URI = git://repo.or.cz/mplayer.git \
 file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
 
@@ -109,9 +107,14 @@ EXTRA_OECONF =  \
 EXTRA_OECONF_append_armv6 =  --enable-armv6
 EXTRA_OECONF_append_armv7a =  --enable-armv6 --enable-neon
 
+PACKAGECONFIG ??= vorbis postproc
 PACKAGECONFIG[mad] = --enable-mad,--disable-mad,libmad
 PACKAGECONFIG[a52] = --enable-liba52,--disable-liba52,liba52
 PACKAGECONFIG[lame] = ,,lame
+PACKAGECONFIG[postproc] = ,--disable-libpostproc,libpostproc
+PACKAGECONFIG[vorbis] = ,--disable-libvorbis,libvorbis
+PACKAGECONFIG[portaudio] = ,--disable-portaudio,portaudio-v19
+PACKAGECONFIG[mpg123] = ,--disable-mpg123,mpg123
 
 FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer 
-frename-registers -O4 -ffast-math
 BUILD_OPTIMIZATION = ${FULL_OPTIMIZATION}
-- 
1.9.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2] mplayer2: Remove blacklist

2015-02-12 Thread Gary Thomas
mplayer2 no longer needs to be blacklisted as OE-core has moved
to libav_9.16.

[v2] Also update build dependencies to quash QA warnings.

Signed-off-by: Gary Thomas g...@mlbassoc.com
---
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 7c04ff1..d928243 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -3,7 +3,8 @@ SECTION = multimedia
 HOMEPAGE = http://www.mplayerhq.hu/;
 DEPENDS = libvpx libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \
libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \
-   libxv virtual/libx11 libass speex faad2
+   libxv virtual/libx11 libass speex faad2 libpostproc libvorbis \
+  libxscrnsaver portaudio-v19
 
 RDEPENDS_${PN} = mplayer-common
 PROVIDES = mplayer
@@ -13,8 +14,6 @@ RCONFLICTS_${PN} = mplayer
 LICENSE = GPLv3
 LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504
 
-PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
-
 SRC_URI = git://repo.or.cz/mplayer.git \
 file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
 
@@ -112,6 +111,7 @@ EXTRA_OECONF_append_armv7a =  --enable-armv6 --enable-neon
 PACKAGECONFIG[mad] = --enable-mad,--disable-mad,libmad
 PACKAGECONFIG[a52] = --enable-liba52,--disable-liba52,liba52
 PACKAGECONFIG[lame] = ,,lame
+PACKAGECONFIG[mpg123] = ,,mpg123
 
 FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer 
-frename-registers -O4 -ffast-math
 BUILD_OPTIMIZATION = ${FULL_OPTIMIZATION}
-- 
1.9.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v2] mplayer2: Remove blacklist

2015-02-12 Thread Martin Jansa
You need to explicitly disable mpg123 when not selected.

On Fri, Feb 13, 2015 at 1:31 AM, Gary Thomas g...@mlbassoc.com wrote:

 mplayer2 no longer needs to be blacklisted as OE-core has moved
 to libav_9.16.

 [v2] Also update build dependencies to quash QA warnings.

 Signed-off-by: Gary Thomas g...@mlbassoc.com
 ---
  meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

 diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 index 7c04ff1..d928243 100644
 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 @@ -3,7 +3,8 @@ SECTION = multimedia
  HOMEPAGE = http://www.mplayerhq.hu/;
  DEPENDS = libvpx libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \
 libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \
 -   libxv virtual/libx11 libass speex faad2
 +   libxv virtual/libx11 libass speex faad2 libpostproc libvorbis \
 +  libxscrnsaver portaudio-v19

  RDEPENDS_${PN} = mplayer-common
  PROVIDES = mplayer
 @@ -13,8 +14,6 @@ RCONFLICTS_${PN} = mplayer
  LICENSE = GPLv3
  LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504

 -PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
 -
  SRC_URI = git://repo.or.cz/mplayer.git \

  file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
  
 @@ -112,6 +111,7 @@ EXTRA_OECONF_append_armv7a =  --enable-armv6
 --enable-neon
  PACKAGECONFIG[mad] = --enable-mad,--disable-mad,libmad
  PACKAGECONFIG[a52] = --enable-liba52,--disable-liba52,liba52
  PACKAGECONFIG[lame] = ,,lame
 +PACKAGECONFIG[mpg123] = ,,mpg123

  FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer
 -frename-registers -O4 -ffast-math
  BUILD_OPTIMIZATION = ${FULL_OPTIMIZATION}
 --
 1.9.1

 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v3] mplayer2: Remove blacklist

2015-02-12 Thread Martin Jansa
Does it have --enable-* options for the new PACKAGECONFIGs? If yes then it
should specify them as well (advantage at least in some projects is that
when it explicitly asking for foo and foo is unusable it will end with
fatal error instead of ignoring broken foo dependency.

On Fri, Feb 13, 2015 at 1:54 AM, Gary Thomas g...@mlbassoc.com wrote:

 mplayer2 no longer needs to be blacklisted as OE-core has moved
 to libav_9.16.

 [v2-v3] Also update build dependencies to quash QA warnings, using
 PACKAGECONFIG for most optional features.

 Signed-off-by: Gary Thomas g...@mlbassoc.com
 ---
  meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 9 ++---
  1 file changed, 6 insertions(+), 3 deletions(-)

 diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 index 7c04ff1..2de26b0 100644
 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
 @@ -3,7 +3,7 @@ SECTION = multimedia
  HOMEPAGE = http://www.mplayerhq.hu/;
  DEPENDS = libvpx libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \
 libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \
 -   libxv virtual/libx11 libass speex faad2
 +   libxv virtual/libx11 libass speex faad2 libxscrnsaver

  RDEPENDS_${PN} = mplayer-common
  PROVIDES = mplayer
 @@ -13,8 +13,6 @@ RCONFLICTS_${PN} = mplayer
  LICENSE = GPLv3
  LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504

 -PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
 -
  SRC_URI = git://repo.or.cz/mplayer.git \

  file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
  
 @@ -109,9 +107,14 @@ EXTRA_OECONF =  \
  EXTRA_OECONF_append_armv6 =  --enable-armv6
  EXTRA_OECONF_append_armv7a =  --enable-armv6 --enable-neon

 +PACKAGECONFIG ??= vorbis postproc
  PACKAGECONFIG[mad] = --enable-mad,--disable-mad,libmad
  PACKAGECONFIG[a52] = --enable-liba52,--disable-liba52,liba52
  PACKAGECONFIG[lame] = ,,lame
 +PACKAGECONFIG[postproc] = ,--disable-libpostproc,libpostproc
 +PACKAGECONFIG[vorbis] = ,--disable-libvorbis,libvorbis
 +PACKAGECONFIG[portaudio] = ,--disable-portaudio,portaudio-v19
 +PACKAGECONFIG[mpg123] = ,--disable-mpg123,mpg123

  FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer
 -frename-registers -O4 -ffast-math
  BUILD_OPTIMIZATION = ${FULL_OPTIMIZATION}
 --
 1.9.1

 --
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v3] mplayer2: Remove blacklist

2015-02-12 Thread Gary Thomas

On 2015-02-12 18:08, Martin Jansa wrote:

Does it have --enable-* options for the new PACKAGECONFIGs? If yes then it 
should specify them as well (advantage at least in some projects is that when 
it explicitly asking for
foo and foo is unusable it will end with fatal error instead of ignoring broken 
foo dependency.


No, those are auto-discover and only have disable options.



On Fri, Feb 13, 2015 at 1:54 AM, Gary Thomas g...@mlbassoc.com 
mailto:g...@mlbassoc.com wrote:

mplayer2 no longer needs to be blacklisted as OE-core has moved
to libav_9.16.

[v2-v3] Also update build dependencies to quash QA warnings, using
PACKAGECONFIG for most optional features.

Signed-off-by: Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com
---
  meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
http://mplayer2_git.bb | 9 ++---
  1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
http://mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
http://mplayer2_git.bb
index 7c04ff1..2de26b0 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
http://mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
http://mplayer2_git.bb
@@ -3,7 +3,7 @@ SECTION = multimedia
  HOMEPAGE = http://www.mplayerhq.hu/;
  DEPENDS = libvpx libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \
 libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \
-   libxv virtual/libx11 libass speex faad2
+   libxv virtual/libx11 libass speex faad2 libxscrnsaver

  RDEPENDS_${PN} = mplayer-common
  PROVIDES = mplayer
@@ -13,8 +13,6 @@ RCONFLICTS_${PN} = mplayer
  LICENSE = GPLv3
  LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504

-PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
-
  SRC_URI = git://repo.or.cz/mplayer.git http://repo.or.cz/mplayer.git \
  
file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
  
@@ -109,9 +107,14 @@ EXTRA_OECONF =  \
  EXTRA_OECONF_append_armv6 =  --enable-armv6
  EXTRA_OECONF_append_armv7a =  --enable-armv6 --enable-neon

+PACKAGECONFIG ??= vorbis postproc
  PACKAGECONFIG[mad] = --enable-mad,--disable-mad,libmad
  PACKAGECONFIG[a52] = --enable-liba52,--disable-liba52,liba52
  PACKAGECONFIG[lame] = ,,lame
+PACKAGECONFIG[postproc] = ,--disable-libpostproc,libpostproc
+PACKAGECONFIG[vorbis] = ,--disable-libvorbis,libvorbis
+PACKAGECONFIG[portaudio] = ,--disable-portaudio,portaudio-v19
+PACKAGECONFIG[mpg123] = ,--disable-mpg123,mpg123

  FULL_OPTIMIZATION = -fexpensive-optimizations -fomit-frame-pointer 
-frename-registers -O4 -ffast-math
  BUILD_OPTIMIZATION = ${FULL_OPTIMIZATION}
--
1.9.1

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org 
mailto:Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel




--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 02/19] libqmi: initial add 1.12.2

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb 
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
new file mode 100644
index 000..a111c1f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = libqmi is a glib-based library for talking to WWAN modems and 
devices which speak the Qualcomm MSM Interface (QMI) protocol
+HOMEPAGE = http://www.freedesktop.org/wiki/Software/libqmi;
+LICENSE = GPLv2  LGPLv2.1
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+
+
+DEPENDS = glib-2.0
+
+inherit autotools pkgconfig
+
+SRC_URI = http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
+SRC_URI[md5sum] = 5b3b6b37a57e2fa828fd4cb6f86d7a9f
+SRC_URI[sha256sum] = 
d1661d73b510482b29b93b7e396756c433d35360b3d44c72afa7921339a98624
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH 00/19] various adds/updates/fxes

2015-02-12 Thread Andreas Müller
The following changes since commit 4e08e7c3a5c36c859e01e4d2168ea3e1b287bcc0:

  snmpd: instead option -LS by -Ls (2015-02-11 21:27:29 -0500)

are available in the git repository at:

  https://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches

for you to fetch changes up to d79e10f595f569a177efbd09e4778a87dbd3fed5:

  gimp: update to 2.8.14 / fix build by not configuring with freetype-config 
(2015-02-12 16:09:33 +0100)


Andreas Müller (19):
  libmbim: initial add 1.12.2
  libqmi: initial add 1.12.2
  modemmanager: update to 1.4.2
  network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by 
default
  initial add xmessage 1.0.4
  xfce4-kbdleds-plugin: Initial add 0.0.6
  packagegroup-xfce-extended: add xfce4-kbdleds-plugin
  xfce4-screenshooter: update to 1.8.2
  xfce4-weather-plugin: update to 0.8.5
  xfce4-whiskermenu-plugin: update to 1.4.2
  xfce4-cpufreq-plugin: update to 1.1.1
  xfce4-netload-plugin: update to 1.2.4
  xfce4-eyes-plugin: update to 4.4.3
  xfce4-systemload-plugin: update to 1.1.2
  xfce4-equake-plugin: update to 1.3.6
  xfce4-timer-plugin: initial add 1.6.0
  packagegroup-xfce-extended: add xfce4-timer-plugin
  gnome-bluetooth: fix build by using a valid dbus interface + unblacklist
  gimp: update to 2.8.14 / fix build by not configuring with freetype-config

 
meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
 |   1 +
 
meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
| 122 +++
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb 
   |   8 +--
 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb 
   |  15 ++
 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb   
   |  15 ++
 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
   |  39 ++
 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
   |  29 ---
 
meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
   |  38 ++
 meta-oe/recipes-graphics/gimp/gimp/freetype.patch  
   |  30 ---
 meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb = gimp_2.8.14.bb}   
   |  13 ++---
 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
   |  10 
 
meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
|  43 
 meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb = 
xfce4-screenshooter_1.8.2.bb} |  12 +++--
 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb  
   |  15 --
 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb  
   |   9 
 meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb = 
xfce4-equake-plugin_1.3.6.bb} |   4 +-
 meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb = 
xfce4-eyes-plugin_4.4.3.bb}   |   4 +-
 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb  
   |  14 +
 meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb = 
xfce4-netload-plugin_1.2.4.bb}  |   4 +-
 meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb 
= xfce4-systemload-plugin_1.1.2.bb} |   4 +-
 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb  
   |   9 
 
meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 | 162 --
 
meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
 |  27 --
 meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb = 
xfce4-weather-plugin_0.8.5.bb}  |   8 +--
 .../{whisker/xfce4-whiskermenu-plugin_1.3.2.bb = 
whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb}  |   4 +-
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb 
   |   2 +
 26 files changed, 304 insertions(+), 337 deletions(-)
 create mode 100644 

[oe] [PATCH 01/19] libmbim: initial add 1.12.2

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb

diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb 
b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
new file mode 100644
index 000..17cfba2
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = libmbim is a glib-based library for talking to WWAN modems and 
devices which speak the Mobile Interface Broadband Model (MBIM) protocol
+HOMEPAGE = http://www.freedesktop.org/wiki/Software/libmbim/;
+LICENSE = GPLv2  LGPLv2.1
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+
+
+DEPENDS = glib-2.0 udev
+
+inherit autotools pkgconfig
+
+SRC_URI = http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
+SRC_URI[md5sum] = 921fb5ab3f13f1e00833e009d8f3b4f6
+SRC_URI[sha256sum] = 
949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 02/19] libqmi: initial add 1.12.2

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 10:21:42PM +0100, Andreas Müller wrote:
 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb | 15 +++
  1 file changed, 15 insertions(+)
  create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
 
 diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb 
 b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
 new file mode 100644
 index 000..a111c1f
 --- /dev/null
 +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
 @@ -0,0 +1,15 @@
 +SUMMARY = libqmi is a glib-based library for talking to WWAN modems and 
 devices which speak the Qualcomm MSM Interface (QMI) protocol

SUMMARY should be short, please change to short SUMMARY + longer 
DESCRIPTION.

 +HOMEPAGE = http://www.freedesktop.org/wiki/Software/libqmi;
 +LICENSE = GPLv2  LGPLv2.1
 +LIC_FILES_CHKSUM =  \
 +file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 +file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 +
 +
 +DEPENDS = glib-2.0
 +
 +inherit autotools pkgconfig
 +
 +SRC_URI = http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
 +SRC_URI[md5sum] = 5b3b6b37a57e2fa828fd4cb6f86d7a9f
 +SRC_URI[sha256sum] = 
 d1661d73b510482b29b93b7e396756c433d35360b3d44c72afa7921339a98624
 -- 
 1.9.3
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 01/19] libmbim: initial add 1.12.2

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 10:21:41PM +0100, Andreas Müller wrote:
 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 15 +++
  1 file changed, 15 insertions(+)
  create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
 
 diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb 
 b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
 new file mode 100644
 index 000..17cfba2
 --- /dev/null
 +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
 @@ -0,0 +1,15 @@
 +SUMMARY = libmbim is a glib-based library for talking to WWAN modems and 
 devices which speak the Mobile Interface Broadband Model (MBIM) protocol

SUMMARY should be short, please change to short SUMMARY + longer
DESCRIPTION.

 +HOMEPAGE = http://www.freedesktop.org/wiki/Software/libmbim/;
 +LICENSE = GPLv2  LGPLv2.1
 +LIC_FILES_CHKSUM =  \
 +file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 +file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 +
 +
 +DEPENDS = glib-2.0 udev
 +
 +inherit autotools pkgconfig
 +
 +SRC_URI = http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
 +SRC_URI[md5sum] = 921fb5ab3f13f1e00833e009d8f3b4f6
 +SRC_URI[sha256sum] = 
 949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29
 -- 
 1.9.3
 
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] mplayer2: Remove blacklist

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 02:35:07PM -0700, Gary Thomas wrote:
 On 2015-02-12 11:30, Martin Jansa wrote:
  On Tue, Feb 03, 2015 at 06:44:07AM -0700, Gary Thomas wrote:
  mplayer2 no longer needs to be blacklisted as OE-core has moved
  to libav_9.16
 
  Please fix following issues before blacklisting it:
  mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libpostproc,
  but it isn't a build dependency? [build-deps]
  mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libvorbis, but
  it isn't a build dependency? [build-deps]
  mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on libxscrnsaver,
  but it isn't a build dependency? [build-deps]
  mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on mpg123, but it
  isn't a build dependency? [build-deps]
 
 This must be an inferred dependency as mpg123 is not in meta-oe, but
 rather meta-multimedia and it is possible to build mplayer using only
 meta-oe and not meta-multimedia.  How should that be handled?

PACKAGECONFIG[mpg123] which isn't enabled by default (so that people
with meta-multimedia can enable it if they want and by default it's
explicitly disabled for everybody

  mplayer2-2.0+gitrAUTOINC+2c378c71a4: mplayer2 rdepends on portaudio-v19,
  but it isn't a build dependency? [build-deps]
 
  Signed-off-by: Gary Thomas g...@mlbassoc.com
  ---
meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 --
1 file changed, 2 deletions(-)
 
  diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb 
  b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
  index 7c04ff1..089aa15 100644
  --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
  +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
  @@ -13,8 +13,6 @@ RCONFLICTS_${PN} = mplayer
LICENSE = GPLv3
LIC_FILES_CHKSUM = file://LICENSE;md5=d32239bcb673463ab874e80d47fae504
 
  -PNBLACKLIST[mplayer2] ?= Requires newer libav which has negative D_P
  -
SRC_URI = git://repo.or.cz/mplayer.git \

  file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \

  --
  1.9.1
 
  --
  ___
  Openembedded-devel mailing list
  Openembedded-devel@lists.openembedded.org
  http://lists.openembedded.org/mailman/listinfo/openembedded-devel
 
 
 -- 
 
 Gary Thomas |  Consulting for the
 MLB Associates  |Embedded world
 

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../kbdleds/xfce4-kbdleds-plugin_0.0.6.bb | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 
meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb

diff --git 
a/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb 
b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
new file mode 100644
index 000..caf5508
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
@@ -0,0 +1,15 @@
+SUMMARY = XFCE panel plugin displaying status of keyboard LEDs
+DESCRIPTION = This plugin shows the state of your keyboard LEDs: Caps, Scroll 
and Num Lock in Xfce panel
+HOMEPAGE = 
http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin;
+LICENSE = GPLv2
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+file://COPYING.LIB;md5=252890d9eee26aab7b432e8b8a616475 \
+
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = db6ad8e3502f3373f087ba2034141552
+SRC_URI[sha256sum] = 
6d280ad7207bcb9cc87c279dc3ab9084fd93325e87f67858e8917729b50201cd
+
+FILES_${PN} += ${libdir}/xfce4/panel-plugins/xfce4-kbdleds-plugin
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 02/19] libqmi: initial add 1.12.2

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb 
b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
new file mode 100644
index 000..789692b
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = libqmi is a library for talking to WWAN devices by QMI protocol
+DESCRIPTION = libqmi is a glib-based library for talking to WWAN modems and 
devices which speak the Qualcomm MSM Interface (QMI) protocol
+HOMEPAGE = http://www.freedesktop.org/wiki/Software/libqmi;
+LICENSE = GPLv2  LGPLv2.1
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+
+
+DEPENDS = glib-2.0
+
+inherit autotools pkgconfig
+
+SRC_URI = http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
+SRC_URI[md5sum] = 5b3b6b37a57e2fa828fd4cb6f86d7a9f
+SRC_URI[sha256sum] = 
d1661d73b510482b29b93b7e396756c433d35360b3d44c72afa7921339a98624
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 03/19] modemmanager: update to 1.4.2

2015-02-12 Thread Andreas Müller
modemmanager has moved to freedesktop.org

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../modemmanager/modemmanager_1.4.2.bb | 40 ++
 .../networkmanager/modemmanager_0.6.0.0.bb | 29 
 2 files changed, 40 insertions(+), 29 deletions(-)
 create mode 100644 
meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
 delete mode 100644 
meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb

diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb 
b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
new file mode 100644
index 000..6dfd0e2
--- /dev/null
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
@@ -0,0 +1,40 @@
+SUMMARY = ModemManager is a daemon controlling broadband devices/connections
+DESCRIPTION = ModemManager is a DBus-activated daemon which controls mobile 
broadband (2G/3G/4G) devices and connections
+HOMEPAGE = http://www.freedesktop.org/wiki/Software/ModemManager/;
+LICENSE = GPLv2  LGPLv2.1
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+
+
+inherit autotools gettext gtk-doc systemd
+
+DEPENDS = glib-2.0 libmbim libqmi polkit udev dbus-glib
+
+SRC_URI = 
http://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz;
+SRC_URI[md5sum] = fe74eaa9a77e51e552b4356b4c7195cb
+SRC_URI[sha256sum] = 
07d332fbe6f45f788f740810951e04042aaf023bd5ecf8ef0b3a06e37703585d
+
+S = ${WORKDIR}/ModemManager-${PV}
+
+FILES_${PN} +=  \
+${datadir}/icons \
+${datadir}/polkit-1 \
+${libdir}/ModemManager \
+${systemd_unitdir}/system \
+
+
+FILES_${PN}-dev +=  \
+${datadir}/dbus-1 \
+${libdir}/ModemManager/*.la \
+
+
+FILES_${PN}-staticdev +=  \
+${libdir}/ModemManager/*.a \
+
+
+FILES_${PN}-dbg += ${libdir}/ModemManager/.debug
+
+SYSTEMD_SERVICE_${PN} = ModemManager.service
+# no need to start on boot - dbus will start on demand
+SYSTEMD_AUTO_ENABLE = disable
diff --git 
a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb 
b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
deleted file mode 100644
index 5ff18da..000
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DEPENDS = ppp udev glib-2.0 dbus-glib
-
-LICENSE = GPLv2
-LIC_FILES_CHKSUM = file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
-
-
-inherit gnomebase gettext
-
-SRC_URI = 
${GNOME_MIRROR}/ModemManager/${@gnome_verdir(${PV})}/ModemManager-${PV}.tar.xz
-
-SRC_URI[md5sum] = f32640f6672d997ec0887307186e9639
-SRC_URI[sha256sum] = 
d4468300cf4aa7baf21c8564fa515e578056f34de5a64f452b053331f89e8ae2
-
-S = ${WORKDIR}/ModemManager-${PV}
-
-FILES_${PN}-dbg += ${libdir}/ModemManager/.debug \
-${libdir}/pppd/*/.debug
-FILES_${PN}-dev += ${datadir}/dbus-1/interfaces \
-${libdir}/pppd/*/*.la \
-${libdir}/ModemManager/*.la
-FILES_${PN}-staticdev += \
-  ${libdir}/ModemManager/*.a \
-  ${libdir}/pppd/*/*.a
-FILES_${PN} += ${datadir}/dbus-1/*services/ \
-${libdir}/ModemManager/*.so \
-${libdir}/pppd/*/*.so \
-${base_libdir}/udev
-
-RRECOMMENDS_${PN} += ppp
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default

2015-02-12 Thread Andreas Müller
by updating modemmanager configuration of network-manager-applet now auto
detects modemmanager - the old version had no (lib)mm-glib. By using a
packageconfig build is deterministic again.

Fixes:

| WARNING: QA Issue: network-manager-applet rdepends on modemmanager, but it 
isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../network-manager-applet/network-manager-applet_0.9.8.10.bb| 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
 
b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
index 545b2cf..00cea74 100644
--- 
a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
+++ 
b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
@@ -22,6 +22,7 @@ EXTRA_OECONF +=  \
 
 
 PACKAGECONFIG[bluetooth] = 
--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth
+PACKAGECONFIG[modemmanager] = 
--with-modem-manager-1,--without-modem-manager-1,modemmanager
 PACKAGECONFIG ??= 
 
 do_configure_append() {
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 01/19] libmbim: initial add 1.12.2

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb

diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb 
b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
new file mode 100644
index 000..4364bb0
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
@@ -0,0 +1,16 @@
+SUMMARY = libmbim is library for talking to WWAN devices by MBIM protocol
+DESCRIPTION = libmbim is a glib-based library for talking to WWAN modems and 
devices which speak the Mobile Interface Broadband Model (MBIM) protocol
+HOMEPAGE = http://www.freedesktop.org/wiki/Software/libmbim/;
+LICENSE = GPLv2  LGPLv2.1
+LIC_FILES_CHKSUM =  \
+file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+
+
+DEPENDS = glib-2.0 udev
+
+inherit autotools pkgconfig
+
+SRC_URI = http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz;
+SRC_URI[md5sum] = 921fb5ab3f13f1e00833e009d8f3b4f6
+SRC_URI[sha256sum] = 
949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb| 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 
meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb

diff --git a/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb 
b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
new file mode 100644
index 000..d61235f
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
@@ -0,0 +1,10 @@
+SUMMARY = XFCE panel plugin to generate alarm messages
+DESCRIPTION = This is a simple plugin that lets the user run an alarm at a 
specified time or at the end of a specified countdown period
+HOMEPAGE = http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin;
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=ae39271267fd63eb7619432ff24e7ff1
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = 3be2a4ccfb2af20441b1d25c2cea5f28
+SRC_URI[sha256sum] = 
39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 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/packagegroups/packagegroup-xfce-extended.bb
index 3df7440..28e452a 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -31,6 +31,7 @@ RRECOMMENDS_${PN} =  \
 xfce4-places-plugin \
 xfce4-systemload-plugin \
 xfce4-time-out-plugin \
+xfce4-timer-plugin \
 xfce4-embed-plugin \
 xfce4-weather-plugin \
 xfce4-fsguard-plugin \
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../cpufreq/xfce4-cpufreq-plugin_1.1.0.bb | 15 ---
 .../cpufreq/xfce4-cpufreq-plugin_1.1.1.bb |  9 +
 2 files changed, 9 insertions(+), 15 deletions(-)
 delete mode 100644 
meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
 create mode 100644 
meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb

diff --git 
a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb 
b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
deleted file mode 100644
index 7a99b4f..000
--- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = Panel plugin to display frequency of all cpus
-HOMEPAGE = 
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-LICENSE = GPLv2
-LIC_FILES_CHKSUM = file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36
-
-inherit xfce-panel-plugin
-
-SRC_URI[md5sum] = dcc56af0e19266956c297d124ba551f4
-SRC_URI[sha256sum] = 
eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6
-
-# defaults in xfce4-panel-plugin.bbclass don't match so override here
-FILES_${PN} = ${datadir}/icons ${datadir}/xfce4 
${libdir}/xfce4/panel/plugins/*.so*
-
-# *.so are required for plugin detection
-INSANE_SKIP_${PN} = dev-so
diff --git 
a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb 
b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
new file mode 100644
index 000..224f85f
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
@@ -0,0 +1,9 @@
+SUMMARY = Panel plugin to display frequency of all cpus
+HOMEPAGE = 
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36
+
+inherit xfce-panel-plugin
+
+SRC_URI[md5sum] = cc3447ee6663f2946fce86308ba3566b
+SRC_URI[sha256sum] = 
474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 08/19] xfce4-screenshooter: update to 1.8.2

2015-02-12 Thread Andreas Müller
0001-Fix-panel-plugin-build.patch was applied mainline

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../files/0001-Fix-panel-plugin-build.patch| 43 --
 ...ooter_1.8.1.bb = xfce4-screenshooter_1.8.2.bb} | 12 +++---
 2 files changed, 7 insertions(+), 48 deletions(-)
 delete mode 100644 
meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
 rename 
meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb = 
xfce4-screenshooter_1.8.2.bb} (59%)

diff --git 
a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
 
b/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
deleted file mode 100644
index 98ce875..000
--- 
a/meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 08053be7adc6d4a83191efed735c3f565bcbcf1f Mon Sep 17 00:00:00 2001
-From: Samuli Suominen ssuomi...@gentoo.org
-Date: Sat, 5 May 2012 17:13:45 +0200
-Subject: [PATCH] Fix panel plugin build.
-
-- Don't use a versioned library.
-- Build as a module.
-- Only export needed symbols.

-Upstream-Status: applied
- Makefile.am |   12 +---
- 1 files changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 45100fd..d0c0adb 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -132,13 +132,19 @@ panel_plugin_libscreenshooterplugin_la_CFLAGS =  \
-   @SOUP_CFLAGS@
- 
- panel_plugin_libscreenshooterplugin_la_LDFLAGS = \
-+  -avoid-version \
-+  -module \
-+  -no-undefined \
-+  -export-symbols-regex '^xfce_panel_module_(preinit|init|construct)' \
-+  $(PLATFORM_LDFLAGS)
-+
-+panel_plugin_libscreenshooterplugin_la_LIBADD = \
-   @EXO_LIBS@ \
-   @LIBXFCE4PANEL_LIBS@ \
-   @GTHREAD_LIBS@ \
-   @SOUP_LIBS@ \
--  @LIBXFCE4UI_LIBS@
--
--panel_plugin_libscreenshooterplugin_la_LIBADD = lib/libscreenshooter.la
-+  @LIBXFCE4UI_LIBS@ \
-+  lib/libscreenshooter.la
- 
- panel_plugin_libscreenshooterplugin_la_SOURCES = \
-   panel-plugin/screenshooter-plugin.c
--- 
-1.7.4.4
-
diff --git 
a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb 
b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
similarity index 59%
rename from 
meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
rename to 
meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
index 0e2e327..ae19492 100644
--- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb
+++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.2.bb
@@ -7,13 +7,15 @@ DEPENDS = xfce4-panel libxfce4util libxfce4ui gdk-pixbuf 
gtk+ glib-2.0 libsoup-
 
 inherit xfce-app
 
-SRC_URI += file://0001-Fix-panel-plugin-build.patch
-SRC_URI[md5sum] = d0ffea2052a8e70154cf13789070711f
-SRC_URI[sha256sum] = 
40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492
+SRC_URI[md5sum] = 3a32ecc5566453a58f6a4ddd70649444
+SRC_URI[sha256sum] = 
9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69
 
 do_compile_prepend() {
mkdir -p lib
 }
 
-FILES_${PN} += ${datadir}/xfce4/panel/plugins \
-${libdir}/xfce4/panel/plugins
+FILES_${PN} +=  \
+${datadir}/appdata \
+${datadir}/xfce4/panel/plugins \
+${libdir}/xfce4/panel/plugins \
+
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2

2015-02-12 Thread Andreas Müller
rename recipe's folder to whiskermenu to match convetion used by all panel
plugins

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../xfce4-whiskermenu-plugin_1.4.2.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/{whisker/xfce4-whiskermenu-plugin_1.3.2.bb = 
whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb} (68%)

diff --git 
a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
similarity index 68%
rename from 
meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
rename to 
meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
index dd3d8fd..7764109 100644
--- a/meta-xfce/recipes-panel-plugins/whisker/xfce4-whiskermenu-plugin_1.3.2.bb
+++ 
b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
 inherit xfce-panel-plugin cmake
 
 SRC_URI = http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2;
-SRC_URI[md5sum] = f4de7546588952f84df8a4ad3552c526
-SRC_URI[sha256sum] = 
a104b2266675a3ea3c7b98aab7b075a351d813ea29098504031a62f365e5a0fc
+SRC_URI[md5sum] = 967bbff0e98fdf0c1b78e61b3b152c2d
+SRC_URI[sha256sum] = 
7266d7a16df4bffe6f00d3d4711b8b8fd972491bac70f13a9d7edd9f0472d311
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 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/packagegroups/packagegroup-xfce-extended.bb
index af8977d..3df7440 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb
@@ -42,6 +42,7 @@ RRECOMMENDS_${PN} =  \
 xfce4-notes-plugin \
 xfce4-whiskermenu-plugin \
 xfce4-mailwatch-plugin \
+xfce4-kbdleds-plugin \
 \
 thunar-media-tags-plugin \
 thunar-archive-plugin \
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 09/19] xfce4-weather-plugin: update to 0.8.5

2015-02-12 Thread Andreas Müller
patches were applied mainline

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...-ready-for-met.no-locationforecast-1.2-AP.patch | 162 -
 ...et.no-locationforecastLTS-1.2-API-bug-109.patch |  27 
 ...ugin_0.8.3.bb = xfce4-weather-plugin_0.8.5.bb} |   8 +-
 3 files changed, 2 insertions(+), 195 deletions(-)
 delete mode 100644 
meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 delete mode 100644 
meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb 
= xfce4-weather-plugin_0.8.5.bb} (53%)

diff --git 
a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 
b/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
deleted file mode 100644
index d4ad240..000
--- 
a/meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-From 1ff71669644a0b824a8a5ba9b40771ee4fb8a76b Mon Sep 17 00:00:00 2001
-From: Harald Judt h.j...@gmx.at
-Date: Wed, 28 May 2014 20:08:02 +0200
-Subject: [PATCH 1/2] Make plugin ready for met.no locationforecast-1.2 API
- (bug #10916).
-
-http://api.yr.no/weatherapi/locationforecastlts/1.1/documentation#version_1_2___2014_05_20
-
-The updated API version uses CamelCase symbol names instead of UPPERCASE
-ones and has added some new names (like 'Drizzle'), which unfortunately
-have not been documented (yet?).
-
-What's more, the typo 'celcius' has been replaced by the fixed 'celsius',
-but luckily the plugin will not be affected by that change.
-
-What's a bit more unfortunate is that the existing icon themes do not
-cover the new symbol names, so one would have to create quite a lot of
-new icons. Also, new translations would have to be added for the symbols,
-and maybe existing ones would have to be altered. To prevent this, we're
-simply going to map the new symbols to existing ones as good as possible.
-This should be good enough for the time being.
-
-Upstream-Status: Applied

- panel-plugin/weather-parsers.c   |  3 +-
- panel-plugin/weather-translate.c | 70 +++-
- panel-plugin/weather-translate.h |  2 ++
- 3 files changed, 73 insertions(+), 2 deletions(-)
-
-diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
-index 0f321ba..5a9b30a 100644
 a/panel-plugin/weather-parsers.c
-+++ b/panel-plugin/weather-parsers.c
-@@ -28,6 +28,7 @@
- #define _XOPEN_SOURCE
- #define _XOPEN_SOURCE_EXTENDED 1
- #include weather-parsers.h
-+#include weather-translate.h
- #include weather-debug.h
- 
- #include time.h
-@@ -220,8 +221,8 @@ parse_location(xmlNode *cur_node,
- }
- if (NODE_IS_TYPE(child_node, symbol)) {
- g_free(loc-symbol);
--loc-symbol = PROP(child_node, id);
- loc-symbol_id = strtol(PROP(child_node, number), NULL, 10);
-+loc-symbol = g_strdup(get_symbol_for_id(loc-symbol_id));
- }
- }
- 
-diff --git a/panel-plugin/weather-translate.c 
b/panel-plugin/weather-translate.c
-index 0c1606d..c38919a 100644
 a/panel-plugin/weather-translate.c
-+++ b/panel-plugin/weather-translate.c
-@@ -29,6 +29,7 @@
- #include weather-translate.h
- 
- #define DAY_LOC_N (sizeof(gchar) * 100)
-+#define NODATA NODATA
- 
- 
- static const gchar *moon_phases[] = {
-@@ -117,7 +118,7 @@ static const symbol_desc symbol_to_desc[] = {
- 
- { 15, FOG, N_(Fog),N_(Fog)  
  },
- 
--/* Symbols 16-19 are used for polar days */
-+/* Symbols 16-19 are used for polar days (unused beginning with API 
version 1.2) */
- { 16, SUN, N_(Sunny),  
N_(Clear)  },
- { 17, LIGHTCLOUD,  N_(Lightly cloudy), 
N_(Lightly cloudy) },
- { 18, LIGHTRAINSUN,N_(Rain showers),   N_(Rain 
showers)   },
-@@ -133,6 +134,73 @@ static const symbol_desc symbol_to_desc[] = {
- #define NUM_SYMBOLS (sizeof(symbol_to_desc) / sizeof(symbol_to_desc[0]))
- 
- 
-+/*
-+ * API version 1.2, published in May 2014, introduced new symbols. We
-+ * try to match these with existing symbols, in order to be compatible
-+ * with existing icon themes and to maintain translation completeness.
-+ *
-+ * See http://api.met.no/weatherapi/weathericon/1.1/documentation
-+ * for a list of symbols. For a list of symbols with descriptions,
-+ * see http://om.yr.no/forklaring/symbol.
-+ */
-+gint
-+replace_symbol_id(gint id)
-+{
-+/* Symbol ids greater than 100 are used for indicating polar
-+ * night. These ids are over the ordinary id + 100. Since we
-+ * don't support polar icons, we can simply subtract 

[oe] [V2][PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...igure-ac-do-not-check-for-freetype-config.patch | 38 ++
 meta-oe/recipes-graphics/gimp/gimp/freetype.patch  | 30 -
 .../gimp/{gimp_2.8.10.bb = gimp_2.8.14.bb}| 13 
 3 files changed, 45 insertions(+), 36 deletions(-)
 create mode 100644 
meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
 delete mode 100644 meta-oe/recipes-graphics/gimp/gimp/freetype.patch
 rename meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb = gimp_2.8.14.bb} (73%)

diff --git 
a/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
 
b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
new file mode 100644
index 000..fecd012
--- /dev/null
+++ 
b/meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
@@ -0,0 +1,38 @@
+From 72ad76841d87e857428693d812a961935284ac62 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= schnitzelt...@googlemail.com
+Date: Thu, 12 Feb 2015 15:57:47 +0100
+Subject: [PATCH] configure-ac: do not check for freetype-config
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+freetype-config is not allowed in our environment - see also binconfig-disabled
+
+Upstream-Status: inappropriate [OE specific]
+
+Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
+---
+ configure.ac | 7 ---
+ 1 file changed, 7 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 26812b6..abec714 100644
+--- a/configure.ac
 b/configure.ac
+@@ -647,13 +647,6 @@ if test x$fontconfig_ok = xno; then
+ fi
+ 
+ 
+-AC_PATH_PROG(FREETYPE_CONFIG, freetype-config, no)
+-if test x$FREETYPE_CONFIG != xno ; then
+-  AC_MSG_CHECKING([for freetype libraries])
+-  FREETYPE_LIBS=`$FREETYPE_CONFIG --libs`
+-  AC_MSG_RESULT($FREETYPE_LIBS)
+-fi
+-AC_SUBST(FREETYPE_LIBS)
+ 
+ 
+ ##
+-- 
+1.9.3
+
diff --git a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch 
b/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
deleted file mode 100644
index ed6c097..000
--- a/meta-oe/recipes-graphics/gimp/gimp/freetype.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Include the freetype headers via macros ( recommended way)
-
-Signed-off-by: Khem Raj raj.k...@gmail.com
-Upstream-Status: Backport
-
-From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
-From: Michael Natterer mi...@gimp.org
-Date: Fri, 29 Nov 2013 20:57:46 +
-Subject: Bug 719560 - Build failure with freetype 2.5.1
-
-Apply patch from su-v that fixes the freetype include to
-the madness devised and recommended by freetype.

-diff --git a/app/text/gimpfont.c b/app/text/gimpfont.c
-index 4045ca9..66c6e52 100644
 a/app/text/gimpfont.c
-+++ b/app/text/gimpfont.c
-@@ -28,7 +28,9 @@
- 
- #define PANGO_ENABLE_ENGINE  1   /* Argh */
- #include pango/pango-ot.h
--#include freetype/tttables.h
-+
-+#include ft2build.h
-+#include FT_TRUETYPE_TABLES_H
- 
- #include text-types.h
- 
---
-cgit v0.9.2
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb 
b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
similarity index 73%
rename from meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
rename to meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
index a893dc2..7d52cf1 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb
@@ -7,16 +7,17 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=d32239bcb673463ab874e80d47fae504
 DEPENDS = babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff 
lcms gegl poppler jasper bzip2
 DEPENDS += ${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', 
d)}
 
-inherit gnome
+inherit gnome gtk-doc
 
 PACKAGECONFIG ??= 
 PACKAGECONFIG[helpbrowser] = --with-webkit, --without-webkit, webkit-gtk
 
-SRC_URI = http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
-   file://freetype.patch \
-  
-SRC_URI[md5sum] = 84c964aab7044489af69f7319bb59b47
-SRC_URI[sha256sum] = 
e7fd8b19f989138d826003c75f56bd5b6f136eef597e86e3978ede0bba470ae6
+SRC_URI =  \
+http://ftp.gimp.org/pub/gimp/v2.8/gimp-${PV}.tar.bz2 \
+file://0001-configure-ac-do-not-check-for-freetype-config.patch \
+
+SRC_URI[md5sum] = 233c948203383fa078434cc3f8f925cb
+SRC_URI[sha256sum] = 
d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d
 
 EXTRA_OECONF = --disable-python \
 --without-wmf
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 15/19] xfce4-equake-plugin: update to 1.3.6

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../{xfce4-equake-plugin_1.3.5.bb = xfce4-equake-plugin_1.3.6.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb = 
xfce4-equake-plugin_1.3.6.bb} (74%)

diff --git 
a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb 
b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
similarity index 74%
rename from meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
rename to meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
index 76cd5d4..d4f069f 100644
--- a/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.5.bb
+++ b/meta-xfce/recipes-panel-plugins/equake/xfce4-equake-plugin_1.3.6.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=d32239bcb673463ab874e80d47fae504
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = 7c520e2f1cd0cc5e33d8346b12e31c02
-SRC_URI[sha256sum] = 
43bbc781575c357c13ac6720eb8e8485115099411d5382668e106de58ab0e416
+SRC_URI[md5sum] = ee76ed3825999b24ee9c2c976d906e22
+SRC_URI[sha256sum] = 
8129067080c8a4656063e7cde20f13fabb47b49c84ce610916f54644acb93d67
 
 FILES_${PN} += ${libdir}/xfce4/panel-plugins/xfce4-equake-plugin
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...luetooth-client-use-valid-interface-names.patch | 122 +
 .../gnome-bluetooth/gnome-bluetooth_2.32.0.bb  |   8 +-
 2 files changed, 126 insertions(+), 4 deletions(-)
 create mode 100644 
meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch

diff --git 
a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
 
b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
new file mode 100644
index 000..99049a0
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
@@ -0,0 +1,122 @@
+From 1555f85b222db0d536efe277d31b57b2a8b938f4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20M=C3=BCller?= schnitzelt...@googlemail.com
+Date: Thu, 12 Feb 2015 01:19:41 +0100
+Subject: [PATCH] bluetooth-client: use valid interface names
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Upstream-Status: Inappropriate[version unmaintained upstream]
+
+Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
+---
+ lib/bluetooth-client.c   | 12 ++--
+ lib/bluetooth-client.xml |  6 +++---
+ lib/test-agent.c |  2 +-
+ 3 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
+index d62d56d..02e194c 100644
+--- a/lib/bluetooth-client.c
 b/lib/bluetooth-client.c
+@@ -721,7 +721,7 @@ static void add_device(DBusGProxy *adapter, GtkTreeIter 
*parent,
+   BLUEZ_DEVICE_INTERFACE, path);
+ 
+   if (device != NULL)
+-  device_get_properties(device, hash, NULL);
++  org_bluez_device_get_properties(device, hash, NULL);
+   } else
+   device = NULL;
+ 
+@@ -945,7 +945,7 @@ static void adapter_added(DBusGProxy *manager,
+   adapter = dbus_g_proxy_new_from_proxy(manager,
+   BLUEZ_ADAPTER_INTERFACE, path);
+ 
+-  adapter_get_properties(adapter, hash, NULL);
++  org_bluez_adapter_get_properties(adapter, hash, NULL);
+   if (hash != NULL) {
+   value = g_hash_table_lookup(hash, Address);
+   address = value ? g_value_get_string(value) : NULL;
+@@ -1178,7 +1178,7 @@ static void bluetooth_client_init(BluetoothClient 
*client)
+   dbus_g_proxy_connect_signal(priv-manager, DefaultAdapterChanged,
+   G_CALLBACK(default_adapter_changed), client, NULL);
+ 
+-  manager_list_adapters(priv-manager, array, NULL);
++  org_bluez_manager_list_adapters(priv-manager, array, NULL);
+   if (array != NULL) {
+   int i;
+ 
+@@ -1189,7 +1189,7 @@ static void bluetooth_client_init(BluetoothClient 
*client)
+   }
+   }
+ 
+-  manager_default_adapter(priv-manager, default_path, NULL);
++  org_bluez_manager_default_adapter(priv-manager, default_path, NULL);
+   if (default_path != NULL) {
+   default_adapter_changed(priv-manager, default_path, client);
+   g_free(default_path);
+@@ -1541,7 +1541,7 @@ gboolean 
bluetooth_client_start_discovery(BluetoothClient *client)
+   if (adapter == NULL)
+   return FALSE;
+ 
+-  adapter_start_discovery(adapter, NULL);
++  org_bluez_adapter_start_discovery(adapter, NULL);
+ 
+   g_object_unref(adapter);
+ 
+@@ -1568,7 +1568,7 @@ gboolean bluetooth_client_stop_discovery(BluetoothClient 
*client)
+   if (adapter == NULL)
+   return FALSE;
+ 
+-  adapter_stop_discovery(adapter, NULL);
++  org_bluez_adapter_stop_discovery(adapter, NULL);
+ 
+   g_object_unref(adapter);
+ 
+diff --git a/lib/bluetooth-client.xml b/lib/bluetooth-client.xml
+index 2326277..38c7fb0 100644
+--- a/lib/bluetooth-client.xml
 b/lib/bluetooth-client.xml
+@@ -1,7 +1,7 @@
+ ?xml version=1.0 encoding=UTF-8 ?
+ 
+ node name=/
+-  interface name=manager
++  interface name=org.bluez.manager
+ method name=DefaultAdapter
+   arg type=o direction=out/
+ /method
+@@ -16,7 +16,7 @@
+ /method
+   /interface
+ 
+-  interface name=adapter
++  interface name=org.bluez.adapter
+ method name=GetProperties
+   arg type=a{sv} direction=out/
+ /method
+@@ -44,7 +44,7 @@
+ /method
+   /interface
+ 
+-  interface name=device
++  interface name=org.bluez.device
+ method name=GetProperties
+   arg type=a{sv} direction=out/
+ /method
+diff --git a/lib/test-agent.c b/lib/test-agent.c
+index 8d60da6..83464eb 100644
+--- a/lib/test-agent.c
 b/lib/test-agent.c
+@@ -40,7 +40,7 @@ static gboolean agent_pincode(DBusGMethodInvocation *context,
+   GValue *value;
+   const gchar *address, *name;
+ 
+-  device_get_properties(device, hash, 

[oe] [V2][PATCH 12/19] xfce4-netload-plugin: update to 1.2.4

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../{xfce4-netload-plugin_1.2.0.bb = xfce4-netload-plugin_1.2.4.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb 
= xfce4-netload-plugin_1.2.4.bb} (66%)

diff --git 
a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb 
b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
similarity index 66%
rename from 
meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb
rename to meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
index ef1039b..c9f7a2a 100644
--- a/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.0.bb
+++ b/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.2.4.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=35a7203c41b86d15546dddc05995f97f
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = 05180d60ed347029dc125368c1d4406e
-SRC_URI[sha256sum] = 
c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845
+SRC_URI[md5sum] = ce53e1135e4bff5afcd899627110bd11
+SRC_URI[sha256sum] = 
fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 05/19] xmessage: initial add 1.0.4

2015-02-12 Thread Andreas Müller
kde-plasma startscript uses xmessage and it might be useful for others

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb | 10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb 
b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
new file mode 100644
index 000..9960706
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
@@ -0,0 +1,10 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = Display a message or query in a window
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=73c7f696a728de728d7446cbca814cc5
+
+DEPENDS += libxaw
+
+SRC_URI[md5sum] = 2dd5ae46fa18abc9331bc26250a25005
+SRC_URI[sha256sum] = 
bcdf4b461c439bb3ade6e1e41c47d6218b912da8e9396b7ad70856db2f95ab68
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../eyes/{xfce4-eyes-plugin_4.4.2.bb = xfce4-eyes-plugin_4.4.3.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb = 
xfce4-eyes-plugin_4.4.3.bb} (68%)

diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb 
b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
similarity index 68%
rename from meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
rename to meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
index f1ed6c7..2ac63f9 100644
--- a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.2.bb
+++ b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.4.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = 1ef352c68dd8929c9e8743200b758b3c
-SRC_URI[sha256sum] = 
dad102fedd0d9e6df45338a018387b2aacaf24b05eb798275be0dfc05ffa3021
+SRC_URI[md5sum] = 86ae8bce96e028921fcc0ee8424ff565
+SRC_URI[sha256sum] = 
4b9a335bcfdb8e4e2f6aedb3556575e5331f181912565f4289e354126230817c
 
 FILES_${PN} += ${datadir}/xfce4/eyes
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [V2][PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...e4-systemload-plugin_1.1.1.bb = xfce4-systemload-plugin_1.1.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb = 
xfce4-systemload-plugin_1.1.2.bb} (70%)

diff --git 
a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb 
b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
similarity index 70%
rename from 
meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
rename to 
meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
index 53f6c4a..c212f88 100644
--- 
a/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.1.bb
+++ 
b/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.2.bb
@@ -7,5 +7,5 @@ inherit xfce-panel-plugin
 
 DEPENDS += upower
 
-SRC_URI[md5sum] = 22d48c0883f9d598bce24e81d93e692e
-SRC_URI[sha256sum] = 
1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae
+SRC_URI[md5sum] = 68c9d20b352c13f3eb6b39a0d9fe2ba2
+SRC_URI[sha256sum] = 
b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-pyzmq : Add recipe for Python Zero Message Queue bindings.

2015-02-12 Thread Philip Balister
Signed-off-by: Philip Balister phi...@balister.org
---
 .../python/python-pyzmq/club-rpath-out.patch   | 26 +
 .../recipes-devtools/python/python-pyzmq_14.5.0.bb | 27 ++
 2 files changed, 53 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
 create mode 100644 meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb

diff --git 
a/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch 
b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
new file mode 100644
index 000..2dc3b73
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyzmq/club-rpath-out.patch
@@ -0,0 +1,26 @@
+diff --git a/setup.py b/setup.py
+index 62df445..1fdbdeb 100755
+--- a/setup.py
 b/setup.py
+@@ -213,12 +213,6 @@ def settings_from_prefix(prefix=None, 
bundle_libzmq_dylib=False):
+ pass
+ # unused rpath args for OS X:
+ # settings['extra_link_args'] = 
['-Wl,-rpath','-Wl,$ORIGIN/..']
+-else:
+-settings['runtime_library_dirs'] += ['$ORIGIN/..']
+-elif sys.platform != 'darwin':
+-settings['runtime_library_dirs'] += [
+-os.path.abspath(x) for x in settings['library_dirs']
+-]
+ 
+ return settings
+ 
+@@ -592,8 +586,6 @@ class Configure(build_ext):
+ pass
+ # unused rpath args for OS X:
+ # settings['extra_link_args'] = 
['-Wl,-rpath','-Wl,$ORIGIN/../zmq']
+-else:
+-settings['runtime_library_dirs'] = [ 
os.path.abspath(pjoin('.', 'zmq')) ]
+ 
+ line()
+ info(Configure: Autodetecting ZMQ settings...)
diff --git a/meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb 
b/meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb
new file mode 100644
index 000..8b921b5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyzmq_14.5.0.bb
@@ -0,0 +1,27 @@
+SUMMARY = Pyzmq provides Zero message queue access for the Python language
+HOMEPAGE = http://zeromq.org/bindings:python;
+SECTION = devel/python
+LICENSE = BSD
+LIC_FILES_CHKSUM = file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e
+DEPENDS = zeromq
+
+SRC_URI = https://pypi.python.org/packages/source/p/pyzmq/pyzmq-${PV}.tar.gz \
+   file://club-rpath-out.patch \
+
+SRC_URI[md5sum] = 8d3351a8ca2ca2a272a3f96bcb963e41
+SRC_URI[sha256sum] = 
5d6e045634456cf5496f50871fd3e3a5ede2b90433284dbfe985bb67c97f77bd
+
+S = ${WORKDIR}/pyzmq-${PV}
+
+inherit setuptools pkgconfig
+
+FILES_${PN}-dbg =+ ${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug
+
+do_compile_prepend() {
+   echo [global]  ${S}/setup.cfg
+   echo zmq_prefix = ${STAGING_DIR_HOST}  ${S}/setup.cfg
+   echo have_sys_un_h = True  ${S}/setup.cfg
+   echo skip_check_zmq = True  ${S}/setup.cfg
+   echo libzmq_extension = False  ${S}/setup.cfg
+   echo no_libzmq_extension = True  ${S}/setup.cfg
+}
-- 
2.1.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-java][PATCH v2] cacao: upgrade m4 macros in source tree

2015-02-12 Thread Hugo Vasconcelos Saldanha
Before configuring package, we upgrade m4 macros with a call to
libtoolize. Otherwise, compiling would fail with a complain about
different versions of libtool.

Signed-off-by: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br
---
 recipes-core/cacao/cacao_1.6.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-core/cacao/cacao_1.6.1.bb 
b/recipes-core/cacao/cacao_1.6.1.bb
index 75fdc8f..0cb2fbc 100644
--- a/recipes-core/cacao/cacao_1.6.1.bb
+++ b/recipes-core/cacao/cacao_1.6.1.bb
@@ -49,6 +49,8 @@ EXTRA_OECONF = \
 
 
 do_configure_prepend () {
+# upgrade m4 macros in source tree
+libtoolize --force --copy --install
 rm  src/mm/boehm-gc/ltmain.sh
 mkdir -p src/mm/boehm-gc/m4
 }
-- 
2.3.0


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-java][PATCH] cacao: upgrade m4 macros in source tree

2015-02-12 Thread Hugo Vasconcelos Saldanha
Before configuring package, we upgrade m4 macros with a call to
libtoolize. Otherwise, compiling would fail with a complain about
different versions of libtool.
---
 recipes-core/cacao/cacao_1.6.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-core/cacao/cacao_1.6.1.bb 
b/recipes-core/cacao/cacao_1.6.1.bb
index 75fdc8f..0cb2fbc 100644
--- a/recipes-core/cacao/cacao_1.6.1.bb
+++ b/recipes-core/cacao/cacao_1.6.1.bb
@@ -49,6 +49,8 @@ EXTRA_OECONF = \
 
 
 do_configure_prepend () {
+# upgrade m4 macros in source tree
+libtoolize --force --copy --install
 rm  src/mm/boehm-gc/ltmain.sh
 mkdir -p src/mm/boehm-gc/m4
 }
-- 
2.3.0


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] OE Changelog since 2015-02-01 until 2015-02-08

2015-02-12 Thread cliff . brake
Changelog since 2015-02-01 until 2015-02-08.  Projects included in this report:

bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git
meta-arago: git://arago-project.org/git/meta-arago.git
meta-atmel: https://github.com/linux4sam/meta-atmel.git
meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git
meta-browser: git://github.com/OSSystems/meta-browser.git
meta-bug: git://github.com/buglabs/meta-bug.git
meta-chicken: git://github.com/OSSystems/meta-chicken
meta-efikamx: git://github.com/kraj/meta-efikamx.git
meta-ettus: http://github.com/koenkooi/meta-ettus.git
meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm
meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git
meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc
meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git
meta-gumstix: git://github.com/gumstix/meta-gumstix.git
meta-gumstix-community: 
git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git
meta-handheld: git://git.openembedded.org/meta-handheld
meta-igep: http://github.com/ebutera/meta-igep.git
meta-intel: git://git.yoctoproject.org/meta-intel
meta-ivi: git://git.yoctoproject.org/meta-ivi
meta-java: git://github.com/woglinde/meta-java
meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git
meta-micro: git://git.openembedded.org/meta-micro
meta-mono: git://git.yoctoproject.org/meta-mono.git
meta-netbookpro: git://github.com/tworaz/meta-netbookpro
meta-nslu2: git://github.com/kraj/meta-nslu2
meta-opie: git://git.openembedded.org/meta-opie
meta-qt3: git://git.yoctoproject.org/meta-qt3
meta-qt5: git://github.com/meta-qt5/meta-qt5.git
meta-slugos: git://github.com/kraj/meta-slugos
meta-systemd: git://git.yoctoproject.org/meta-systemd
meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git
meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git
meta-ti: git://git.yoctoproject.org/meta-ti
meta-webos: git://github.com/openwebos/meta-webos.git
meta-xilinx: git://git.yoctoproject.org/meta-xilinx
meta-yocto: git://git.yoctoproject.org/meta-yocto
openembedded: git://git.openembedded.org/openembedded


Changelog for bitbake:

Alexandru DAMIAN (1):
  toaster: proper setup for build configuration

Ross Burton (2):
  tests/data: add test for incorrect remove behaviour
  data_smart: split expanded removal values when handling _remove


Changelog for openembedded-core:

Alejandro Hernandez (3):
  terminal.py: fixes launching multiple windows of gnome-terminal
  xmlto-native: fixes slow creation of yocto docs
  insane.bbclass: Added QA test for expanded ${D}

Alexandre Belloni (3):
  wic: use kB for the partitions size
  wic: print partition alignment when available
  wic: bootimg-partition: Stop removing whole workdir

Alexandru DAMIAN (2):
  scripts/oe-selftest: fix startup backtrace
  scripts/oe-selftest: add command line option to list test classes

Aníbal Limón (1):
  files/toolchain-shar-template.sh: fix replace target_sdk_dir twice in enviro

Armin Kuster (3):
  tzcode: update to 2015a leap second changes too
  tzdata: update to 2015a including leap second
  busybox: cve-2014-9645

Ash Charles (1):
  busybox: Include 'mesg' utility

Bian Naimeng (1):
  gnutls: update to 3.3.12

Bruce Ashfield (9):
  kernel-dev: install all modules by default
  linux-yocto/3.14: update to 3.14.29
  linux-yocto/3.10: update to v3.10.65
  linux-yocto/3.17: update to v3.17.8
  linux-yocto: basic octeon III support
  lttng: update to 2.6.0-stable
  linux-yocto-dev: update to v3.19+
  kern-tools: import patch performance improvements
  linux-yocto/3.14: fix qemumips build error

Chen Qi (3):
  runqemu-internal: get rid of annoying but harmless error message
  package_manager.py: fix rootfs failure with multilib enabled
  image.bbclass: don't let do_rootfs depend on BUILDNAME

Chunrong Guo (2):
  uboot-config.bbclass: Allow multiple U-Boot config for machine
  u-boot.inc : add compile multiple u-boot feature

Cristian Iorga (3):
  build-appliance-image: update to head afe85485fe185b663a1285b5c27de3160bf06c
  neard: upgrade to 0.15
  flac: upgrade to 1.3.1

Dan McGregor (4):
  image.bbclass: make kernel depmod data optional
  openssh: configuration updates
  openssh: Fix non-deterministic build behaviour
  terminal.py: add tmux new window option

Jackie Huang (1):
  lsbinitscripts: fix the path for mountpoint

Khem Raj (3):
  pigz: Upgrade to 2.3.3
  systemd: Backports fixes to 216
  glibc: Re-enable upstream __USE_KERNEL_XATTR_DEFS patch

Maciej Borzecki (2):
  wic: fix extended/logical partition layout
  wic: bail out on kickstart parse errors

Martin Jansa (2):
  xorg-driver: add x11 to required DISTRO_FEATURES
  piglit: add x11 to required 

Re: [oe] [meta-oe][PATCH 3/5] emacs: Un-blacklist, seems to work fine with new qemu

2015-02-12 Thread Martin Jansa
On Thu, Feb 12, 2015 at 07:51:39AM -0600, Dan McGregor wrote:
 On 5 Feb 2015 14:10, Nicolas Dechesne nicolas.deche...@linaro.org wrote:
 
  On Thu, Feb 5, 2015 at 5:10 PM, Dan McGregor danismostlik...@gmail.com
 wrote:
   In my testing I explicitly disabled x11 in PACKAGECONFIG. I suspect
   there may be something broken in its X11 support, maybe I should
   remove x11 from the default PACKAGECONFIG set?
 
  indeed, without X11 emacs now works fine in non X11 environment. i am
  not sure what to say then... if i use debian or ubuntu on the same
  board, emacs works fine with or without X11, so we must be doing
  something wrong in the recipe..
 
 I figured it out. There's a known bug in the emacs-23 branch that was
 distro patched in several other distros. Basically glib fixed a bug the
 emacs relied upon to function. I have a new patch I'll post later today
 that fixes this issue and some others identified in Martin's bitbake world
 run.

Did you notice that qemu segfaulted in qemux86* world builds?

It looks like the original issue with pixman/pci is still there.

 The proper fix is to import emacs 24, but that'll take longer. When I'm
 done I'll also post that.
 
  --
  ___
  Openembedded-devel mailing list
  Openembedded-devel@lists.openembedded.org
  http://lists.openembedded.org/mailman/listinfo/openembedded-devel
 -- 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel