[OE-core] [PATCH 12/28] webkitgtk: re-enable introspection on powerpc

2016-08-26 Thread Alexander Kanavin
It seems to work under qemu-ppc now. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 6 -- 1 file changed, 6 deletions(-) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/

[OE-core] [PATCH 11/28] gcr, libsecret, webkitgtk: disable gtk-doc on mips64

2016-08-26 Thread Alexander Kanavin
It fails with the same error as gobject-introspection Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/gcr/gcr_3.20.0.bb | 2 +- meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | 2 +- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb

[OE-core] [PATCH 16/28] libuser: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-extended/libuser/libuser_0.62.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libuser/libuser_0.62.bb b/meta/recipes-extended/libuser/libuser_0.62.bb index 9

[OE-core] [PATCH 18/28] gnome-desktop3: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb b/meta/recipes-gnome/gnome-d

[OE-core] [PATCH 20/28] libgudev: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/libgudev/libgudev_230.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libgudev/libgudev_230.bb b/meta/recipes-gnome/libgudev/libgudev_230.bb index f

[OE-core] [PATCH 14/28] orc: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-devtools/orc/orc_0.4.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/orc/orc_0.4.25.bb b/meta/recipes-devtools/orc/orc_0.4.25.bb index f3bde46..897493a

[OE-core] [PATCH 15/28] libidn: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-extended/libidn/libidn_1.33.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/libidn/libidn_1.33.bb b/meta/recipes-extended/libidn/libidn_1.33.bb index 2

[OE-core] [PATCH 19/28] json-glib: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb

[OE-core] [PATCH 22/28] cairo: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-graphics/cairo/cairo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index e5fe308..c4b6f32

[OE-core] [PATCH 21/28] libenck3: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb b/meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb index d

[OE-core] [PATCH 00/28] Enable gtk-doc

2016-08-26 Thread Alexander Kanavin
at: git://git.yoctoproject.org/poky-contrib akanavin/enable-documentation http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/enable-documentation Alexander Kanavin (28): source-highlight: add a recipe gtk-doc: add a recipe, remove gtk-doc-stub bitbake.conf: add &quo

[OE-core] [PATCH 04/28] gtk-doc.bbclass: enable building gtk-doc based documentation

2016-08-26 Thread Alexander Kanavin
This is done similarly to gobject-introspection, but with much less delicate hacking around the upstream way of working. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/classes/gtk-doc.bbclass | 72 +++- 1 file chang

[OE-core] [PATCH 01/28] source-highlight: add a recipe

2016-08-26 Thread Alexander Kanavin
gtk-doc relies on this to highlight source code snippets Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/conf/distro/include/security_flags.inc| 1 + ...light.pc.in-do-not-add-Boost-s-libraries-.patch | 30 ++ .../source-highlight/

[OE-core] [PATCH 02/28] gtk-doc: add a recipe, remove gtk-doc-stub

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...t-Import-introspection-stub-machinery-too.patch | 305 - .../recipes-gnome/gtk-doc-stub/gtk-doc-stub_git.bb | 33 --- meta/recipes-gnome/gtk-doc/gtk-doc_1.25.bb | 37 +++ 3 files chang

[OE-core] [PATCH 03/28] bitbake.conf: add "api-documentation" to default distro features

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c32a3f8..7ce8f67 100644 --- a/meta/conf/bitbake.conf +++ b/met

[OE-core] [PATCH 25/28] libtasn1: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/gnutls/libtasn1_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/libtasn1_4.9.bb b/meta/recipes-support/gnutls/libtasn1_4.9.bb index 9

[OE-core] [PATCH 27/28] p11-kit: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.22.1.bb b/meta/recipes-support/p11-k

[OE-core] [PATCH 28/28] util-linux: do not enable gtk-doc and explain why

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-core/util-linux/util-linux.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 5236209..bf770d8

[OE-core] [PATCH 23/28] harfbuzz: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.3.0.bb

[OE-core] [PATCH 26/28] libsoup-2.4: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.5

