Re: [oe] [meta-multimedia][PATCH 4/4] vlc: add patches to fix B!=S and pkg-config

2014-07-20 Thread Martin Jansa
On Sat, Jul 19, 2014 at 09:07:40PM -0700, Tim Orling wrote: Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb

[oe] State of bitbake world, test-dependencies 2014-07-19

2014-07-20 Thread Martin Jansa
Another incremental with many fixes for foreign automake and missing dependencies for m4 macro providers. Complete logs: http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20140719_041555.log/ ERROR: 158 issues were found in these recipes: clutter-box2d exo firefox fso-gpsd gmtk

Re: [oe] [meta-multimedia][PATCH 4/4] vlc: add patches to fix B!=S and pkg-config

2014-07-20 Thread Martin Jansa
On Sun, Jul 20, 2014 at 10:19:31AM +0200, Martin Jansa wrote: On Sat, Jul 19, 2014 at 09:07:40PM -0700, Tim Orling wrote: Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/vlc_2.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [meta-oe][WIP][PATCH 2/4] webkit-efl: Fix type-limits warning

2014-07-20 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...KitHelpers.cmake-Add-Wno-error-cast-align.patch | 2 +- ...emorySamplerLinux-Fix-type-limits-warning.patch | 32 ++ .../webkit/webkit-efl_2.3.4+svnr164189.bb | 1 + 3 files changed, 34 insertions(+), 1

[oe] [meta-oe][WIP][PATCH 1/4] gmtk: add missing dependency on intltool-native

2014-07-20 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb index

[oe] [meta-oe][WIP][PATCH 3/4] xwd: add missing dependency on libxkbfile

2014-07-20 Thread Martin Jansa
* otherwise fails with: | configure: error: Package requirements (x11 xproto = 7.0.17 xkbfile) were not met: | | No package 'xkbfile' found Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-oe][WIP][PATCH 4/4] rtorrent: add ncurses dependency

2014-07-20 Thread Martin Jansa
* otherwise fails with: | checking for NcursesW wide-character library... no | checking for Ncurses library... no | checking for Curses library... no | configure: error: requires either NcursesW or Ncurses library | Configure failed. The contents of all config.log files follows to aid

[oe] [meta-oe][PATCH 1/2] ccid: Fix floating runtime dependency on flex

2014-07-20 Thread Jacob Kroon
Signed-off-by: Jacob Kroon jacob.kr...@mikrodidakt.se --- .../recipes-support/ccid/ccid/no-dep-on-libfl.patch| 18 ++ meta-oe/recipes-support/ccid/ccid_1.4.8.bb | 4 +++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 2/2] gnokii: Fix floating runtime dependencies

2014-07-20 Thread Jacob Kroon
Add PACKAGECONFIG for bluez, libical, pcsc-lite, readline and usb. Signed-off-by: Jacob Kroon jacob.kr...@mikrodidakt.se --- meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb

[oe] [meta-oe][WIP][PATCH] libxfce4ui: fix order of inherits

