[yocto] distutils.bbclass cherry-pick request

2013-03-05 Thread Francesco Del Degan
Hi all, I'm working with yocto from January, and I found it an awesome project. We hope to do strong contribution to it in the near future, by opening our layer to community and/or contribute to existing ones. Could you evaluate this cherry-pick into danny? 5cf293b1f94c1c62c1fd7d0a4

[yocto] [PATCH] bc_1.06.bb: Fix uppercase typo in functions documentation (info manual).

2013-03-15 Thread Francesco Del Degan
Fixes uppercase typo of j (bessel) and e (exponential) functions in info manual. Signed-off-by: Francesco Del Degan --- .../bc/bc-1.06/bc-1.06-info_exp_bessel.patch| 15 +++ meta/recipes-extended/bc/bc_1.06.bb |3 ++- 2 files changed, 17

[yocto] psplash_git.bb: Error when building with icecc

2013-04-25 Thread Francesco Del Degan
Hi all, i just found an error building core-image-basic with icecc inherited: NameError: global name 'set_icecc_env' is not defined ERROR: The stack trace of python calls that resulted in this exception/failure was: ERROR: File "do_compile", line 26, in ERROR: ERROR: File "do_compile", lin

Re: [yocto] psplash_git.bb: Error when building with icecc

2013-04-25 Thread Francesco Del Degan
Martin Jansa writes: > On Thu, Apr 25, 2013 at 09:34:09AM +0200, Francesco Del Degan wrote: >> Hi all, i just found an error building core-image-basic with icecc >> inherited: > > You can send patch extending blacklist defined in icecc.bbclass: > system_package_blackl

[yocto] Package specific version dependencies

2013-08-06 Thread Francesco Del Degan
Hi all, Playing with RDEPENDS variable i'm facing the needs to specify a dependency based on specific version of a package (greather than, in my specific case). The underlying package managers supports declaring dependencies including version relationships, for example: Rpm: Requires: package_x

Re: [yocto] Package specific version dependencies

2013-08-06 Thread Francesco Del Degan
Paul Eggleton writes: > Hi Francesco, > > On Tuesday 06 August 2013 09:55:06 Francesco Del Degan wrote: >> Playing with RDEPENDS variable i'm facing the needs to >> specify a dependency based on specific version of a package >> (greather than, in my specific case

Re: [yocto] Package specific version dependencies

2013-08-13 Thread Francesco Del Degan
Mark Hatle writes: > On 8/6/13 4:07 AM, Paul Eggleton wrote: >> Hi Francesco, >> >> On Tuesday 06 August 2013 09:55:06 Francesco Del Degan wrote: >>> Playing with RDEPENDS variable i'm facing the needs to >>> specify a dependency based on specific ve

[yocto] package-core-buildessential: missing dependency

2013-08-28 Thread Francesco Del Degan
Hi all, I'm trying to install package-core-buildessential in my target (using smart in my target) but it complains about: error: Can't install libc6-dev-2.17-r3@armv7a_vfp_neon: no package provides eglibc-thread-db-dev Digging around it, I found that package should provide (eglibc-package.inc):

[yocto] [PATCH] bash: update to latest (025) patchset (fixes CVE-2014-6271)

2014-09-25 Thread Francesco Del Degan
Updated to reflect the latest patchset in bash 4.3. Fixes the CVE-2014-6271. Signed-off-by: Francesco Del Degan --- meta/recipes-extended/bash/bash_4.3.bb | 75 ++ 1 file changed, 75 insertions(+) diff --git a/meta/recipes-extended/bash/bash_4.3.bb b/meta

Re: [yocto] [OE-core] [PATCH] bash: update to latest (025) patchset (fixes CVE-2014-6271)

2014-09-25 Thread Francesco Del Degan
t; 7169. > > Agreed, and patches sent. > > Ross > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- -- :: e n d i a n :: security with passion :: Francesco Del Deg

Re: [yocto] [PATCH] bash: update to latest (025) patchset (fixes CVE-2014-6271)

2014-09-25 Thread Francesco Del Degan
, 2014 at 12:40 AM, Burton, Ross wrote: > Hu Francesco, > > On 25 September 2014 11:35, Francesco Del Degan > wrote: > > Updated to reflect the latest patchset in bash 4.3. > > Fixes the CVE-2014-6271. > > I'm hearing that this isn't a complete fix,