[oe] [meta-oe][PATCH] pm-qa: update to 0.4.12 release

2014-08-05 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 30b383c..61511a3 100644

Re: [oe] bitbake meta-toolchain error

2014-08-05 Thread Nilesh Kokane
Hi Thomas, I'd like to update with the following. The local config was altered based on the url mentioned in the previous mail And QT_CONFIG_FLAGS_append_mx6 = ${@base_contains('DISTRO_FEATURES', 'x11', *'-xcb'*, -eglfs', d)} -no-eglfs was replaced with the -xcb in the base contents as it

Re: [oe] bitbake meta-toolchain error

2014-08-05 Thread Nilesh Kokane
Hi Thomas, I'd like to update with the following. The local config was altered based on the url mentioned in the previous mail And QT_CONFIG_FLAGS_append_mx6 = ${@base_contains('DISTRO_FEATURES', 'x11', *'-xcb'*, -eglfs', d)} -no-eglfs was replaced with the -xcb in the base contents as it

[oe] [PATCH] netcf: init script should be installed under /etc/init.d/

2014-08-05 Thread rongqing.li
From: Roy Li rongqing...@windriver.com init script should be installed under /etc/init.d/, not /etc/rc.d/init.d Signed-off-by: Roy Li rongqing...@windriver.com --- meta-networking/recipes-support/netcf/netcf_git.bb |4 1 file changed, 4 insertions(+) diff --git

[oe] [meta-oe][meta-webserver][PATCH v4] integrate fcgi-2.4.0 and add OML license file

2014-08-05 Thread YangHaibo
Signed-off-by: YangHaibo b40...@freescale.com --- meta-oe/licenses/OML | 28 ++ .../fcgi/fcgi/Fix_EOF_not_declared_issue.patch | 17 + .../fcgi/add_foreign_to_AM_INIT_AUTOMAKE.patch | 18 ++

Re: [oe] [meta-webserver][PATCH v3] integrate fcgi-2.4.0 and add OML license file

2014-08-05 Thread b40...@freescale.com
Thank you, patch v4 is submitted. Test passed on master branch. BR, YangHaibo From: Martin Jansa martin.ja...@gmail.com Sent: Tuesday, August 5, 2014 12:11 AM To: openembedded-devel@lists.openembedded.org Cc: Yang Haibo-B40869 Subject: Re: [oe]

Re: [oe] [meta-webserver][PATCHv4] monkey: new v1.5.1 release.

2014-08-05 Thread Martin Jansa
On Mon, Aug 04, 2014 at 01:57:21PM -0600, Eduardo Silva wrote: Hi Martin, Hi, Is this something OE specific or something in your own environment ? It's IPK specific, see my last reply in this thread with explanation: Directories in CONFFILES Was: [oe] [meta-webserver][PATCHv4] monkey: new

[oe] [meta-oe][PATCH] ltrace: add PV and PACKAGECONFIG for libunwind

2014-08-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../ltrace/{ltrace-git = ltrace}/ltrace-0.7.2-unused-typedef.patch| 0 meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 3 +++ 2 files changed, 3 insertions(+) rename meta-oe/recipes-devtools/ltrace/{ltrace-git =

[oe] [meta-webserver][PATCH 1/5] apache2: do not patch generated file

2014-08-05 Thread Paul Eggleton
We already patch configure.ac and we're not bypassing autoreconf, so we don't need to patch configure as well. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../apache2/apache2/apache-configure_perlbin.patch | 17 - 1 file changed, 17 deletions(-) diff

[oe] [meta-webserver][PATCH 4/5] phpmyadmin: update to 4.2.7

2014-08-05 Thread Paul Eggleton
Note that this now requires MariaDB/MySQL 5.5+. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../phpmyadmin/{phpmyadmin_4.2.0.bb = phpmyadmin_4.2.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-webserver][PATCH 2/5] apache2: update to 2.4.10

2014-08-05 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../apache2/{apache2-native_2.4.9.bb = apache2-native_2.4.10.bb} | 4 ++-- .../recipes-httpd/apache2/{apache2_2.4.9.bb = apache2_2.4.10.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename

[oe] [meta-webserver/meta-oe][PATCH 0/5] Recipe upgrades

2014-08-05 Thread Paul Eggleton
The usual series of recipe upgrades for Apache / (mod-)PHP / phpMyAdmin; however current phpMyAdmin now refuses to work with MariaDB/MySQL older than 5.5. We shouldn't be shipping 5.1 anymore anyway since it's unmaintained, so I went ahead with the upgrade, which turned out to be quite a pain :(

[oe] [meta-webserver][PATCH 3/5] modphp: update to 5.5.15

2014-08-05 Thread Paul Eggleton
LIC_FILES_CHKSUM changed since the copyright year changed. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta-webserver/recipes-php/modphp/modphp5.inc | 2 +- meta-webserver/recipes-php/modphp/modphp_5.5.12.bb | 7 --- meta-webserver/recipes-php/modphp/modphp_5.5.15.bb

[oe] [meta-oe][PATCH 5/5] mariadb: update to 5.5.38

2014-08-05 Thread Paul Eggleton
* Upstream switched from autotools to cmake * Separate build dir and parallel make now work * Library versioning no longer used for plugins; other libtool cruft gone * Proper upstream initscript * Plugins moved from client library package to mariadb-server package (matches how Fedora packages

[oe] [meta-python][PATCH v2] python-smbus: upgrade to 3.1.1

2014-08-05 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- V2 changes: Remove SECURITY_CFLAGS setting. See: http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095269.html .../python/{python-smbus_3.0.3.bb = python-smbus_3.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-oe][PATCH] rrdtool: update to 1.4.8

2014-08-05 Thread Peter A. Bigot
* Upstream now uses git, so retrieve releases from the reference repository. * The previous patch to remove tcl support does not apply cleanly to this release. Eliminate it and disable tcl via configure instead. * Backport a patch to remove a never-shoulda-been-there file that was

[oe] [meta-oe] [PATCH] syslog-ng: update configure.patch for older patch tool

2014-08-05 Thread Robert Yang
The previous configure.patch can't be applied by older patch tool since the line number is incorrect, for example, the patch 2.5.4 on CentOS 5.10. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../syslog-ng/files/configure.patch| 12 ++-- 1 file changed, 2

[oe] [meta-oe][PATCH] rsyslog: use syslog as the script name of syslog-init

2014-08-05 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Use syslog as the default symlink and INITSCRIPT_NAME just as sysklogd and syslog-ng did. Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 7 +++ 1 file changed, 3 insertions(+), 4