[oe] [meta-qt5][PATCH] qt5: Use existing variables for paths of host tools

2016-10-08 Thread Andreas Oberritter
Makes it possible to install qmake into ${bindir} without setting QT_DIR_NAME = "". Signed-off-by: Andreas Oberritter --- classes/qmake5_base.bbclass| 2 +- recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +- recipes-qt/qt5/qt5-creator_3.5.1.bb| 6 +++--- recipes-qt/qt5/qtbase_git.bb

Re: [oe] [meta-oe][PATCH v2] autoconf-archive: 2012.04.07 -> 2016.09.16

2016-10-08 Thread Koen Kooi
Op 07-10-16 om 17:30 schreef Matthew Barth: > Signed-off-by: Matthew Barth > --- > meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc| 7 --- > ...oconf-archive_2012.04.07.bb => autoconf-archive_2016.09.16.bb} | 8 > +++- > 2 files changed, 7 insertions(+), 8 deletions(-)

[oe] [meta-oe][PATCH v2] jansson: update to 2.9

2016-10-08 Thread Igor Socec
Improved build, tests and documentation. New features: functions and macros (*pack, *foreach, *string*, *alloc*) Security fixes: CVE-2013-6401 Bugfixes: - Number parsing and overflows - Fix l_isxdigit() macro (#97). - Check for NULL key in json_object_get() and json_object_del() (#151). - Enhanc

[oe] [PATCH V2 3/4] a2jmidid: initial add v8

2016-10-08 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-pthread-library-dependency-to-fix-linkin.patch | 43 ++ meta-oe/recipes-multimedia/jack/a2jmidid_8.bb | 22 +++ 2 files changed, 65 insertions(+) create mode 100644 meta-oe/recipes-multimedia/jack/a2jmidid/0001-wscript-add-p

[oe] [PATCH V2 4/4] xdg-user-dirs: initial add 0.15

2016-10-08 Thread Andreas Müller
It lives in meta-qt5-extra for a while and I tested it in my images. It is a nice helper for desktops so I suggest to move it to more common layer. Signed-off-by: Andreas Müller --- .../xdg-user-dirs/files/xdg-user-dirs.desktop | 9 + .../xdg-user-dirs/xdg-user-dirs_0.15.bb

[oe] [PATCH V2 2/4] jack: remove portaudio PACKAGECONFIG

2016-10-08 Thread Andreas Müller
portaudio backend is only available for windows builds - see README Signed-off-by: Andreas Müller --- meta-oe/recipes-multimedia/jack/jack_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb b/meta-oe/recipes-multimedia/jack/

[oe] [PATCH V2 1/4] jack: swap to jack2

2016-10-08 Thread Andreas Müller
* works out of the box without modificatins to /etc/security/limits.conf neccessary * neon support was introduced * on RaspberryPi2 buffer sizes can be set to smallest accepted value without XRUN -> reduced latency Signed-off-by: Andreas Müller --- meta-oe/recipes-multimedia/jack/jack_0.125.

[oe] [PATCH V2 0/4] jack and more

2016-10-08 Thread Andreas Müller
V1 -> V2 * remove florence update * disable jack's portaudio configuration explicitly Andreas Müller (4): jack: swap to jack2 jack: remove portaudio PACKAGECONFIG a2jmidid: initial add v8 xdg-user-dirs: initial add 0.15 ...-pthread-library-dependency-to-fix-linkin.patch | 43 +++