[OE-core] [PATCH 24/28] gnutls: enable gtk-doc

2016-08-26 Thread Alexander Kanavin
gtk-doc also requires --enable-doc, so that is no longer configurable. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/gnutls/gnutls.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.

Re: [OE-core] Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS

2016-08-29 Thread Alexander Kanavin
On 08/29/2016 05:16 AM, mingli...@windriver.com wrote: The series add libwww-perl-perl to RDEPENDS for ltp as STPfailure_report.pl provided by ltp depends on LWP/Simple.pm which is provided by libwww-perl-perl You are adding 20 new recipes, just to support something in a single perl script in

Re: [OE-core] [PATCH] gcc: Update to final 6.2.0 release

2016-08-23 Thread Alexander Kanavin
On 08/23/2016 04:27 AM, Khem Raj wrote: -#BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2" +BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2" #SRCREV = "bd9a826d5448db11d29d2ec5884e7e679066f140" #BASEURI ?= "git://github.com/gcc-mirror/gcc;branch=gcc-6-branch;protocol=git"

Re: [OE-core] [PATCH] gdk-pixbuf: 2.34.0 -> 2.35.3

2016-08-23 Thread Alexander Kanavin
On 08/19/2016 07:52 PM, Khem Raj wrote: It does: http://recipes.yoctoproject.org/rrs/recipedetail/451/ says up-to-date as we have 2.34.0 despite there being 2.35.3. These upgrades have been done without reference to the tooling we've got. Also the recipe itself inherits

Re: [OE-core] [PATCH] ruby: ensure that .ext/rdoc is gone in compile

2016-08-29 Thread Alexander Kanavin
On 08/29/2016 03:47 PM, Sujith H wrote: From: Christopher Larson rdoc gets unhappy if this already exists, so remove it before building. Without this, it's possible to hit this error: Directory .ext/rdoc already exists, but it looks like it isn't an RDoc

[OE-core] [PATCH 00/15] Version updates and webkitgtk build race fix

2016-08-29 Thread Alexander Kanavin
) are available in the git repository at: git://git.yoctoproject.org/poky-contrib akanavin/package-version-updates http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates Alexander Kanavin (15): libwebp: upgrade to 0.5.1 btrfs-tools: update to 4.7.1 iso

