[oe] [meta-oe][PATCH] upower: add systemd support

2016-09-01 Thread jackie.huang
From: Jackie Huang * inherit systemd * Add PACKAGECONFIG for systemd and control it based on DISTRO_FEATURES Signed-off-by: Jackie Huang --- meta-oe/recipes-support/upower/upower_0.99.4.bb | 8 ++-- 1 file changed, 6 insertions(+),

[oe] [meta-oe] openjpeg: uprev from 2.1.0 to 2.1.1

2016-09-01 Thread Randy MacLeod
As the package maintainer said, this is mostly a release with: "the huge amount of critical bug fixes brought to the library since 2 years" The full list of bugs fixed and other changes is here: https://github.com/uclouvain/openjpeg/blob/openjpeg-2.1/CHANGELOG.md The homepage link was broken

[oe] [meta-oe][PATCH] rdfind: add initial recipe, rdfind 1.3.4

2016-09-01 Thread Andre McCurdy
https://rdfind.pauldreik.se/ Signed-off-by: Andre McCurdy --- .../rdfind/files/reproducible_build.patch | 46 ++ meta-oe/recipes-support/rdfind/rdfind_1.3.4.bb | 17 2 files changed, 63 insertions(+) create mode 100644

Re: [oe] [meta-java] Unify virtual java providers

2016-09-01 Thread Tim Orling
On Thu, Sep 1, 2016 at 5:03 AM, Pascal Bach wrote: > Hi guys > > It should be properly documented in the readme and the virtual packages > should be the preferred way for users to depend on java/jre resp javac/jdk > > > > An alternative to the above would be: > > > > -

[oe] [meta-oe PATCH] glmark2: Fix build error due a missing space before a macro

2016-09-01 Thread Otavio Salvador
This fixes following error: ../src/native-state-x11.cpp:63:33: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] static const char *win_name("glmark2 "GLMARK_VERSION); Signed-off-by: Otavio Salvador

Re: [oe] [meta-oe] [PATCH 0/3] Added cpu benchmarks

2016-09-01 Thread Mubin Usman Sayyed
Hi, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Wednesday, August 31, 2016 10:21 PM > To: openembedded-devel@lists.openembedded.org > Cc: Manjukumar Harthikote Matha ; Mubin > Usman Sayyed > Subject: Re: [oe]

Re: [oe] [meta-oe][PATCH] imagemagick: upgrade patchset

2016-09-01 Thread Martin Jansa
Don't worry, your version is the best so far :). On Thu, Sep 1, 2016 at 3:54 PM, Trevor Woerner wrote: > Oops, I should have checked the mailing list before posting. I only checked > master and master-next :-) > -- > ___ >

Re: [oe] [meta-oe][PATCH] imagemagick: upgrade patchset

2016-09-01 Thread Trevor Woerner
Oops, I should have checked the mailing list before posting. I only checked master and master-next :-) -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-oe][PATCH] mariadb: add libdbi-perl to the depends of mariadb-server

2016-09-01 Thread Martin Jansa
On Tue, Aug 23, 2016 at 11:10:30AM +0800, Zhixiong Chi wrote: > The commands(mysql_convert_table_format and mysql_setpermission) need > to the supported API provided by the libdbi-perl package. > So add the libdbi-perl to the variable RDEPENDS of mariabdb-server. This isn't possible, libdbi-perl

Re: [oe] [meta-python][PATCH 13/17] python-requests, python3-requests: Update to version 2.11.1

2016-09-01 Thread Fabio Berton
Hi Martin, I see that you rebase and sent this recipe to master-next, thanks. I sent python-pysocks on the same patchset that I sent python-requests, https://patchwork.openembedded.org/patch/129907/ Fabio On Wed, Aug 31, 2016 at 3:10 PM, Martin Jansa wrote: > On Mon,

Re: [oe] [meta-java] Unify virtual java providers

2016-09-01 Thread Pascal Bach
Hi guys > It should be properly documented in the readme and the virtual packages > should be the preferred way for users to depend on java/jre resp javac/jdk > > An alternative to the above would be: > > - virtual/jre > - virtual/jre-native > - virtual/jdk > - virtual/jdk-native > > But this

[oe] [PATCH 2/4] meta-gpe: add pointercal to layer.conf

2016-09-01 Thread Maxin B. John
add pointercal to SIGGEN_EXCLUDERECIPES_ABISAFE in layer.conf Signed-off-by: Maxin B. John --- meta-gpe/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf index 00f3929..477e4a8 100644 ---

[oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-01 Thread Maxin B. John
Move tslib recipe from oe-core layer. Signed-off-by: Maxin B. John --- meta-gpe/recipes-graphics/tslib/tslib/ts.conf | 25 meta-gpe/recipes-graphics/tslib/tslib/tslib.sh | 8 meta-gpe/recipes-graphics/tslib/tslib_1.1.bb | 53 ++

[oe] [PATCH 3/4] xtscal: move recipe from oe-core

2016-09-01 Thread Maxin B. John
Move xtscal recipe from oe-core layer. Signed-off-by: Maxin B. John --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 + .../xtscal/xtscal/change-cross.patch | 18 + .../recipes-graphics/xtscal/xtscal/cleanup.patch | 621 +

[oe] [PATCH 1/4] pointercal: move recipe from oe-core

2016-09-01 Thread Maxin B. John
Move pointercal recipe from oe-core layer. Signed-off-by: Maxin B. John --- meta-gpe/recipes-bsp/pointercal/pointercal/COPYING | 2 ++ .../recipes-bsp/pointercal/pointercal/pointercal | 0 .../pointercal/pointercal/qemuarm/pointercal | 1 +

[oe] [PATCH 0/4] move tslib, pointercal and xtscal recipes from oe-core

2016-09-01 Thread Maxin B. John
Move tslib tslib, pointercal and xtscal recipes from oe-core. These recipes are already removed from oe-core with these commits: 1. xtscal: remove recipe : 5bcdb9f0995474635789cf0774aba9b774277c53 2. tslib: remove recipe : d37f6b595fd9ce53c79ff9281f2e20df7fa0503d 3. pointercal: remove recipe:

[oe] [meta-networking][PATCH] strongswan: 5.3.2 -> 5.5.0

2016-09-01 Thread Wang Xin
Upgrade strongswan from 5.3.2 to 5.5.0. Signed-off-by: Wang Xin --- .../strongswan/{strongswan_5.3.2.bb => strongswan_5.5.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename

[oe] [meta-oe][PATCH] smartmontools: 6.4 -> 6.5

2016-09-01 Thread Wang Xin
Upgrade smartmontools from 6.4 to 6.5. Signed-off-by: Wang Xin --- .../smartmontools/{smartmontools_6.4.bb => smartmontools_6.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-oe][PATCH] sg3-utils: 1.41 -> 1.42

2016-09-01 Thread Wang Xin
Upgrade sg3-utils from 1.41 to 1.42. Signed-off-by: Wang Xin --- .../sg3-utils/{sg3-utils_1.41.bb => sg3-utils_1.42.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/sg3-utils/{sg3-utils_1.41.bb =>

[oe] [meta-networking][PATCH v2] samba: fix to package pidl in samba-pidl

2016-09-01 Thread mingli.yu
From: Mingli Yu * Use =+ to replace the previous += to let samba-pidl do package before samba to guarantee the file /usr/bin/pidl packaged in samba-pidl as both samba and samba-pidl have rules to package /usr/bin/pidl and the command pidl depends on perl modules