[oe] [meta-oe][PATCH V7] bluez collection: add (moved from oe-core)

2015-04-28 Thread Cristian Iorga
to be disabled via: DISTRO_FEATURES_BACKFILL_CONSIDERED = bluez5 . 'bluetooth' distro feature needs to be present also. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../obsolete_automake_macros.patch | 14 +++ .../bluez/bluez-hcidump_2.5.bb | 22

[oe] [meta-oe][PATCH V6] bluez collection: add (moved from oe-core)

2015-04-27 Thread Cristian Iorga
to be disabled via: DISTRO_FEATURES_BACKFILL_CONSIDERED = bluez5 . 'bluetooth' distro feature needs to be present also. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../obsolete_automake_macros.patch | 14 +++ .../bluez/bluez-hcidump_2.5.bb | 22

[oe] [meta-systemd][PATCH V2] bluez4_4.101.bbappend: update according to bluez4

2015-04-24 Thread Cristian Iorga
bluez4 recipe has been updated with proper systemd support, so update meta-systemd append accordingly. Also update to the right directory structure. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-connectivity/bluez/bluez4_4.101.bbappend | 5 - 1 file

[oe] [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4

2015-04-24 Thread Cristian Iorga
bluez4 recipe has been updated with proper systemd support, so update meta-systemd append accordingly. Also update to the right directory structure. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-connectivity/bluez/bluez4_4.101.bbappend | 5 - 1 file

[oe] [meta-oe][PATCH V3] bluez collection: add (moved from oe-core)

2015-04-20 Thread Cristian Iorga
BlueZ 4.x Bluetooth stack has been removed from oe-core. However, it is still supported, so add it to meta-oe connectivity layer. In order to use it in oe-core/poky/YP 'bluez4' needs to be added to distro features. 'bluetooth' distro feature needs to be present also. Signed-off-by: Cristian

[oe] [meta-oe][PATCH] bluez collection: add (moved from oe-core)

2015-04-03 Thread Cristian Iorga
BlueZ 4.x Bluetooth stack has been removed from oe-core. However, it is still supported, so add it to meta-oe networking layer. In order to use it in oe-core/poky/YP 'bluez4' needs to be added to distro features. 'bluetooth' distro feature needs to be present also. Signed-off-by: Cristian Iorga

[oe] [PATCH] mpd: upgrade to 0.19.3

2014-11-11 Thread Cristian Iorga
Bug fixes. Signed-off-by: Cristian Iorga ubik3...@gmail.com --- .../recipes-multimedia/musicpd/{mpd_0.19.1.bb = mpd_0.19.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/musicpd/{mpd_0.19.1.bb = mpd_0.19.3.bb} (94%) diff --git

[oe] [PATCH] mpd: upgrade to 0.19.1

2014-10-23 Thread Cristian Iorga
From: Cristian Iorga ubik3...@gmail.com - Added icu and boost as dependencies; Signed-off-by: Cristian Iorga ubik3...@gmail.com Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../mpg123/{mpg123_1.19.0.bb = mpg123_1.21.0.bb}| 4 ++-- .../recipes-multimedia/musicpd

[oe] [PATCH 0/3] Multimedia packages upgrades

2014-10-23 Thread Cristian Iorga
mpd and mg123 upgrades and fixes. mpd add some new dependencies, as signaled by buildhistory. Cristian Iorga (3): mpd: fix fetch failure for 0.18.x mpg123: upgrade to 1.21.0 mpd: upgrade to 0.19.1 .../mpg123/{mpg123_1.19.0.bb = mpg123_1.21.0.bb}| 4 ++-- .../recipes

[oe] [PATCH 2/3] mpg123: upgrade to 1.21.0

2014-10-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-multimedia/mpg123/{mpg123_1.19.0.bb = mpg123_1.21.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/mpg123/{mpg123_1.19.0.bb = mpg123_1.21.0.bb} (94%) diff --git

[oe] [PATCH 3/3] mpd: upgrade to 0.19.1

2014-10-23 Thread Cristian Iorga
From: Cristian Iorga ubik3...@gmail.com - Added icu and boost as dependencies; Signed-off-by: Cristian Iorga ubik3...@gmail.com Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-multimedia/musicpd/{mpd_0.18.9.bb = mpd_0.19.1.bb} | 9 - 1 file changed, 4 insertions

[oe] [PATCH 1/3] mpd: fix fetch failure for 0.18.x

2014-10-23 Thread Cristian Iorga
From: Cristian Iorga ubik3...@gmail.com MPD stable download location will contain only the latest stable branch, so fetch will not work in case of an older OE recipe. i.e., mpd 0.18.x recipe will no longer work after 0.19 branch is released (as it is the case now). Signed-off-by: Cristian Iorga

[oe] [PATCH 0/2] meta-java fixes

2014-10-10 Thread Cristian Iorga
meta-java build time fixes with the pre 1.7 Yocto Project release. Cristian Iorga (2): openjdk: add pkgconfig support ecj: fix unpackpost task recipes-core/ecj/libecj-bootstrap.inc | 2 +- recipes-core/openjdk/openjdk-common.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions

[oe] [PATCH 1/2] openjdk: add pkgconfig support

2014-10-10 Thread Cristian Iorga
pkgconfig is now enabled, so that pkg-config macros will not fail in configure stage. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- recipes-core/openjdk/openjdk-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-common.inc b

[oe] [PATCH 2/2] ecj: fix unpackpost task

2014-10-10 Thread Cristian Iorga
ecj recipe is built as initial and as native, as such, unpackpost is run multiple times over the same code source. Added check if a move operation hasn't been already executed. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- recipes-core/ecj/libecj-bootstrap.inc | 2 +- 1 file changed

[oe] [meta-multimedia][PATCH] mpg123: upgrade to 1.19.0

2014-03-18 Thread Cristian Iorga
From: Cristian Iorga ubik3...@gmail.com - switched to ${BP} variable; - ${S} redundant, removed; - option with-module-suffix=.so: load modules with .so extension; - .la files are kept only for dev packages; - clearer COPYING file, about contribution and licenses; no changes to licenses. Signed

[oe] [meta-multimedia][PATCH] musicpd: upgrade to 0.18.9

2014-03-17 Thread Cristian Iorga
- Upgrade fixes a crash with libvorbis 1.3.4; - Simplified SRC_URI; - Reference for S no longer necessary. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../recipes-multimedia/musicpd/{mpd_0.18.4.bb = mpd_0.18.9.bb} | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions