[oe] [PATCH 1/2] fftw: build all configurations by one recipe

2016-09-17 Thread Andreas Müller
* avoids conflicts installing same files into sysroot * for packages requiring a specific version of fftw: simply add fftw to DEPENDS * no need for some distro decision - recipes depndong on fftw take what they need * each executable is packed into an own package to avoid dragging in all

[oe] [meta-oe] [PATCH] bash2dash conversion

2016-09-17 Thread zhe.he
From: "Tim K. Chan" Change bash style to dash style Signed-off-by: Tim K. Chan [Adjust context] Signed-off-by: He Zhe --- .../iscsi-initiator-utils/iscsi-initiator-utils_2.0-873.bb | 2 +-

[oe] [meta-qt5][PATCH] qtmultimedia: fix conflicting declaration error

2016-09-17 Thread WenLin Kang
From: Wenlin Kang The error info is as the follow: | In file included from /.../sysroots/fsl-imx6/usr/include/qt5/QtGui/qopengl.h:123:0, | from /.../sysroots/fsl-imx6/usr/include/qt5/QtGui/qopenglshaderprogram.h:41, | from

[oe] [PATCH 2/2] imagemagick: depend on fftw not virtual/fftw

2016-09-17 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb

Re: [oe] [meta-oe] [PATCH] bash2dash conversion

2016-09-17 Thread Christopher Larson
The purpose of ‘command’ is to *run* a command, not check if it’s available, and ‘type’ is mandated in SuSv3/SuSv4/POSIX. If dash doesn’t provide it, it’s broken. On Sat, Sep 17, 2016 at 7:52 PM, wrote: > From: "Tim K. Chan" > > Change bash style to

[oe] [PATCH 4/6] gvfs: update to 1.28.3

2016-09-17 Thread Andreas Müller
* patch was applied upstream * inherit bash-completion instead of reinventing * add systemd PACKAGECONFIG enabled for systemd in DISTRO_FEATURE * add gcr PACKAGECONFIG disabled by default * build tested with all except cdda and none in PACKAGECONFIG Signed-off-by: Andreas Müller

[oe] [PATCH 1/6] jack: update to 0.125.0rc1

2016-09-17 Thread Andreas Müller
* put neccessary sources together * add PACKAGECONFIGs for alsa and portaudio * remove magic and unknown EXTRA_OEMAKE - have no idea what it was for * remove TWL4030 specific patch - this is somthing a bsp layer should do * replace patch for checking if already installed by config

[oe] [PATCH 3/6] gimp: update to 2.8.18

2016-09-17 Thread Andreas Müller
rework DEPENDS: * multiple lines * add intltool-native Signed-off-by: Andreas Müller --- .../gimp/{gimp_2.8.14.bb => gimp_2.8.18.bb}| 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) rename

[oe] [PATCH 6/6] samba: replace pam packageconfig by hard dependency

2016-09-17 Thread Andreas Müller
samba links against libpam even if pam is not in packageconfig and libpam was built before. This patch avoid this floating dependency - other solution could not be found. For those who want packageconfig back, see discussion iat [1] for further inspiration. [1]

[oe] [PATCH 5/6] ristretto: have tumbler back - it builds fine and is an important feature

2016-09-17 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb

[oe] [PATCH 2/6] upower: don't start on boot by default - dbus does that on demand

2016-09-17 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/upower/upower_0.99.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/upower/upower_0.99.4.bb b/meta-oe/recipes-support/upower/upower_0.99.4.bb index 2573f12..44a04de 100644

[oe] [PATCH 0/6] updates++

2016-09-17 Thread Andreas Müller
samba patch should be applied on top of my last samba patch (if I am not mistaken -> current master-next) Andreas Müller (6): jack: update to 0.125.0rc1 upower: don't start on boot by default - dbus does that on demand gimp: update to 2.8.18 gvfs: update to 1.28.3 ristretto: have