[OE-core] [PATCH 0/1] file: fix long-options

2015-07-06 Thread Robert Yang
The following changes since commit dd09fab685de2eaf04aa5ab60f8220b89c1deae9: tune-core2.inc: set X86ARCH32 to i686 (instead of i586) (2015-07-02 23:08:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/file

Re: [OE-core] [PATCH] glibc: add systemd support

2015-07-06 Thread Li, Xin
Hi, Ross I have sent some patches about add systemd support and add systemd service files, Such as iptables, iputils, sysstat and so on. So how about those patches? :) Regards, Li -Original Message- From: Li, Xin/李 欣 Sent: Wednesday, June 24, 2015 11:15 AM To:

[OE-core] [PATCH 0/2] gcc-target 5.1: fix for libcc1

2015-07-06 Thread Robert Yang
The following changes since commit dd09fab685de2eaf04aa5ab60f8220b89c1deae9: tune-core2.inc: set X86ARCH32 to i686 (instead of i586) (2015-07-02 23:08:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/gcc

[OE-core] [PATCH 1/2] gcc: remove EXTRA_OECONF_INTERMEDIATE

2015-07-06 Thread Robert Yang
The gcc-intermediate had been gone, so remove EXTRA_OECONF_INTERMEDIATE. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-devtools/gcc/gcc-4.8.inc | 10 -- meta/recipes-devtools/gcc/gcc-4.9.inc | 10 --

Re: [OE-core] [PATCH] perf: Modify SPDX_S directory to avoid do_spdx error.

2015-07-06 Thread Li, Xin
Ping... Thanks Li -Original Message- From: Li, Xin/李 欣 Sent: Friday, June 26, 2015 4:01 PM To: openembedded-core@lists.openembedded.org Cc: Li, Xin/李 欣 Subject: [OE-core][PATCH] perf: Modify SPDX_S directory to avoid do_spdx error. This is because S = ${STAGING_KERNEL_DIR}.

[OE-core] [PATCH 1/1] file: fix long-options

2015-07-06 Thread Robert Yang
Backport two patches to fix bug with long options: * 0001-Fix-bug-with-long-options-and-explicitly-number-them.patch * 0002-fix-bug-with-5.23-long-options.patch Signed-off-by: Robert Yang liezhi.y...@windriver.com --- ...h-long-options-and-explicitly-number-them.patch | 116

[OE-core] [PATCH 0/1] insane.bbclass: skip dev-deps QA checking for ptest package

2015-07-06 Thread Robert Yang
The following changes since commit dd09fab685de2eaf04aa5ab60f8220b89c1deae9: tune-core2.inc: set X86ARCH32 to i686 (instead of i586) (2015-07-02 23:08:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/insane

[OE-core] [PATCH 1/1] insane.bbclass: skip dev-deps QA checking for ptest package

2015-07-06 Thread Robert Yang
The ptest pkg such as perl-ptest may need .h, .so or other files in dev package to run test cases, so skipping dev-deps checkin for ptest package. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/insane.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

Re: [OE-core] [PATCH] lighttpd: Bug fix

2015-07-06 Thread Li, Xin
Ping... Regards Li -Original Message- From: Li, Xin/李 欣 Sent: Wednesday, June 17, 2015 9:35 AM To: openembedded-core@lists.openembedded.org Cc: Li, Xin/李 欣 Subject: [OE-core][PATCH] lighttpd: Bug fix mod_cgi buffers data without bound,so fix it. Reference:

[OE-core] [PATCH 2/2] gcc-target 5.1: fix for libcc1

2015-07-06 Thread Robert Yang
Fixed: * gcc 5 introduces a plugin libcc1.so, which is used by gdb, the target gcc didn't build it in the past because gcc_cv_objdump is null, and the error was: gcc-5.1.0/libcc1/configure: line 14531: -T: command not found This only happens for tar gcc as the code shows: if test x$build =

[OE-core] [PATCH 0/1] Add /sbin/sushell when SELinux is enabled

2015-07-06 Thread Kai Kang
The following changes since commit 8ad9a434c9fd0300cf5c38c368b181b78421e95a: bitbake: tests/data: Add new data tests (2015-07-01 15:40:21 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/initscripts

[OE-core] [PATCH 1/1] initscripts: add /sbin/sushell for systemd service debug-shell

2015-07-06 Thread Kai Kang
Add file /sbin/sushell for systemd service debug-shell which starts with /bin/sushell when SELinux is enabled. Copy and add sushell file from Fedora 22. Add runtime dependency bash as well when systemd is enabled to eliminate QA warning: WARNING: QA Issue: /sbin/sushell_initscripts contained in

[OE-core] [PATCH v4 2/7] gtk-icon-utils: Rename, upgrade, add binary

2015-07-06 Thread Jussi Kukkonen
* Rename from gtk-update-icon-cache to gtk-icon-utils to better reflect the content. Fix references in other recipes and classes * Upgrade to GTK+ 3.16.4 * Add gtk-encode-symbolic-svg binary: it is used by icon themes (e.g. Adwaita) to generate png versions of svg icons. * Depend on

[OE-core] [PATCH v4 4/7] gtk+3: Upgrade to 3.16.4

2015-07-06 Thread Jussi Kukkonen
* Drop --disable-gtk2-dependency and the patch for gtk/native/Makefile.am: gtk-update-icon-cache is no longer used at build time and as a result the option was removed. * Add dependency to libepoxy * Add dependency to virtual/mesa for wayland-egl * Package new binaries gtk3-icon-browser and

[OE-core] [PATCH v4 1/7] intltool: Upgrade 0.50.2 - 0.51.0

2015-07-06 Thread Jussi Kukkonen
* Remove uclibc.patch as the whole localedir guessing code has been removed upstream. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../intltool/intltool-0.50.2/uclibc.patch | 19 --- .../intltool-nowarn.patch | 0

[OE-core] [PATCH v4 7/7] midori: Depend on Adwaita, not gnome-icon-theme

2015-07-06 Thread Jussi Kukkonen
Adwaita is the current GNOME icon theme. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-sato/midori/midori_0.5.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/midori/midori_0.5.8.bb b/meta/recipes-sato/midori/midori_0.5.8.bb

[OE-core] [PATCH v4 5/7] matchbox-session-sato: set GTK_CSD env var

2015-07-06 Thread Jussi Kukkonen
Sato practically requires server side decorations as matchbox panel draws on top of the title bar. Setting GTK_CSD=0 informs GTK+3 that we really want server side decorations even for apps designed for CSD. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com ---

[OE-core] [PATCH v4 6/7] sato-icon-theme: Inherit Adwaita, not gnome-icon-theme

2015-07-06 Thread Jussi Kukkonen
Adwaita is the current GNOME icon theme. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../sato-icon-theme/0001-Inherit-the-GNOME-icon-theme.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v4 3/7] adwaita-icon-theme: Add new icon theme for GTK+

2015-07-06 Thread Jussi Kukkonen
Adwaita is a complete icon theme for GTK+, and the current GNOME icon theme. Most importantly it includes the symbolic icons used extensively in GTK+3 widgets. * Package icons, large icons, symbolic icons and cursors separately * Backport a build fix for the cursor theme to cut installed size by

[OE-core] [PATCH v4 0/7] GTK+3 upgrade and related changes

2015-07-06 Thread Jussi Kukkonen
Changes since v3: * Upgrade intltool: intltool.m4 did a compile test on configure and that prevented adwaita from inheriting allarch. intltool 0.51.0 does not have have that problem anymore. * Bump GTK+3 to 3.16.4 (forgot to do this on v3, apologies). * adwaita-icon-theme inherits allarch, no

Re: [OE-core] SDK extract errors on master

2015-07-06 Thread Jack Mitchell
On 03/07/15 15:56, Jack Mitchell wrote: Built an SDK today on 7eb0abc5f4d971d9a511c93cfb2eb52b72e6f228 and when I tried to install it I got the following error: Setting it up...ls: cannot access /home/jack/Work/build/openembedded/sdk/1/x86_64/environment-setup-*: No such file or directory

Re: [OE-core] SDK extract errors on master

2015-07-06 Thread Jack Mitchell
On 06/07/15 12:35, Jack Mitchell wrote: On 03/07/15 15:56, Jack Mitchell wrote: Built an SDK today on 7eb0abc5f4d971d9a511c93cfb2eb52b72e6f228 and when I tried to install it I got the following error: Setting it up...ls: cannot access

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-06 Thread Burton, Ross
On 4 July 2015 at 12:38, Paul Eggleton paul.eggle...@linux.intel.com wrote: Well, at minimum for our purposes LGPLv3 (or LGPLv3+?) needs to be added to LICENSE in the nettle recipe (with ). Whether or not someone chooses to exclude that license in their configuration through

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-06 Thread Paul Eggleton
On Monday 06 July 2015 14:04:46 Burton, Ross wrote: On 4 July 2015 at 12:38, Paul Eggleton paul.eggle...@linux.intel.com wrote: Well, at minimum for our purposes LGPLv3 (or LGPLv3+?) needs to be added to LICENSE in the nettle recipe (with ). Whether or not someone chooses to exclude

[OE-core] [PATCH 1/3] speexdsp: initial recipe

2015-07-06 Thread Tanu Kaskinen
speexdsp was split off from speex in 1.2rc2, so we need a separate recipe for speexdsp when before we can upgrade speex. The speex recipe has so far used the --enable-fixed-point configure option unconditionally, but I believe that was a mistake, so I dropped that. The option is still enabled if

[OE-core] [PATCH 2/3] speex: 1.2rc1 - 1.2rc2

2015-07-06 Thread Tanu Kaskinen
Dropped speex-fpu.inc, since it's simpler to put the logic directly in the .bb file. LIC_FILES_CHKSUM changed due to whitespace changes only. Dropped PR. Added a dependency on speexdsp. The speexdsp functionality used to be included in speex, but upstream split the speexdsp package off into a

Re: [OE-core] SDK extract errors on master

2015-07-06 Thread Jack Mitchell
On 06/07/15 16:56, Jack Mitchell wrote: On 06/07/15 13:30, Jack Mitchell wrote: On 06/07/15 12:35, Jack Mitchell wrote: On 03/07/15 15:56, Jack Mitchell wrote: Built an SDK today on 7eb0abc5f4d971d9a511c93cfb2eb52b72e6f228 and when I tried to install it I got the following error: Setting it

[OE-core] [PATCH 1/1] opkg-build: Ignore tar error due to hardlinks issue when creating ipk files

2015-07-06 Thread Alejandro Hernandez
If a the number of hard links decreases or increases while creating the tar files used for an ipk package, tar fails with error code 1, if this is the case we ignore the error and continue to create the ipk file [YOCTO #7933] Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com

Re: [OE-core] [PATCH 1/1] opkg-build: Ignore tar error due to hardlinks issue when creating ipk files

2015-07-06 Thread Martin Jansa
On Mon, Jul 06, 2015 at 10:17:19AM +, Alejandro Hernandez wrote: If a the number of hard links decreases or increases while creating the tar files used for an ipk package, tar fails with error code 1, if this is the case we ignore the error and continue to create the ipk file [YOCTO

[OE-core] [PATCH 13/13] libffi: fix typo in fix-libffi.la-location.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/libffi/libffi/fix-libffi.la-location.patch

[OE-core] [PATCH 04/13] glibc: fix typo in add_resource_h_to_wait_h.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc/add_resource_h_to_wait_h.patch

[OE-core] [PATCH 11/13] valgrind: fix typo in valgrind-remove-rpath.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind/valgrind-remove-rpath.patch

[OE-core] [PATCH 12/13] texinfo: fix typo in dont-depend-on-help2man.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/texinfo/texinfo/dont-depend-on-help2man.patch

[OE-core] [PATCH 05/13] dosfstools: fix typo in nofat32_autoselect.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dosfstools/dosfstools/nofat32_autoselect.patch

[OE-core] [PATCH 10/13] rpm: fix typo in rpm-reloc-macros.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch b/meta/recipes-devtools/rpm/rpm/rpm-reloc-macros.patch index

[OE-core] [PATCH 09/13] rpm: fix typo in rpm-realpath.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/rpm/rpm/rpm-realpath.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch b/meta/recipes-devtools/rpm/rpm/rpm-realpath.patch index d2d9b09..a810123

[OE-core] [PATCH 00/13] fix 'Upstream-Status: Inappropriate' typos

2015-07-06 Thread Andre McCurdy
Upsteam - Upstream Various variations on Inappropriate - Inappropriate Andre McCurdy (13): distrodata.bbclass: fix typo, Upsteam - Upstream dpkg: fix typo in tar-error-code.patch, Upsteam - Upstream base-passwd: fix typo in add_shutdown.patch glibc: fix typo in

[OE-core] [PATCH 07/13] pkgconfig: fix typo in fix-glib-configure-libtool-usage.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- .../pkgconfig/pkgconfig/fix-glib-configure-libtool-usage.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig/fix-glib-configure-libtool-usage.patch

[OE-core] [PATCH 06/13] flex: fix typo in do_not_create_pdf_doc.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/flex/files/do_not_create_pdf_doc.patch

[OE-core] [PATCH 01/13] distrodata.bbclass: fix typo, Upsteam - Upstream

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/classes/distrodata.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index 39d5508..a228242 100644 --- a/meta/classes/distrodata.bbclass +++

[OE-core] [PATCH 03/13] base-passwd: fix typo in add_shutdown.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/base-passwd/base-passwd/add_shutdown.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/base-passwd/base-passwd/add_shutdown.patch

[OE-core] [PATCH 02/13] dpkg: fix typo in tar-error-code.patch, Upsteam - Upstream

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch b/meta/recipes-devtools/dpkg/dpkg/tar-error-code.patch index

[OE-core] [PATCH 08/13] python-numpy: fix typo in no-host-paths.patch

2015-07-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-devtools/python/python-numpy/no-host-paths.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-numpy/no-host-paths.patch

Re: [OE-core] [PATCH 1/1] opkg-build: Ignore tar error due to hardlinks issue when creating ipk files

2015-07-06 Thread Alejandro Hernandez
On 06/07/15 15:10, Martin Jansa wrote: On Mon, Jul 06, 2015 at 10:17:19AM +, Alejandro Hernandez wrote: + +This a similar behavior to the one on dpkg: +http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=40731942515ec8d80c727ad561174986d4f05818 + +Upsteam-Status: Inappropriate Typo

Re: [OE-core] [PATCH 1/1] opkg-build: Ignore tar error due to hardlinks issue when creating ipk files

2015-07-06 Thread Gary Thomas
On 2015-07-06 15:10, Alejandro Hernandez wrote: On 06/07/15 15:10, Martin Jansa wrote: On Mon, Jul 06, 2015 at 10:17:19AM +, Alejandro Hernandez wrote: + +This a similar behavior to the one on dpkg:

Re: [OE-core] [PATCH 1/1] opkg-build: Ignore tar error due to hardlinks issue when creating ipk files

2015-07-06 Thread Otavio Salvador
Hello, On Mon, Jul 6, 2015 at 6:16 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-07-06 15:10, Alejandro Hernandez wrote: On 06/07/15 15:10, Martin Jansa wrote: On Mon, Jul 06, 2015 at 10:17:19AM +, Alejandro Hernandez wrote: + +This a similar behavior to the one on dpkg:

Re: [OE-core] [PATCH 1/1] opkg-build: Ignore tar error due to hardlinks issue when creating ipk files

2015-07-06 Thread Richard Purdie
On Mon, 2015-07-06 at 18:20 -0300, Otavio Salvador wrote: Hello, On Mon, Jul 6, 2015 at 6:16 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-07-06 15:10, Alejandro Hernandez wrote: On 06/07/15 15:10, Martin Jansa wrote: On Mon, Jul 06, 2015 at 10:17:19AM +, Alejandro Hernandez

[OE-core] [PATCH 0/1] coreutils: upgrade to 8.24

2015-07-06 Thread Chen Qi
The following changes since commit dd09fab685de2eaf04aa5ab60f8220b89c1deae9: tune-core2.inc: set X86ARCH32 to i686 (instead of i586) (2015-07-02 23:08:27 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/coreutils-8.24

[OE-core] [PATCH 1/1] coreutils: upgrade to 8.24

2015-07-06 Thread Chen Qi
Signed-off-by: Chen Qi qi.c...@windriver.com --- .../0001-Unset-need_charset_alias-when-building-for-musl.patch| 0 .../{coreutils-8.23 = coreutils-8.24}/fix-selinux-flask.patch| 0 .../man-decouple-manpages-from-build.patch| 0

[OE-core] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-06 Thread Richard Tollerton
Message-ID: 87wpycy88v@weregild.amer.corp.natinst.com MIME-Version: 1.0 Content-Type: text/plain --text follows this line-- The build of cross-localedef-native is observed to fail under gcc5 hosts with multiple definition errors, e.g.: argp-help.o: In function `argp_fmtstream_write':

[OE-core] FW: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-07-06 Thread Lei, Maohui
Hello, Can non-GPLv3 parted be added into oe-core? I think not everybody wants to use the GPLv3 version. Cheers Lei -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Andre McCurdy

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-06 Thread Anders Darander
* akuster808 akuster...@gmail.com [150702 19:05]: The current version of nettle 2.7 has one file that is GPL v3. mini-gmp.* so the license for 2.7 should be updated IMHO. So wont that put us in the same boat as the upgrade? Well, after looking a little bit at the repo in question, my

Re: [OE-core] [PATCH 1/2] nettle: update package to 3.1.1 version.

2015-07-06 Thread Anders Darander
* Paul Eggleton paul.eggle...@linux.intel.com [150706 15:58]: On Monday 06 July 2015 14:04:46 Burton, Ross wrote: On 4 July 2015 at 12:38, Paul Eggleton paul.eggle...@linux.intel.com wrote: Well, at minimum for our purposes LGPLv3 (or LGPLv3+?) needs to be added to LICENSE in the

Re: [OE-core] SDK extract errors on master

2015-07-06 Thread Jack Mitchell
On 06/07/15 13:30, Jack Mitchell wrote: On 06/07/15 12:35, Jack Mitchell wrote: On 03/07/15 15:56, Jack Mitchell wrote: Built an SDK today on 7eb0abc5f4d971d9a511c93cfb2eb52b72e6f228 and when I tried to install it I got the following error: Setting it up...ls: cannot access

[OE-core] [PATCH 3/3] alsa-plugins, pulseaudio: depend on speexdsp, not speex

2015-07-06 Thread Tanu Kaskinen
Speexdsp was split off from speex, and alsa-plugins and pulseaudio only depend on the speexdsp library. Signed-off-by: Tanu Kaskinen tanu.kaski...@linux.intel.com --- meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb | 4 ++-- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 2 files

[OE-core] [PATCH 0/3] speex, speexdsp: 1.2rc1 - 1.2rc2/1.2rc3

2015-07-06 Thread Tanu Kaskinen
These patches update speex to 1.2rc2 and speexdsp to 1.2rc3. speexdsp was previously included in speex, but now it's in a separate source tree, so a new recipe is needed. The following changes since commit dd09fab685de2eaf04aa5ab60f8220b89c1deae9: tune-core2.inc: set X86ARCH32 to i686 (instead

[OE-core] [PATCH] ca-certificates: remove Debianism in run-parts invocation

2015-07-06 Thread Ross Burton
ca-certificates comes from Debian but not all distros (i.e. Fedora) have a leaner run-parts that doesn't support the -- separator between options and paths, which causes this error: | Running hooks in [...]/rootfs/etc/ca-certificates/update.d... | [...]/usr/sbin/update-ca-certificates: line 194: