Re: [OE-core] [PATCH 4/6] initial add fontforge(-native) 20141126

2015-02-12 Thread Andreas Müller
On Fri, Feb 13, 2015 at 6:59 AM, Andreas Müller wrote: > had this in my private layer but think it could be useful here. > > Native tests: liberation-fonts (follow-up patch) / oxygen-fonts > Target test: gumstix overo / xfce image > > Signed-off-by: Andreas Müller > --- > .../fontforge/fontforge

[OE-core] [PATCH] libaio: Backport generic arch detection patch

2015-02-12 Thread Nathan Rossi
* Backport the patch which adds generic architecture detection * Remove the no longer required patch to fix padding for mips64 Signed-off-by: Nathan Rossi --- It appears the libaio_fix_for_mip64.patch changes are only upstream as far as the Debian patch overlays, and did not reach libaio upstream

Re: [OE-core] [PATCH 3/3] gettext 0.6.1: disable native

2015-02-12 Thread Robert Yang
On 02/13/2015 03:07 PM, Henning Heinold wrote: Hi Robert, you mised a 1 in the subject: [OE-core] [PATCH 3/3] gettext 0.6.1: disable native Thanks, updated to 0.16.1 in the repo. // Robert ^^^ Bye Henning -- ___

Re: [OE-core] [PATCH 3/3] gettext 0.6.1: disable native

2015-02-12 Thread Henning Heinold
Hi Robert, you mised a 1 in the subject: [OE-core] [PATCH 3/3] gettext 0.6.1: disable native ^^^ Bye Henning -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mai

Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