[OE-core] [PATCH 01/15] libwebp: upgrade to 0.5.1

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-multimedia/webp/{libwebp_0.5.0.bb => libwebp_0.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/webp/{libwebp_0.5.0.bb => libwebp_0.5.1.bb} (92%)

[OE-core] [PATCH 02/15] btrfs-tools: update to 4.7.1

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../btrfs-tools/{btrfs-tools_4.6.1.bb => btrfs-tools_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.6.1.bb => btrfs-tools_4

[OE-core] [PATCH 05/15] bdwgc: update to 7.6.0

2016-08-29 Thread Alexander Kanavin
Remove backported NIOS2 patch. README.QUICK checksum updated; the license part of the file is unchaged. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../bdwgc/bdwgc/0002-Altera-NIOS2-support.patch| 71 -- .../bdwgc/{bdwgc_7.

[OE-core] [PATCH 04/15] bash-completion: update to 2.4

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../{bash-completion_2.3.bb => bash-completion_2.4.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/bash-completion/{bash-completion_2.3.bb => bash-compl

[OE-core] [PATCH 06/15] ffmpeg: update to 3.1.2

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-multimedia/ffmpeg/{ffmpeg_3.1.1.bb => ffmpeg_3.1.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.1.1.bb => ffmpeg_3.1.2.bb} (97%)

[OE-core] [PATCH 09/15] kexec-tools: update to 2.0.13

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../kexec/{kexec-tools_2.0.12.bb => kexec-tools_2.0.13.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.12.bb => kexec-tools_2.0.13.bb}

[OE-core] [PATCH 11/15] mpg123: update to 1.23.6

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-multimedia/mpg123/{mpg123_1.23.5.bb => mpg123_1.23.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.23.5.bb => mpg123_1.23.6.bb} (95%)

[OE-core] [PATCH 08/15] gnutls: update to 3.5.3

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/gnutls/{gnutls_3.5.1.bb => gnutls_3.5.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnutls/{gnutls_3.5.1.bb => gnutls_3.5.3.bb} (60%) diff

[OE-core] [PATCH 10/15] lighttpd: update to 1.4.41

2016-08-29 Thread Alexander Kanavin
Rebase pkgconfig.patch Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...fig-for-pcre-dependency-instead-of-config.patch | 37 ++ .../lighttpd/lighttpd/pkgconfig.patch | 33 --- .../{lighttpd_1.4.39.bb => lightt

[OE-core] [PATCH 12/15] nss: update to 3.25

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/nss/{nss_3.24.bb => nss_3.25.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/nss/{nss_3.24.bb => nss_3.25.bb} (97%) diff --git a/meta/recipes

[OE-core] [PATCH 07/15] gobject-introspection: odd versions are development snapshots

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.48.0.bb

[OE-core] [PATCH 03/15] iso-codes: upgrade to 3.69

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../iso-codes/{iso-codes_3.68.bb => iso-codes_3.69.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/iso-codes/{iso-codes_3.68.bb => iso-codes_3.69.bb}

[OE-core] [PATCH 15/15] webkitgtk: fix racy double build of WebKit2-4.0.gir

2016-08-29 Thread Alexander Kanavin
This occasionally triggered autobuilder errors where the .gir file appeared truncated to introspection tools. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...ix-racy-parallel-build-of-WebKit2-4.0.gir.patch | 48 ++ meta/recipes-sato/

[OE-core] [PATCH 14/15] webkitgtk: upgrade to 2.12.4

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-sato/webkit/{webkitgtk_2.12.3.bb => webkitgtk_2.12.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.12.3.bb => webkitgtk_2.12.4.bb} (97%)

[OE-core] [PATCH 13/15] asciidoc: fix upstream version check

2016-08-29 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb index 7597c0e..2

Re: [OE-core] [PATCH] db: Upgrade to 6.0.35

2016-09-28 Thread Alexander Kanavin
On 09/28/2016 06:44 PM, Mark Hatle wrote: On 9/28/16 10:26 AM, Khem Raj wrote: We need to understand that disclaimer may be its requiring every one who is distributing it to accept it. It is purely Oracle wanting to stop people from automatically downloading from them, also so they can

Re: [OE-core] defining default locale (LANG/LC_ALL)

2016-09-26 Thread Alexander Kanavin
On 09/26/2016 02:55 PM, Jussi Kukkonen wrote: May be this is a FAQ, but I could not find any helpful documentation. What is the best way to define a system wide default locale setting (LANG and LC_ALL) for OE based Angstrom style images? systemd provides system wide locale

Re: [OE-core] [PATCH 1/2] qemu.bbclass: Allow use different QEMU binary depending of target

2016-09-26 Thread Alexander Kanavin
On 09/23/2016 07:42 PM, Otavio Salvador wrote: There are architectures which support running in 32 and 64 bit flavours however the simulation is provided in a specific QEMU setting, requiring us to use a different binary. This patch allow this to be done using, for example:

Re: [OE-core] [master][PATCH] openssl: security fix CVE-2016-6304

2016-09-26 Thread Alexander Kanavin
On 09/23/2016 06:20 PM, Patrick Ohly wrote: The compile error is inside an #ifdef, so it could be that just that particular configuration hadn't been tested. But yes, one has to wonder. So what's preferred for OE-core master and the 2.2 release? Updating to 1.0.2i or backporting the critical

Re: [OE-core] [PATCH 1/1] openssl: update to 1.0.2i (CVE-2016-6304 and more)

2016-09-26 Thread Alexander Kanavin
On 09/23/2016 07:25 PM, akuster808 wrote: No this demonstrates that folks do want to help out. They to the best they can with their abilities and situation. The community has made a lot of noise about how important it is to address security issues. Except a few of us who do send patches, the

[OE-core] [PATCHv2 02/26] gummiboot: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-bsp/gummiboot/gummiboot_git.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb index 3

[OE-core] [PATCHv2 00/26] Enable manpages wherever possible; drop SGML stack

2016-10-28 Thread Alexander Kanavin
) are available in the git repository at: git://git.yoctoproject.org/poky-contrib akanavin/enable-documentation http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/enable-documentation Alexander Kanavin (26): manpages.bbclass: add a class gummiboot: enable optional building

[OE-core] [PATCHv2 03/26] pm-utils: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index 2

[OE-core] [PATCHv2 14/26] lttng: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-kernel/lttng/lttng-tools_git.bb | 4 ++-- meta/recipes-kernel/lttng/lttng-ust_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools_git

[OE-core] [PATCHv2 26/26] core-image-{lsb/rt/sato}: add documentation packages to the SDK images

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-extended/images/core-image-lsb-sdk.bb | 2 +- meta/recipes-rt/images/core-image-rt-sdk.bb| 2 +- meta/recipes-sato/images/core-image-sato-sdk.bb| 2 +- 3 files changed, 3 insertions(+), 3 del

[OE-core] [PATCHv2 13/26] kmod: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-kernel/kmod/kmod.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 166b3f0..a59c305 100644 ---

[OE-core] [PATCHv2 25/26] lttng-tools: do not install shared libraries in ptest package

2016-10-28 Thread Alexander Kanavin
This was creating a race in runtime library dependency resolution where sometimes the library was assumed to be provided by the ptest package. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-kernel/lttng/lttng-tools_git.bb | 3 +++ 1 file chan

[OE-core] [PATCHv2 21/26] gtk+3: remove SGML stack dependency

2016-10-28 Thread Alexander Kanavin
Gtk3 hasn't had it for a long time. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 8

[OE-core] [PATCHv2 16/26] pulseaudio: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaud

[OE-core] [PATCHv2 17/26] btrfs-tools: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-devtools/btrfs-tools/btrfs-tools_4.7.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.7.1.bb b/meta/recipes-devtools/btrfs-tools

[OE-core] [PATCHv2 19/26] systemd: do not depend on SGML stack

2016-10-28 Thread Alexander Kanavin
I couldn't find any reference whatsoever to it in the source tree. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-core/systemd/systemd_230.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_230

[OE-core] [PATCHv2 15/26] alsa-utils: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
'xmlto' package feature is renamed to 'manpages' for consistency with other manpage-enabled recipes. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCHv2 20/26] gtk+: remove dependency on SGML stack

2016-10-28 Thread Alexander Kanavin
This means that FAQ and tutorial will not be built, but even when they were, they were not installed anywhere. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/gtk+/gtk+.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCHv2 22/26] iputils: do not build or install manpages

2016-10-28 Thread Alexander Kanavin
This allows dropping the SGML stack dependency, and iputils is the only package in oe-core that still needs it (for manpages only). Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-extended/iputils/iputils_s20151218.bb | 11 +++ 1 file chan

[OE-core] [PATCHv2 05/26] avahi: enable manpages

2016-10-28 Thread Alexander Kanavin
They come prebuilt and don't require any dependencies, so there is no penalty in enabling them. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-connectivity/avahi/avahi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/r

[OE-core] [PATCHv2 01/26] manpages.bbclass: add a class

2016-10-28 Thread Alexander Kanavin
This class enables 'manpages' feature in packages if 'api-documentation' is in distro features. This ensures that manpages are always built and installed when API documentation feature is enabled. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/c

[OE-core] [PATCHv2 04/26] systemd-boot: add a comment about manpages being disabled

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-bsp/systemd-boot/systemd-boot.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot.bb b/meta/recipes-bsp/systemd-boot/systemd-boot.bb index 5b1164e..7036664

[OE-core] [PATCHv2 07/26] systemd: enable building of manpages if api-documentation feature is in distro features

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-core/systemd/systemd_230.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index a949fe8..f675036

[OE-core] [PATCHv2 11/26] libsecret: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/libsecret/libsecret_0.18.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.5.bb b/meta/recipes-gnome/libsecret/libsecret_0.1

[OE-core] [PATCHv2 06/26] glib: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-core/glib-2.0/glib.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 906e0d4..07d8734 100644 ---

[OE-core] [PATCHv2 09/26] gtk+: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-gnome/gtk+/gtk+.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index c240baa..751bc49 100644 --- a/meta/r

[OE-core] [PATCHv2 12/26] libdrm: enable optional building of manpages

2016-10-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-graphics/drm/libdrm_2.4.70.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/drm/libdrm_2.4.70.bb b/meta/recipes-graphics/drm/libdrm_2.4.70.bb index a

Re: [OE-core] [PATCH 09/13] icu: update to 58.1

2016-11-08 Thread Alexander Kanavin
On 11/02/2016 02:16 PM, Burton, Ross wrote: This breaks under musl: ../../icu/source/i18n/digitlst.cpp:67:24: fatal error: xlocale.h: No such file or directory # include musl doesn't have xlocale.h but does have a crippled strtod_l (doesn't actually support a passed in locale, which is

Re: [OE-core] [PATCH 1/2] go: Add recipes for golang compilers and tools

2016-11-11 Thread Alexander Kanavin
On 11/10/2016 02:39 AM, Khem Raj wrote: This is converging the recipes for go from meta-virtualization and oe-meta-go Wait a moment, why this should go to oe-core and not to meta-go? Is there something in oe-core itself that requires presence of go compiler? Alex --

Re: [OE-core] [PATCH 19/19] epiphany: update to 3.22.1

2016-10-20 Thread Alexander Kanavin
On 10/20/2016 06:31 AM, Khem Raj wrote: -EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO}" +EXTRA_OECONF += " --with-distributor-name=${DISTRO}" why is nss not disabled explicitly anymore ? Sorry, forgot to add this to the commit log - they dropped nss support altogether

Re: [OE-core] [PATCH 00/19] Recipe updates and version check fixes

2016-10-20 Thread Alexander Kanavin
On 10/19/2016 10:42 PM, akuster808 wrote: Are these updates just bug fixes or do they also contain new features / enhancements. Having a little more description in the commit will help the morty maintainer determine if any of the updates are suitable to backporting. They're both. The updates

Re: [OE-core] [PATCH 10/19] gnome-desktop3: update to 3.22.1

2016-10-21 Thread Alexander Kanavin
On 10/20/2016 12:24 PM, Burton, Ross wrote: * FILELIST: removed "/usr/lib/libgnome-desktop-3.so.12.1.0 /usr/share/libgnome-desktop-3.0/pnp.ids" added "/usr/lib/libgnome-desktop-3.so.12.2.0" packages/corei7-64-poky-linux/gnome-desktop3/libgnome-desktop3: RDEPENDS: removed "libxrandr (['>=

Re: [OE-core] [PATCH 18/19] webkitgtk: update to 2.14.1

2016-10-21 Thread Alexander Kanavin
On 10/20/2016 12:27 PM, Burton, Ross wrote: I should have finished reading the report before hitting send: packages/corei7-64-poky-linux/webkitgtk/webkitgtk: FILELIST: removed "/usr/lib/libwebkit2gtk-4.0.so.37.13.11 /usr/lib/libjavascriptcoregtk-4.0.so.18.3.13" added

Re: [OE-core] [yocto] Attention all: patches for upstream source will be applied with stricter criteria for context

2016-10-21 Thread Alexander Kanavin
On 10/21/2016 06:08 PM, akuster wrote: while updating gnutls to a newer version I came across a rather serious issue: the way we patch source code is very lenient about the context for the lines to be changed. Basically, it's enough for one line before and after the changed line to match,

Re: [OE-core] [yocto] Attention all: patches for upstream source will be applied with stricter criteria for context

2016-10-24 Thread Alexander Kanavin
On 10/21/2016 08:05 PM, Khem Raj wrote: while updating gnutls to a newer version I came across a rather serious issue: the way we patch source code is very lenient about the context for the lines to be changed. Basically, it's enough for one line before and after the changed line to match,

Re: [OE-core] [PATCH 1/2] libsdl2: update to 2.0.5

2016-10-24 Thread Alexander Kanavin
On 10/23/2016 01:39 AM, Andreas Müller wrote: * video/wayland patch: similar was applied mainline Be less terse please. A better way to explain why a patch was dropped is "0001-src-video-make-it-compatible-with-wayland-1.10.patch is removed because the problem has been resolved upstream".

Re: [OE-core] [PATCH 2/2] taglib: update to 1.11

2016-10-24 Thread Alexander Kanavin
On 10/23/2016 01:39 AM, Andreas Müller wrote: without relocation option -fPIC depending packages failed with many error like: | <..>/arm-angstrom-linux-gnueabi/6.2.0/ld: error: <..>/usr/lib/libtag.a(modfilebase.cpp.o): requires unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with

Re: [OE-core] [PATCH 14/23] lttng: enable optional building of manpages

2016-10-24 Thread Alexander Kanavin
On 10/21/2016 02:15 PM, Burton, Ross wrote: Something went wrong here when doing the secondary install for the ptest package. It installed duplicates of the man pages and nonsense such as include/config.h.in ~, and then the runtime dependency tree went crazy. That's

Re: [OE-core] [PATCH 06/19] btrfs-tools: update to 4.8.1

2016-10-24 Thread Alexander Kanavin
On 10/20/2016 09:39 PM, Burton, Ross wrote: Remove fix-parallel.patch as version.h is now generated by autoconf in configure() Doing a rebuild from clean (actually to test the man page patch) resulted in this: packages/corei7-64-poky-linux/btrfs-tools/btrfs-tools: FILELIST: removed

Re: [OE-core] [PATCH 14/23] lttng: enable optional building of manpages

2016-10-24 Thread Alexander Kanavin
On 10/21/2016 02:15 PM, Burton, Ross wrote: packages/corei7-64-poky-linux/lttng-tools/lttng-tools: RDEPENDS: added "lttng-tools-ptest (['>= 2.8.1+git0+d11e0dba0d'])" Something went wrong here when doing the secondary install for the ptest package. It installed duplicates of the man pages and

Re: [OE-core] [PATCH 00/19] Recipe updates and version check fixes

2016-10-21 Thread Alexander Kanavin
On 10/20/2016 07:36 PM, akuster808 wrote: The issue is not updating master. It is about following the process. http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded Many of the changes don't comply to: "Commit with a concise and descriptive message - one that explains your

[OE-core] Attention all: patches for upstream source will be applied with stricter criteria for context

2016-10-21 Thread Alexander Kanavin
Hello all, while updating gnutls to a newer version I came across a rather serious issue: the way we patch source code is very lenient about the context for the lines to be changed. Basically, it's enough for one line before and after the changed line to match, because patch command's default

[OE-core] [PATCH 07/19] cmake: update to 3.6.2

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../cmake/{cmake-native_3.6.1.bb => cmake-native_3.6.2.bb}| 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++-- meta/recipes-devtools/cmake/{cmake_3.6.1.bb => cm

[OE-core] [PATCH 00/19] Recipe updates and version check fixes

2016-10-19 Thread Alexander Kanavin
/poky-contrib/log/?h=akanavin/package-version-updates Alexander Kanavin (19): musl: enable gobject introspection mklibs-native: fix upstream version check cve-check-tool: fix upstream version check pigz: fix upstream version check boost: update to 1.62.0 btrfs-tools: update to 4.8.1

[OE-core] [PATCH 01/19] musl: enable gobject introspection

2016-10-19 Thread Alexander Kanavin
It's working with recent versions of musl, so there's no reason to keep it disabled. Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/conf/distro/include/tclibc-musl.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta/conf/distro/include/tclibc-mu

[OE-core] [PATCH 17/19] vala: update to 0.34.1

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-devtools/vala/vala.inc | 2 +- meta/recipes-devtools/vala/{vala_0.32.1.bb => vala_0.34.1.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes

[OE-core] [PATCH 18/19] webkitgtk: update to 2.14.1

2016-10-19 Thread Alexander Kanavin
Rebase 0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...bKitMacros-Append-to-I-and-not-to-isystem.patch | 272 + .../{webkitgtk_2.12.5.bb => webkitgtk_2.14.1.bb} | 26 +- 2 files cha

[OE-core] [PATCH 06/19] btrfs-tools: update to 4.8.1

2016-10-19 Thread Alexander Kanavin
Remove fix-parallel.patch as version.h is now generated by autoconf in configure() Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../btrfs-tools/btrfs-tools/fix-parallel.patch | 32 -- .../{btrfs-tools_4.7.1.bb => btrfs-tools_4.8.1

[OE-core] [PATCH 09/19] ffmpeg: update to 3.1.4

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-multimedia/ffmpeg/{ffmpeg_3.1.3.bb => ffmpeg_3.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.1.3.bb => ffmpeg_3.1.4.bb} (97%)

[OE-core] [PATCH 11/19] gnutls: update to 3.5.5

2016-10-19 Thread Alexander Kanavin
Remove backported 0001-Use-correct-include-dir-with-minitasn.patch and CVE-2016-7444.patch (which still applied silently and incorrectly: https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450). Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...001-Use-correct-i

[OE-core] [PATCH 08/19] dtc: update to 1.4.2

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-kernel/dtc/{dtc_git.bb => dtc_1.4.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-kernel/dtc/{dtc_git.bb => dtc_1.4.2.bb} (75%) diff --git a/meta/recipes-kernel/dt

[OE-core] [PATCH 10/19] gnome-desktop3: update to 3.22.1

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../{gnome-desktop3_3.20.2.bb => gnome-desktop3_3.22.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gnome-desktop/{gnome-desktop3_3.20.2.bb => gnome-deskto

[OE-core] [PATCH 14/19] mpg123: update to 1.23.8

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-multimedia/mpg123/{mpg123_1.23.6.bb => mpg123_1.23.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.23.6.bb => mpg123_1.23.8.bb} (95%)

[OE-core] [PATCH 16/19] nss: update to 3.27.1

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/nss/nss/pqg.c-ULL_addend.patch | 8 meta/recipes-support/nss/{nss_3.25.bb => nss_3.27.1.bb} | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-su

[OE-core] [PATCH 13/19] lighttpd: update to 1.4.42

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../lighttpd/{lighttpd_1.4.41.bb => lighttpd_1.4.42.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.41.bb => lighttpd_1.4.42.bb}

[OE-core] [PATCH 12/19] libksba: update to 1.3.5

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/libksba/{libksba_1.3.4.bb => libksba_1.3.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libksba/{libksba_1.3.4.bb => libksba_1.3.5.bb} (86%)

[OE-core] [PATCH 15/19] nspr: update to 4.13

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- meta/recipes-support/nspr/{nspr_4.12.bb => nspr_4.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/nspr/{nspr_4.12.bb => nspr_4.13.bb} (96%) diff --git a/meta/rec

[OE-core] [PATCH 19/19] epiphany: update to 3.22.1

2016-10-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- .../epiphany/{epiphany_3.20.3.bb => epiphany_3.22.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.20.3.bb => epiphany_3.22.1.bb}

[OE-core] [PATCH 05/19] boost: update to 1.62.0

2016-10-19 Thread Alexander Kanavin
Remove backported 0003-smart_ptr-mips-assembly-doesn-t-compile-in-mips16e-m.patch Signed-off-by: Alexander Kanavin <alexander.kana...@linux.intel.com> --- ...bjam-native_1.61.0.bb => bjam-native_1.62.0.bb} | 0 .../boost/{boost-1.61.0.inc => boost-1.62.0.inc} | 4 +- ...ips-asse

<    6   7   8   9   10   11   12   13   14   15   >