[oe] [PATCH][meta-oe] mercurial-native: update from 3.0.1 to 3.4.1

2015-06-04 Thread wenzong.fan
From: Wenzong Fan Update mercurial to fix CVE-2014-9462: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9462 Signed-off-by: Wenzong Fan --- .../mercurial/mercurial-native_3.0.1.bb| 26 -- .../mercurial/mercurial-native_3.4.1.bb| 26

[oe] [PATCH][meta-networking] ipsec-tools: Security Advisory - CVE-2015-4047

2015-06-04 Thread rongqing.li
From: Roy Li This fixed the CVE-2015-4047: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-4047 Signed-off-by: Roy Li --- .../ipsec-tools/fix-CVE-2015-4047.patch| 36 ++ .../ipsec-tools/ipsec-tools_0.8.2.bb | 1 + 2 files changed, 37 ins

[oe] [meta-oe][PATCH] cpufrequtils: Create proper symlinks to versioned library

2015-06-04 Thread Khem Raj
Currently it produces duplicated .so files for .so.0 and .so.0.0.0 this is also noticed by opkg upgrade Configuring libxcb-randr0. /sbin/ldconfig: /usr/lib/libcpufreq.so.0 is not a symbolic link Additionally helps in some code size savings Signed-off-by: Khem Raj --- meta-oe/recipes-support/cp

[oe] [meta-ruby][PATCH] bundler: update to 1.9.4

2015-06-04 Thread Armin Kuster
add depends for git. Signed-off-by: Armin Kuster --- meta-ruby/recipes-devtools/ruby/bundler_git.bb | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb index fc73001..7d795

[oe] [meta-oe][PATCH v2 3/7] klibc.inc: use x86 over-ride instead of i486/i586/i686/pentium

2015-06-04 Thread Andre McCurdy
32bit x86 is covered by the x86 over-ride, so duplicate over-rides for i486/i586/i686/pentium are not required. Signed-off-by: Andre McCurdy --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc

Re: [oe] [meta-qt5][PATCH] qtwayland: Bump QT_VERSION to "5.4.3"

2015-06-04 Thread Martin Jansa
UPS, I'll double check how this could be missed in my tests (I know that in my world builds there is bbappend with qtwayland SRCREV+SRC_URI modification from meta-luneui), but my local builds were without meta-luneui). On Thu, Jun 4, 2015 at 9:09 PM, Khem Raj wrote: > We pin the recipe at 182488

Re: [oe] [meta-networking]Fix postfix-native on Linux 4.0

2015-06-04 Thread Szombathelyi György
Resubmitted with [PATCH] in the subject. On Saturday 30 May 2015 14:45:04 Szombathelyi György wrote: > Make postfix compilable on 4.0 kernel. > > Signed-off-by: Gyorgy Szombathelyi > > diff --git a/meta-networking/recipes-daemons/postfix/files/makedefs.patch > b/meta-networking/recipes-

[oe] [meta-networking][PATCH]Fix postfix-native on Linux 4.0

2015-06-04 Thread Szombathelyi György
Make postfix compilable on 4.0 kernel. Signed-off-by: Gyorgy Szombathelyi diff --git a/meta-networking/recipes-daemons/postfix/files/makedefs.patch b/meta-networking/recipes-daemons/postfix/files/makedefs.patch index 32c31b0..ea1e994 100644 --- a/meta-networking/recipes-daemons

Re: [oe] [meta-oe][PATCH 3/7] klibc.inc: use x86 over-ride instead of i486/i586/i686

2015-06-04 Thread Khem Raj
On Jun 4, 2015 12:21 PM, "Andre McCurdy" wrote: > > 32bit x86 is covered by the x86 over-ride, so duplicate over-rides for > i486/i586/i686 are not required. > > Signed-off-by: Andre McCurdy > --- > meta-initramfs/recipes-devtools/klibc/klibc.inc | 3 --- > 1 file changed, 3 deletions(-) > > dif

[oe] [meta-qt5][PATCH] qtwebengine: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy --- recipes-qt/qt5/qtwebengine_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 4933c13..9b561ac 10064

[oe] [meta-oe][PATCH 7/7] mariadb.inc: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy --- meta-oe/recipes-support/mysql/mariadb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc inde

[oe] [meta-oe][PATCH 4/7] gst-plugins-base: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy --- .../recipes-multimedia/gstreamer-0.10/gst-plugins-base_0.10.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugin

[oe] [meta-oe][PATCH 5/7] luajit: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb b/meta-oe/recipes-devtools/luajit/lu

[oe] [meta-oe][PATCH 6/7] emacs.inc: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy --- meta-oe/recipes-support/emacs/emacs.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/emacs/emacs.inc b/meta-oe/recipes-support/emacs/emacs.inc index a

[oe] [meta-oe][PATCH 1/7] elbow: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy --- meta-efl/recipes-efl/e17/elbow_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb index 16664f9..0

[oe] [meta-oe][PATCH 3/7] klibc.inc: use x86 over-ride instead of i486/i586/i686

2015-06-04 Thread Andre McCurdy
32bit x86 is covered by the x86 over-ride, so duplicate over-rides for i486/i586/i686 are not required. Signed-off-by: Andre McCurdy --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-i

[oe] [meta-oe][PATCH 2/7] webkit-efl.inc: use x86 over-ride instead of i586

