[OE-core] [PATCH] cmake: Fix freetype detection

2014-01-12 Thread Martin Jansa
* since last freetype upgrade cmake cannot detect it * e.g. webkit-efl requires freetype and is failing because of this Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/cmake/cmake.inc | 1 + .../cmake/cmake/cmake-2.8.11.2-FindFreetype.patch | 47

Re: [OE-core] State of bitbake world, Failed tasks 2014-01-03

2014-01-12 Thread Martin Jansa
On Fri, Jan 03, 2014 at 11:44:08AM +0100, Martin Jansa wrote: With git branches and breakage from freetype upgrade fixed we're back to more common list of issues. webkit-efl is broken because of freetype upgrade, I'm working on efl upgrade to 1.8.* so I'll probably fix it later together

Re: [OE-core] unmaintained layers

2014-01-12 Thread Mike Looijmans
On 9-1-2014 19:45, Trevor Woerner wrote: Hi everyone, At the last TSC meeting the topic of unmaintained layers came up. Here is the sorted list of master layers from the layer index [1], would it be possible for those in the know to indicate which layers are, or are suspected of being,

Re: [OE-core] unmaintained layers

2014-01-12 Thread Trevor Woerner
Hi Mike, On 01/12/14 15:28, Mike Looijmans wrote: Worse than unmaintained - this one was taken out of existence last Friday. I've already notified Paul Eggleton, so it should removed from the list soon. Excellent, thanks for the update :-) ___

Re: [OE-core] [dora][PATCH 0/2] Dora backports

2014-01-12 Thread Robert Yang
On 01/10/2014 07:02 PM, Martin Jansa wrote: On Fri, Jan 10, 2014 at 02:18:51PM +0800, Robert Yang wrote: Hi Martin, Thanks, please see my comments in line. On 01/06/2014 06:21 PM, Martin Jansa wrote: The following changes since commit e86622a932bbd0acdea67ecfb15c8b06c27353d8:

Re: [OE-core] [PATCH 1/2] gconf.bbclass: remove --disable-schemas-install

2014-01-12 Thread Robert Yang
On 01/09/2014 02:33 PM, Koen Kooi wrote: Op 8 jan. 2014, om 17:12 heeft Burton, Ross ross.bur...@intel.com het volgende geschreven: On 7 January 2014 13:05, Robert Yang liezhi.y...@windriver.com wrote: *Some* packages have migrated away from gconf to gsettings. Not all packages have done

Re: [OE-core] [dora][PATCH 0/4] Dora backports

2014-01-12 Thread Robert Yang
Hi Martin, Thank you ver much, I will merge them to dora-next. // Robert On 01/09/2014 02:36 AM, Martin Jansa wrote: The following changes since commit e86622a932bbd0acdea67ecfb15c8b06c27353d8: libsoup-2.4: add intltool-native to DEPENDS (2013-12-19 14:59:47 +) are available in the

Re: [OE-core] GCC bugfix backport into Dora

2014-01-12 Thread Robert Yang
Hi Otavio, I think that we need fix it in dora since gcc 4.8.1 is affected. // Robert On 01/11/2014 01:41 AM, Otavio Salvador wrote: Hello, The Dora branch seems to be affected by a toolchain bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532 4.8.2 includes this bugfix and I'd like to

Re: [OE-core] [PATCH 1/1] acl: enable ptest support

2014-01-12 Thread Lu Chong
On 01/11/2014 01:21 AM, Saul Wold wrote: On 01/10/2014 01:13 AM, Chong Lu wrote: Install acl test suite and run it as ptest. nfs test cases need depend on nfs service. So exclude them order to make ptest all pass. Signed-off-by: Chong Lu chong...@windriver.com ---

Re: [OE-core] [PATCH 1/1] acl: enable ptest support

2014-01-12 Thread ChenQi
You need to add 'acl' to DISTRO_FEATURES to enable acl support for coreutils. Best Regards, Chen Qi On 01/13/2014 10:28 AM, Lu Chong wrote: On 01/11/2014 01:21 AM, Saul Wold wrote: On 01/10/2014 01:13 AM, Chong Lu wrote: Install acl test suite and run it as ptest. nfs test cases need

[OE-core] [PATCH 0/1] sudo: upgrade to 1.8.9p1

2014-01-12 Thread Chen Qi
The following changes since commit 1b636173ca88e5ccca1992f9a12367a1189fa674: bitbake: toaster: Toaster GUI, generic search, filter and order (2014-01-10 15:20:26 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/sudo-1.8.9p1

[OE-core] [PATCH 1/1] sudo: upgrade to 1.8.9p1

2014-01-12 Thread Chen Qi
Upgrade sudo from 1.8.8 to 1.8.9p1. This patch adds include/queue.h to the LIC_FILES_CHECKSUM because it's specified in the doc/LICENSE file. Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/recipes-extended/sudo/sudo.inc|5 +++-- .../sudo/{sudo_1.8.8.bb =

[OE-core] [PATCH 2/2] systemd-compat-units: make run-postinsts.service work correctly on target

2014-01-12 Thread Chen Qi
If we are using systemd as the init manager and rpm as the package back-end, then the post-install script would not run at system start-up. The problem is that we now have two init scripts to deal with post-install scripts in our system. They are installed as /etc/rcS.d/S98run-postinsts and

[OE-core] [PATCH 0/2] Fixes for run-postinsts in sysvinit and systemd

2014-01-12 Thread Chen Qi
The following changes since commit 1b636173ca88e5ccca1992f9a12367a1189fa674: bitbake: toaster: Toaster GUI, generic search, filter and order (2014-01-10 15:20:26 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/run-postinsts-fixes

[OE-core] [PATCH 1/2] run-postinsts: remove the init script after a clean start-up

2014-01-12 Thread Chen Qi
If we enable ipk/deb package back-end, and we have 'package-management' in our IMAGE_FEATURES, then the /etc/rcS.d/S99run-postinsts would still exist in our system after a clean start-up. The initial design for run-postinsts requires the related init script to be removed if there's no more