[OE-core] [PATCH] mesa: use LLVM 3.3 by default

2013-07-19 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index ada1170..65c2770 100644 ---

[OE-core] [PATCH] directfb: don't patch pkg-config files

2013-07-19 Thread André Draszik
We are currently getting build failures of projects that rely on being able to access DirectFB's internal include directories, as returned via pkg-config, since the include paths returned by pkg-config are incomplete. The reason for that is the patch that is being removed with this change. It

[OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-19 Thread Hongxu Jia
While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. 'km' means the terminal has a meta key which is a special key on MIT keyboards such

[OE-core] [PATCH 2/2] python-native: remove unused and duplicated sitecustomize.py

2013-07-19 Thread Hongxu Jia
python-native doesn't use sitecustomize.py and there is another duplicated one in meta/recipes-devtools/python/python. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../python/python-native/sitecustomize.py | 45 -- 1 file changed, 45 deletions(-) delete

[OE-core] [PATCH 2/3] run-postinsts: fix comment

2013-07-19 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The run-postinsts script also handles the #SYSCONFDIR#/rpm-postinsts directory. Add it to the comment for clarity. Signed-off-by: Chen Qi qi.c...@windriver.com --- .../run-postinsts/run-postinsts/run-postinsts |4 ++-- 1 file changed, 2

[OE-core] [PATCH 3/3] run-postinsts: add more logging to the log file to make things clearer

2013-07-19 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com When all postinsts scripts succeed at system startup, it's very possible that the log file /var/log/postinstall.log is empty. This is kind of confusing, as that file is supposed to hold information about the postinsts. Add more logging to the log file to make

[OE-core] [PATCH 1/3] rpm: remove the obsolete rpm-postinsts.bb

2013-07-19 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Now that the postinsts of rpm, deb and ipk are all handled in the one central place, run-postinsts.bb, the rpm-postinsts.bb recipe is actually obsolete now. Remove this recipe to avoid confusion. Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH 0/3] run-postinsts fixes

2013-07-19 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9: poky-tiny.conf: blacklist core-image-weston option (2013-07-18 21:26:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-07-19 Thread Paul Eggleton
On Tuesday 09 July 2013 16:14:55 Trevor Woerner wrote: On 8 July 2013 17:55, Mark Hatle mark.ha...@windriver.com wrote: For anyone with an old or broken system, they will need to download (or build) the buildtools.. install it and have it in their path prior to running oe-core. Does a

[OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If sysvinit is not supported DISTRO_FEATURE than there is no need to package related initialization scripts. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/classes/update-rc.d.bbclass |9 + 1 file changed, 9

[OE-core] [PATCH 1/2] systemd: Remove systemd_unitdir if systemd is not in distro features

2013-07-19 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com If systemd is not supported DISTRO_FEATURE than there is no need to package related service files. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- meta/classes/systemd.bbclass |9 + 1 file changed, 9 insertions(+)

[OE-core] [PATCH] wget: backport fixes for documentation build errors

2013-07-19 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-extended/wget/wget-1.14/fix_doc.patch | 71 ++ meta/recipes-extended/wget/wget_1.14.bb| 1 + 2 files changed, 72 insertions(+) create mode 100644 meta/recipes-extended/wget/wget-1.14/fix_doc.patch

Re: [OE-core] [PATCH] directfb: don't patch pkg-config files

2013-07-19 Thread Nicolas Dechesne
On Fri, Jul 19, 2013 at 10:39 AM, André Draszik andre.dras...@linaro.orgwrote: We are currently getting build failures of projects that rely on being able to access DirectFB's internal include directories, as returned via pkg-config, since the include paths returned by pkg-config are

Re: [OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Chris Larson
On Fri, Jul 19, 2013 at 4:53 AM, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com If sysvinit is not supported DISTRO_FEATURE than there is no need to package related initialization scripts. Signed-off-by: Muhammad Shakeel

[OE-core] [PATCH v2] python: Add ptest

2013-07-19 Thread Tudor Florea
Install python test suite and run it as ptest Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../python/python/fix-makefile-for-ptest.patch | 33 meta/recipes-devtools/python/python/run-ptest |5 +++ meta/recipes-devtools/python/python_2.7.3.bb |

Re: [OE-core] [PATCH 2/2] update-rc.d: Remove init.d dir if sysvinit is not in distro features

2013-07-19 Thread Paul Eggleton
On Friday 19 July 2013 08:02:32 Chris Larson wrote: On Fri, Jul 19, 2013 at 4:53 AM, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com If sysvinit is not supported DISTRO_FEATURE than there is no need to package related

[OE-core] [PATCH v2] python: Add ptest

2013-07-19 Thread Tudor Florea
Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../python/python/fix-makefile-for-ptest.patch | 33 meta/recipes-devtools/python/python/run-ptest |5 +++ meta/recipes-devtools/python/python_2.7.3.bb | 10 ++ 3 files changed, 48 insertions(+)

[OE-core] [PATCH v2] kmod: Add ptest

2013-07-19 Thread Tudor Florea
Install kmod test suite and run it as ptest. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/recipes-kernel/kmod/kmod.inc |4 +++- meta/recipes-kernel/kmod/kmod/ptest.patch | 25 + meta/recipes-kernel/kmod/kmod/run-ptest |5 +

Re: [OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-19 Thread Saul Wold
On 07/19/2013 02:13 AM, Hongxu Jia wrote: While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. 'km' means the terminal has a meta key

Re: [OE-core] [PATCH] directfb: don't patch pkg-config files

2013-07-19 Thread Otavio Salvador
On Fri, Jul 19, 2013 at 11:46 AM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Fri, Jul 19, 2013 at 10:39 AM, André Draszik andre.dras...@linaro.org wrote: We are currently getting build failures of projects that rely on being able to access DirectFB's internal include directories,