2015-02-12 Thread Paul Gortmaker
[Re: [OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt] On 12/02/2015 (Thu 14:56) Peter Urbanec wrote: > On 12/02/15 11:00, Paul Gortmaker wrote: > >Looking at the configure script, we see these invalid values are output > >when the autoconf test for X11 fails. That t

[OE-core] [PATCH 5/6] liberation-fonts: update to 1.07.4

2015-02-12 Thread Andreas Müller
* Chose 1.xx because V2.xx has missing Liberation Sans Narrow font due to licensing problems [1] * A bit of a test for fontforge-native [1] https://fedorahosted.org/liberation-fonts/ Signed-off-by: Andreas Müller --- ...beration-fonts_1.04.bb => liberation-fonts_1.07.4.bb} | 16 +-

[OE-core] [PATCH 4/6] initial add fontforge(-native) 20141126

2015-02-12 Thread Andreas Müller
had this in my private layer but think it could be useful here. Native tests: liberation-fonts (follow-up patch) / oxygen-fonts Target test: gumstix overo / xfce image Signed-off-by: Andreas Müller --- .../fontforge/fontforge_20141126.bb| 43 ++ 1 file change

[OE-core] [PATCH 2/6] libassuan: add native build

2015-02-12 Thread Andreas Müller
libassuan-native is required for gpgme-native - introduced in next patch Signed-off-by: Andreas Müller --- meta/recipes-support/libassuan/libassuan_2.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libassuan/libassuan_2.2.0.bb b/meta/recipes-support/libassuan/l

[OE-core] [PATCH 3/6] gpgme: add native build and ship a valid gpgme-config

2015-02-12 Thread Andreas Müller
Some packages (here kde/kf5 kwallet) ask for gpgme details during configuration. This patch makes them build properly. In case gpgme-config is asked for host, it returns 'unknown' because native build cannot know the target to build for. Signed-off-by: Andreas Müller --- .../gpgme-1.4.3/0001-ret

[OE-core] [PATCH 6/6] default-versions.inc: remove pinning of liberation-fonts

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta/conf/distro/include/default-versions.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index 6e92aa5..c41db46 100644 --- a/meta/conf/distro/include/default

[OE-core] [PATCH 1/6] gpgme: fix configuration by setting proper parameters instead of patching

2015-02-12 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gpgme/gpgme-1.4.3/disable_gpgconf_check.patch | 39 -- meta/recipes-support/gpgme/gpgme_1.4.3.bb | 4 +-- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 meta/recipes-support/gpgme/gpgme-1.4.3/disable_gpgco

[OE-core] [PATCH 0/6] minor reusability enhancements

2015-02-12 Thread Andreas Müller
The following changes since commit 6bf5cbbcac80ee818cc932d69227e70e41ce02d3: libtool: Fix option parsing performance regression (2015-02-10 22:36:09 +) are available in the git repository at: https://gitorious.org/schnitzeltony-oe-meta/oe-core.git patches for you to fetch changes up to

[OE-core] [PATCH 1/3] coreutils 6.9: fix unknown-configure-option

2015-02-12 Thread Robert Yang
Fixed: WARNING: QA Issue: coreutils: configure was passed unrecognised options: --disable-acl [unknown-configure-option] It doesn't support --enable-acl or --disable-acl, use ac_cv_header_acl_libacl_h to fix the problem. Signed-off-by: Robert Yang --- meta/recipes-core/coreutils/coreutils_6.9.

[OE-core] [PATCH 2/3] meta: fix build with gettext 0.16.1

2015-02-12 Thread Robert Yang
The gettext 0.16.1 doesn't install any m4 files to sysroot, please see the following commit: commit 9e10db5bdfe77c0ef2aff2f1cf89958b62c294a1 Author: Christopher Larson Date: Mon Mar 17 18:10:54 2014 + gettext-0.16.1: kill target m4 macros from sysroot This is aim for using get

[OE-core] [PATCH 0/3] fixes for lower version

2015-02-12 Thread Robert Yang
The following changes since commit 6bf5cbbcac80ee818cc932d69227e70e41ce02d3: libtool: Fix option parsing performance regression (2015-02-10 22:36:09 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/low_version http://cgit.openembedded

[OE-core] [PATCH 3/3] gettext 0.6.1: disable native

2015-02-12 Thread Robert Yang
ERROR: The recipe gettext-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are: sysroots/x86_64-linux/usr/share/gettext/config.rpath Matched in manifest-x86_64-gettext-minimal-native.populate_sysroot sysroots/x86_64-l

Re: [OE-core] [PATCH 1/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = " python3"

2015-02-12 Thread Hongxu Jia
On 02/13/2015 12:46 AM, Paul Eggleton wrote: default_archs) +new_pkg = >self._search_pkg_name_in_feeds(pkg, default_archs) or \ + > self._search_pkg_provider_in_smart(pkg, default_archs) if not new_pkg: > err_msg = '%s not found in the base feeds (%s).\n' % \

[OE-core] [PATCH] icu: remove obsolete aclocal.m4 workaround (fixed upstream since v52.1)

2015-02-12 Thread Andre McCurdy
Patch also includes some minor formatting cleanup of icu.inc. Signed-off-by: Andre McCurdy --- meta/recipes-support/icu/icu.inc | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 26994b

Re: [OE-core] [PATCH 2/2] kernelshark: Update to version 2.5.2

2015-02-12 Thread Ben Shelton
> > A revised patch would be awesome. If both kernel-shark and trace-cmd > disable Python, why does trace-cmd.inc inherit python-dir and pythonnative? > > Ross I see where trace-cmd inherits pythonnative, but I don't see where it inherits python-dir. It still builds OK for me if I don't inheri

[OE-core] OE Changelog since 2015-02-01 until 2015-02-08

2015-02-12 Thread cliff . brake
Changelog since 2015-02-01 until 2015-02-08. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [PATCH 1/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = " python3"

2015-02-12 Thread Paul Eggleton
Hi Hongxu, On Friday 31 October 2014 17:46:24 Hongxu Jia wrote: > While a pkg name (such as python3) not existed in variable > PACKAGES, but provided by another pkg (such as python-core), > in this situation, rpm based do_rootfs could not search it in > the feeds. > > The fix is to invoke 'smart

Re: [OE-core] [PATCH 2/2] kernelshark: Update to version 2.5.2

2015-02-12 Thread Burton, Ross
On 12 February 2015 at 16:03, Ben Shelton wrote: > This is already done in the EXTRA_OEMAKE in the trace-cmd recipe, but > not for the kernel-shark recipe -- I guess I didn't hit the error in my > local build. > > Should I submit a patch to fix it? > A revised patch would be awesome. If both ke

Re: [OE-core] [PATCH 00/60][Dizzy v2] For Dizzy next

2015-02-12 Thread Saul Wold
Armin, So I fired this on the Autobuilder and we saw a couple of issues, the yocto-tiny fetch issue, which I backported and sent you a pull request for. That failure affected the nightly and build appliance universe fetch, but there is also a couple of failures in nightly-x86 https://autob

[OE-core] autotools/siteinfo: Avoid races over siteinfo files

2015-02-12 Thread Richard Purdie
If a siteinfo enabled tasks re-executes at the wrong moment whilst something else is in do_configure, the _config files can be removed which upsets autoconf and causes build failures. Use the same approach as we do for dealing with the aclocal files. We already parse the manifests so look out any

[OE-core] [PATCH 0/2] Various comms PUs

2015-02-12 Thread Cristian Iorga
The following changes since commit 231d4a9d3d89af4b1b5f6ea439c630e4cac82079: bitbake: bitbake-user-manual: Removed errant writer note line. (2015-02-10 23:09:32 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PU2 http://git.yoctoproject.org/cg

[OE-core] [PATCH 2/2] ofono: upgrade to 1.16

2015-02-12 Thread Cristian Iorga
- Fix issue with PIN retry handling; - Fix issue with HFP and multiple calls; - Add support for Distracted Driving Reduction; - Add support for available technologies property; - Add support for Telit location reporting driver; - Add support for u-blox SARA-U270 modems; - Add support for Quectel UC

[OE-core] [PATCH 1/2] bluez5: upgrade to 5.28

2015-02-12 Thread Cristian Iorga
- Fixes to GATT service discovery & probing; - Fix for bearer selection with dual-mode devices; - Fix potential crash when removing devices; - Fix issue with incomplete names in EIR data; - Fix parsing GATT name characteristics; - Fix AVCTP long press & key repetition handling; - Fixes for GATT not

[OE-core] [PATCH 0/2] Add libedit, neardal recipes

2015-02-12 Thread Oleg Zhurakivskyy
Hello, Please find changes that contain 2 new recipes: - libedit: BSD licensed command line editor library. - neardal: neard abstraction library. Regards, Oleg Oleg Zhurakivskyy (2): libedit: Add recipe neardal: Add recipe meta/recipes-connectivity/neardal/neardal.inc | 22 ++

[OE-core] [PATCH 2/2] neardal: Add recipe

2015-02-12 Thread Oleg Zhurakivskyy
Signed-off-by: Oleg Zhurakivskyy --- meta/recipes-connectivity/neardal/neardal.inc | 22 +++ .../recipes-connectivity/neardal/neardal/ncl.patch | 25 ++ meta/recipes-connectivity/neardal/neardal_0.14.bb | 6 ++ 3 files changed, 53 insertions(+) crea

[OE-core] [PATCH 1/2] libedit: Add recipe

2015-02-12 Thread Oleg Zhurakivskyy
Signed-off-by: Oleg Zhurakivskyy --- meta/recipes-core/libedit/libedit_0.52.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-core/libedit/libedit_0.52.bb diff --git a/meta/recipes-core/libedit/libedit_0.52.bb b/meta/recipes-core/libedit/libedit_0

[OE-core] ncurses-native compile error -- i'm starting to blame gcc-5.0.0

2015-02-12 Thread Robert P. J. Day
(posted about this on YP list earlier but i figured i might as well strip this down to its essentials and use pure OE to reproduce.) on 64-bit, fully-updated fedora rawhide system, with gcc: $ gcc --version gcc (GCC) 5.0.0 20150208 (Red Hat 5.0.0-0.10) Copyright (C) 2015 Free Software Founda

Re: [OE-core] [PATCH 2/7] libtool: don't execute automake and autoconf on every invocation

2015-02-12 Thread Robert Yang
On 02/12/2015 05:14 PM, Henning Heinold wrote: On Thu, Feb 12, 2015 at 01:07:35AM -0800, Robert Yang wrote: From the origin commit message: Regression from 2.4.2 was causing noticable slow-down in builds that call libtool many times. * build-aux/ltmain.in (func_help): Override func_help() fro

Re: [OE-core] [PATCH 2/7] libtool: don't execute automake and autoconf on every invocation

2015-02-12 Thread Henning Heinold
On Thu, Feb 12, 2015 at 01:07:35AM -0800, Robert Yang wrote: > From the origin commit message: > Regression from 2.4.2 was causing noticable slow-down in builds > that call libtool many times. > * build-aux/ltmain.in (func_help): Override func_help() from > gl/build-aux/options-parser to only run a

[OE-core] [PATCH 7/7] neard: do not ship version.h

2015-02-12 Thread Robert Yang
The HEADERS' name has been changed to pkginclude_HEADERS, so use nodist_pkginclude_HEADERS, otherwise version.h would be shipped. It would cause other pkgs failed to build if ship version.h to usr/include/version.h Signed-off-by: Robert Yang --- .../neard/Makefile.am-do-not-ship-version.h.patch

[OE-core] [PATCH 6/7] btrfs-tools: remove nodocs.patch

2015-02-12 Thread Robert Yang
It isn't used anymore, the docs is disabled by DISABLE_DOCUMENTATION=1. Signed-off-by: Robert Yang --- .../btrfs-tools/btrfs-tools/nodocs.patch | 22 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch d

[OE-core] [PATCH 4/7] gcc-sanitizers: check gcc-build-internal before link

2015-02-12 Thread Robert Yang
The ${STAGING_INCDIR_NATIVE}/gcc-build-internal-$mtarget may not exist when use the external sdk toolchain, we need check before link for it. Fixed: run.do_configure.12538: 149: cd: can't cd to sysroots/x86_64-linux/usr/include/gcc-build-internal-x86_64-wrs-linux (LOCAL REV: NOT UPSTREAM) -- Sen

[OE-core] [PATCH 5/7] btrfs-tools: fix for parallel build

2015-02-12 Thread Robert Yang
Fixed: mkfs.c:300:46: error: 'BTRFS_BUILD_VERSION' undeclared (first use in this function) fprintf(stderr, "mkfs.btrfs, part of %s\n", BTRFS_BUILD_VERSION); Signed-off-by: Robert Yang --- .../btrfs-tools/btrfs-tools/fix-parallel.patch | 32 .../btrfs-tools/btrfs-too

[OE-core] [PATCH 1/7] Revert "libtool: avoid running automake/autoconf --version"

2015-02-12 Thread Robert Yang
This reverts commit 1f53edeaf9ea59dd55459a6d5a93829fb4983839. There is a better fix on upstream, will backport it. Signed-off-by: Robert Yang --- meta/recipes-devtools/libtool/libtool-2.4.5.inc|1 - .../avoid-running-automake-autoconf-version.patch | 54 2 files

[OE-core] [PATCH 3/7] rt-tests: fix gzip command

2015-02-12 Thread Robert Yang
The "-c" doesn't work in command "gzip file -c", need use "gzip -c file" Signed-off-by: Robert Yang --- .../rt-tests/files/Makefile-fix-gzip-command.patch | 30 meta/recipes-rt/rt-tests/rt-tests.inc |1 + 2 files changed, 31 insertions(+) create mode 1006

[OE-core] [PATCH 0/7] meta: several fixes

2015-02-12 Thread Robert Yang
The following changes since commit 6bf5cbbcac80ee818cc932d69227e70e41ce02d3: libtool: Fix option parsing performance regression (2015-02-10 22:36:09 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/fixes http://cgit.openembedded.org/c

[OE-core] [PATCH 2/7] libtool: don't execute automake and autoconf on every invocation

2015-02-12 Thread Robert Yang
From the origin commit message: Regression from 2.4.2 was causing noticable slow-down in builds that call libtool many times. * build-aux/ltmain.in (func_help): Override func_help() from gl/build-aux/options-parser to only run automake --version and autoconf --version when libtool --help is execute

[OE-core] [PATCH] libnewt-python: remove make var LIBNEWTSH

2015-02-12 Thread Kai Kang
Var LIBNEWTSH which points to libnewt.so in STAGING_LIBDIR is passed to make. But during do_compile, LIBNEWTSH is rebuilt. Check the log that gcc populates file into STAGING_LIBDIR directly: i586-poky-linux-gcc -m32 -march=i586 --sysroot=/poky/builds/build/tmp/sysroots/qemux86 -shared -o /poky/bu