2014-07-20 Thread Martin Jansa
* we need gtk-doc before xfce-git, because gtk-doc needs configure.in or configure.ac and the repository contains only configure.ac.in which is transformed into configure.ac by autogen which is prepended to do_configure by xfce-git (so this .bbclass needs to appear in inherit after gtk-doc

[oe] [meta-oe][WIP][PATCH] ser2net: change file used in LIC_FILES_CHKSUM

2014-07-20 Thread Martin Jansa
* INSTALL file is automatically created by automake (now when it doesn't have implicit foreign) and it changed the md5 to d0697e131465c2bdd0af3b07a84d2878 causing do_configure task to fail with: ERROR: ser2net: md5 data is not matching for

Re: [oe] [meta-oe][WIP][PATCH] ser2net: change file used in LIC_FILES_CHKSUM

2014-07-20 Thread Martin Jansa
On Sun, Jul 20, 2014 at 03:53:02PM +0200, Martin Jansa wrote: * INSTALL file is automatically created by automake (now when it doesn't have implicit foreign) and it changed the md5 to d0697e131465c2bdd0af3b07a84d2878 causing do_configure task to fail with: ERROR: ser2net: md5 data is

[oe] [meta-oe][PATCH 2/2] gammu: Add missing glib-2.0 and udev build dependencies

2014-07-20 Thread Jacob Kroon
Since they are autodetected they introduce floating dependencies, so for now just require them at build time. Signed-off-by: Jacob Kroon jacob.kr...@mikrodidakt.se --- meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 1/2] liboauth: Add missing OpenSSL build dependency

2014-07-20 Thread Jacob Kroon
Fixes: | liboauth-1.0.3/src/hash.c:363:26: fatal error: openssl/hmac.h: | No such file or directory Signed-off-by: Jacob Kroon jacob.kr...@mikrodidakt.se --- meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [oe-commits] Richard Purdie : mkvtoolnix: fix build with B!=S

2014-07-20 Thread Martin Jansa
On Sat, Jun 21, 2014 at 05:24:46PM +, g...@git.openembedded.org wrote: Module: meta-openembedded.git Branch: master Commit: e510f7547d583e8a93b5aaf786cbbd2ee5bacfdf URL: http://git.openembedded.org/?p=meta-openembedded.gita=commit;h=e510f7547d583e8a93b5aaf786cbbd2ee5bacfdf Author:

[oe] [meta-oe][WIP][PATCH 1/4] libebml: upgrade to 1.3.0 required by mkvtoolnix

2014-07-20 Thread Martin Jansa
* otherwise mkvtoolnix tries to use it's own internal git submodule with libebml and fails when B!=S Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-mkv/libebml/{libebml_1.2.2.bb = libebml_1.3.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-oe][WIP][PATCH 2/4] libmatroska: upgrade to 1.4.0

2014-07-20 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../libmatroska/{libmatroska_1.3.0.bb = libmatroska_1.4.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-mkv/libmatroska/{libmatroska_1.3.0.bb = libmatroska_1.4.0.bb} (85%) diff --git

[oe] [meta-oe][WIP][PATCH 4/4] mkvtoolnix: upgrade to 7.0.0

2014-07-20 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../mkvtoolnix/{mkvtoolnix_5.9.0.bb = mkvtoolnix_7.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-multimedia/recipes-mkv/mkvtoolnix/{mkvtoolnix_5.9.0.bb = mkvtoolnix_7.0.0.bb} (88%) diff --git

[oe] [meta-oe][PATCH] imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 option

2014-07-20 Thread Tim Orling
* Add PACKAGECONFIG for lzma, pango, webp, wmf * libwmf is currently blacklisted, so #comment it out Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH v2] imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 option

2014-07-20 Thread Tim Orling
* Add PACKAGECONFIG for lzma, pango, webp, wmf Change in v2: * libwmf is currently blacklisted, so #comment it out Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

[oe] uClibc-ng

2014-07-20 Thread Waldemar Brodkorb
Hello Embedded Linux Hackers, it seems there is no plan to release a new uClibc version. The current maintainer does not response on any public or private mails about a plan to do a needed release. Therefore most of you carrying a lot of patches against uClibc 0.9.33.2 to make it work in your

[oe] [meta-oe][WIP][PATCH] pidgin: upgrade to 2.10.9 and fold pidgin.inc into it

2014-07-20 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../pidgin/{pidgin.inc = pidgin_2.10.9.bb}| 41 +++--- meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb | 23 2 files changed, 28 insertions(+), 36 deletions(-) rename

Re: [oe] [meta-oe][PATCH v2] imagemagick: add some PACKAGECONFIG, fix unrecognized --without-jp2 option

2014-07-20 Thread Tim Orling
On Sun, Jul 20, 2014 at 12:53 PM, Martin Jansa martin.ja...@gmail.com wrote: On Sun, Jul 20, 2014 at 12:16:26PM -0700, Tim Orling wrote: * Add PACKAGECONFIG for lzma, pango, webp, wmf Change in v2: * libwmf is currently blacklisted, so #comment it out I like v1 more, because explicitly

[oe] [meta-networking][PATCH] v2] wireshark: Add recipe 1.12.0-rc2

2014-07-20 Thread Armin Kuster
Inital wireshark support on gtk+ Added gtk3. Cleaned up PACKAGECONFIG options README with additional info Signed-off-by: Armin Kuster akus...@mvista.com --- meta-networking/recipes-support/wireshark/README | 37 +++ .../wireshark/wireshark_1.12.0-rc2.bb | 42

Re: [oe] [meta-networking][PATCH] v2] wireshark: Add recipe 1.12.0-rc2

2014-07-20 Thread Martin Jansa
On Sun, Jul 20, 2014 at 01:21:25PM -0700, Armin Kuster wrote: Inital wireshark support on gtk+ Added gtk3. Cleaned up PACKAGECONFIG options README with additional info RP submitted few fixes for this change, can you please check wireshark in master-next and send just follow-up patch or

[oe] [meta-oe][PATCH] glade3: Add PACKAGECONFIG for Gnome support

2014-07-20 Thread Jacob Kroon
./configure checks for libbonoboui and libgnomeui. Add a PACKAGECONFIG for it, enabled by default. Signed-off-by: Jacob Kroon jacob.kr...@mikrodidakt.se --- meta-oe/recipes-devtools/glade/glade3_3.8.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe] [PATCH][meta-networking] Uprev tcpdump to 4.5.1

2014-07-20 Thread Joe MacDonald
Merged, thanks Roy. -J. [[oe] [PATCH][meta-networking] Uprev tcpdump to 4.5.1] On 14.07.08 (Tue 13:20) rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com 1. update the patch tcpdump_configure_no_-O2.patch 2. do not check libdlpi dependence on cross-compile, or else

Re: [oe] [meta-networking][PATCH] tnftp: add tnftp recipes file

2014-07-20 Thread Joe MacDonald
Merged, thanks Roy. -J. [[oe] [meta-networking][PATCH] tnftp: add tnftp recipes file] On 14.07.08 (Tue 15:51) rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../tnftp/tnftp/tnftp-autotools.patch |

Re: [oe] [meta-networking][PATCH] tcpslice: add recipe under tcpdump

2014-07-20 Thread Joe MacDonald
Hi Roy, I'm not taking this one right now, I can't tell quite what the state of it is. I wasn't able to find a place on $HOMEPAGE to download the source (though I only spent a couple of minutes looking, since obviously the download link is live) but the license is a bit hairy. You can't point

Re: [oe] [meta-networking][PATCH] postfix: add new recipe

2014-07-20 Thread Joe MacDonald
Merged, thanks Jackie. -J. [[oe] [meta-networking][PATCH] postfix: add new recipe] On 14.07.13 (Sun 22:27) jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com Postfix is Wietse Venema's mail server that started life at IBM research as an alternative to the