2015-06-04 Thread Andre McCurdy
Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy --- meta-efl/recipes-efl/webkit/webkit-efl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/webkit/webkit-efl.inc b/meta-efl/recipes-efl/webkit/webkit-efl.inc i

[oe] [meta-qt5][PATCH] qtwayland: Bump QT_VERSION to "5.4.3"

2015-06-04 Thread Khem Raj
We pin the recipe at 182488129c3f6a67a7e781fdb7c014191991 and upstream changed the MODULE_VERSION = 5.4.3 in that commit Fixes | install: cannot stat '/mnt/home/kraj/work/angstrom/build/tmp-angstrom-glibc/work/armv7at2hf-vfp-neon-angstrom-linux-gnueabi/q twayland/5.4.2+gitAUTOINC+182488129c-r0

[oe] [meta-oe][PATCH] libhugetlbfs: project moved to github

2015-06-04 Thread Josep Puigdemont
Signed-off-by: Josep Puigdemont --- meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 4ce6

[oe] [meta-browser][PATCH] chromium, cef: fetch chromium source from git

2015-06-04 Thread Zoltan Kuscsik
Updated recipe to fetch Chromium from git. LASTCHANGE file is now created using the proper gclient hook. Change-Id: Ie1790abec002a0dd39c8d0aae3d03f5ebe6f46aa Signed-off-by: Zoltan Kuscsik --- .../cef3/01_get_svn_version_from_LASTCHANGE.patch | 32 -- recipes-browser/chromium/cef3_280796

[oe] [meta-qt5][fido][PATCH 6/7] ninja-native: upgrade to 1.5.3

2015-06-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-devtools/ninja/ninja-native_1.4.0.bb | 22 -- recipes-devtools/ninja/ninja-native_git.bb | 23 +++ 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 recipes-devtools/ninja/ninja-native_1.4.0.bb

[oe] [meta-qt5][fido][PATCH 7/7] qt5: upgrade to latest revision in 5.4 branches

2015-06-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase_git.bb| 2 +- recipes-qt/qt5/nativesdk-qttools_git.bb | 2 +- recipes-qt/qt5/qt5-git.inc| 2 +- recipes-qt/qt5/qtbase-native_git.bb

[oe] [meta-qt5][fido][PATCH 4/7] qt5: merge .inc and _git.bb files

2015-06-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase.inc | 272 --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 258 - recipes-qt/qt5/nativesdk-qttools.inc | 34 recipes-qt/qt5/nativesdk-qttools_git.bb | 48 +-

[oe] [meta-qt5][fido][PATCH 5/7] qt5-opengles2-test: Upgrade to latest tip

2015-06-04 Thread Martin Jansa
From: Khem Raj Fix dependencies on the way Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- recipes-qt/examples/qt5-opengles2-test_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-o

[oe] [meta-qt5][fido][PATCH 2/7] qtbase: fix dependency for sql-mysql PACKAGECONFIG

2015-06-04 Thread Martin Jansa
From: Andrey Rusalin Signed-off-by: Andrey Rusalin Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 50cb505..d2654ef 100644 --- a/recipes-qt/qt5/qtbase.inc +

[oe] [meta-qt5][PATCH] qt5: upgrade to latest revision in 5.4 branches

2015-06-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase_git.bb| 2 +- recipes-qt/qt5/nativesdk-qttools_git.bb | 2 +- recipes-qt/qt5/qt5-git.inc| 2 +- recipes-qt/qt5/qtbase-native_git.bb

[oe] [PATCH][meta-networking] proftpd: upgrade to 1.3.5a

2015-06-04 Thread rongqing.li
From: Roy Li 1.3.5a includes the fix for CVE-2015-3306: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3306 Signed-off-by: Roy Li --- .../recipes-daemons/proftpd/{proftpd_1.3.5.bb => proftpd_1.3.5a.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networki

[oe] [meta-oe][PATCH 3/3] llvm: fix libdir for multilib

2015-06-04 Thread Yi Zhao
Fix the hardcoded libdir in llvm-config and Makefile.config Signed-off-by: Yi Zhao --- meta-oe/recipes-core/llvm/llvm.inc |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc index 26bac33..0597be1

[oe] [meta-oe][PATCH 2/3] nodejs: fix build failure for multilib

2015-06-04 Thread Yi Zhao
bitbake nodejs [snip] sed: can't read /buildarea2/build/tmp/work/core2-64-poky-linux/nodejs/0.12.4-r0/image/usr/lib64/node_modules/npm/bin/npm-cli.js: No such file or directory [snip] The node modules are not binary files. It doesn't make sense to install them to /usr/lib64. Use /usr/lib/node_mod

[oe] [meta-oe][PATCH 0/3] 3 fixes for multilib

2015-06-04 Thread Yi Zhao
The following changes since commit 9a5d25f2a717814f948b492b9c01c1ff0edb678d: pinpoint: use clutter-gst-3.0 (2015-05-28 10:35:35 +0200) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib yzhao/fixes-for-multilib http://cgit.openembedded.org/cgit.c

[oe] [meta-oe][PATCH 1/3] luajit: fix build failure for multilib

2015-06-04 Thread Yi Zhao
Fix libdir in Makefile Signed-off-by: Yi Zhao --- meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb index 48137e3..f3235c9 1