[OE-core] [PATCH 0/1] rpm: fix typo

2013-09-15 Thread Qi.Chen
From: Chen Qi The following changes since commit 5fca4d286eec240ad57d90defa43cd0ff24f88ed: linux-yocto/3.10: genericx86 meta data factoring (2013-09-14 08:36:26 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/rpm-typoi http://git.pokylinux.org/c

[OE-core] [PATCH 1/1] rpm: fix typo in PACKAGECONFIG

2013-09-15 Thread Qi.Chen
From: Chen Qi Fix typo, change PACAKGECONFIG to PACKAGECONFIG. Signed-off-by: Chen Qi --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index bd05336

[OE-core] [PATCH] boost: set up PACKAGECONFIG for boost-python library

2013-09-15 Thread Lukas Bulwahn
Until now, the comment in the boost.inc file suggested to enable the boost-python library by uncommenting some lines in that file. Using the new PACKAGECONFIG feature, boost-python can now be added optionally without need to modify the file or copying those lines into a bbappend file. Furthermore,

Re: [OE-core] [PATCH 1/1] python: fix failures of LSB python-runtime tests

2013-09-15 Thread Saul Wold
On 09/15/2013 06:33 PM, Hongxu Jia wrote: On 09/16/2013 04:52 AM, Saul Wold wrote: On 09/13/2013 09:31 PM, Hongxu Jia wrote: It has been fixed in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e261c1760d8a660c13cd00039a4812d51f47f3df But there is a typo in: http://git.yoctoproject

[OE-core] [PATCH 1/2] kbd: Fix coding sytle

2013-09-15 Thread Li Zhijian
Signed-off-by: Li Zhijian --- meta/recipes-core/kbd/kbd_1.15.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/kbd/kbd_1.15.2.bb b/meta/recipes-core/kbd/kbd_1.15.2.bb index 79ea468..c5cb66a 100644 --- a/meta/recipes-core/kbd/kbd_1.15.2.bb +++ b/met

[OE-core] [PATCH 2/2] kbd: Allow resizecons on x86_64

2013-09-15 Thread Li Zhijian
Signed-off-by: Li Zhijian --- .../kbd-1.15.2/Allow-resizecons-on-x86_64.patch| 28 meta/recipes-core/kbd/kbd_1.15.2.bb|3 +- 2 files changed, 30 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-core/kbd/kbd-1.15.2/Allow-resizecons-on-x

[OE-core] [PATCH] perf: Remove CFLAGS and LDFLAGS override

2013-09-15 Thread Otavio Salvador
The kernel build system does the right thing here and we should stop overriding it. This code has been added based on a change from 'meta-metro' layer, revision 9d698004137c1a888d40d6a4808d94afa22387e7, without any information about what problem it fixes so I am reverting it. Using the CFLAGS make

Re: [OE-core] [PATCH 1/1] python: fix failures of LSB python-runtime tests

2013-09-15 Thread Hongxu Jia
On 09/16/2013 04:52 AM, Saul Wold wrote: On 09/13/2013 09:31 PM, Hongxu Jia wrote: It has been fixed in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e261c1760d8a660c13cd00039a4812d51f47f3df But there is a typo in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=78ac02

Re: [OE-core] [PATCH 1/1] python: fix failures of LSB python-runtime tests

2013-09-15 Thread Saul Wold
On 09/13/2013 09:31 PM, Hongxu Jia wrote: It has been fixed in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e261c1760d8a660c13cd00039a4812d51f47f3df But there is a typo in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=78ac027f2ac6c6663fff7080eabbd3d09c1241bb It missed

Re: [OE-core] [PATCH v6] libtool: fix resolve of lt_sysroot

2013-09-15 Thread Hans Beckerus
My world build passed without errors (besides a lot of missing or unbuildable dependency chains and one or two that failed to download completely). I believe this is about all the testing I can do from my end, especially considering my limited computer power. Thanks. Hans On 2013-09-14 11:01,

Re: [OE-core] Patch for psplash

2013-09-15 Thread Randy MacLeod
On 13-09-15 11:03 AM, Yevhen Kyriukha wrote: Hi! I made a patch for psplash to work without mmap support. How can I submit this patch to psplash repository? If you mean that you want to patch the oe-core version of psplash, then see: http://www.openembedded.org/wiki/How_to_submit_a_patch_to

[OE-core] [PATCH] vala: add bison-native depends for vala-native

2013-09-15 Thread Randy MacLeod
vala-native builds were working because most systems have bison installed on the host. Add an explicit dependency on bison-native since bison isn't a sanity checked host tool. Signed-off-by: Randy MacLeod --- meta/recipes-devtools/vala/vala.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[OE-core] Patch for psplash

2013-09-15 Thread Yevhen Kyriukha
Hi! I made a patch for psplash to work without mmap support. How can I submit this patch to psplash repository? Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listin

[OE-core] [PATCH 0/1] coreutils: set acpaths to avoid "Argument list too long" error

2013-09-15 Thread Robert Yang
The following changes since commit 3b4c037e41f6678845fb29d97aae5f48f07a68c7: telepathy-mission-control: do_compile failed (race issue) (2013-09-14 04:44:28 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/coreutils http://git.pokylinux.org/cgit.cg

[OE-core] [PATCH 1/1] coreutils: set acpaths to avoid "Argument list too long" error

2013-09-15 Thread Robert Yang
There would be an error when the TMPDIR is long/deep, for example when len(TMPDIR) = 350 while our supported longest value is 410: [snip] aclocal: error: cannot open xxx autoreconf: aclocal failed with exit status: 1 ERROR: autoreconf execution failed. [snip] Let aclocal use the relative path for

[OE-core] patchwork updated

2013-09-15 Thread Khem Raj
Hi All, The patchwork has been updated to latest. Please keep an eye if you see something non working let me know immediately. Thanks -Khem ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailma