Re: [OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-28 Thread Chris Larson
On Wed, Aug 28, 2013 at 5:31 AM, Paul Eggleton <
paul.eggle...@linux.intel.com> wrote:

> On Wednesday 28 August 2013 10:19:08 Martin Jansa wrote:
> > On Fri, Aug 23, 2013 at 12:26:13PM -0700, Christopher Larson wrote:
> > > From: Christopher Larson 
> > >
> > > This is based on the meta-oe recipe, with enhancements, and
> prepopulates
> > > the certificates for the nativesdk version, for later use in the
> > > buildtools-tarball.
> > >
> > > The following changes since commit
> 9b05c65450526522d7358d0c0901b594de546748:
> > >   sstate: Fix the relative symlink replacement code (2013-08-23
> 16:59:04
> > >   +0100)>
> > > are available in the git repository at:
> > >   https://github.com/kergoth/oe-core.git ca-certificates
> > >
> > > Christopher Larson (2):
> > >   ca-certificates: add recipe (version 20130610)
> > >   nativesdk-ca-certificates: prepopulate ca-certificates.crt
> >
> > Are you going to send patches to oe-devel to remove moved
> > recipes/bbclasses ?
>
> Martin is now aware, but FYI I've sent a patch for this.


Ah, thanks.
-- 
Christopher Larson
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-28 Thread Paul Eggleton
On Wednesday 28 August 2013 10:19:08 Martin Jansa wrote:
> On Fri, Aug 23, 2013 at 12:26:13PM -0700, Christopher Larson wrote:
> > From: Christopher Larson 
> > 
> > This is based on the meta-oe recipe, with enhancements, and prepopulates
> > the certificates for the nativesdk version, for later use in the
> > buildtools-tarball.
> > 
> > The following changes since commit 
9b05c65450526522d7358d0c0901b594de546748:
> >   sstate: Fix the relative symlink replacement code (2013-08-23 16:59:04
> >   +0100)> 
> > are available in the git repository at:
> >   https://github.com/kergoth/oe-core.git ca-certificates
> > 
> > Christopher Larson (2):
> >   ca-certificates: add recipe (version 20130610)
> >   nativesdk-ca-certificates: prepopulate ca-certificates.crt
> 
> Are you going to send patches to oe-devel to remove moved
> recipes/bbclasses ?

Martin is now aware, but FYI I've sent a patch for this.

Cheers,
Paul

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-28 Thread Martin Jansa
On Fri, Aug 23, 2013 at 12:26:13PM -0700, Christopher Larson wrote:
> From: Christopher Larson 
> 
> This is based on the meta-oe recipe, with enhancements, and prepopulates the
> certificates for the nativesdk version, for later use in the
> buildtools-tarball.
> 
> The following changes since commit 9b05c65450526522d7358d0c0901b594de546748:
> 
>   sstate: Fix the relative symlink replacement code (2013-08-23 16:59:04 
> +0100)
> 
> are available in the git repository at:
> 
>   https://github.com/kergoth/oe-core.git ca-certificates
> 
> Christopher Larson (2):
>   ca-certificates: add recipe (version 20130610)
>   nativesdk-ca-certificates: prepopulate ca-certificates.crt

Are you going to send patches to oe-devel to remove moved 
recipes/bbclasses ?

> 
>  ...01-update-ca-certificates-remove-c-rehash.patch | 46 +++
>  .../0002-update-ca-certificates-use-SYSROOT.patch  | 55 +
>  .../ca-certificates/default-sysroot.patch  | 55 +
>  .../ca-certificates/ca-certificates/sbindir.patch  | 20 +++
>  .../ca-certificates/ca-certificates_20130610.bb| 69 
> ++
>  5 files changed, 245 insertions(+)
>  create mode 100644 
> meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch
>  create mode 100644 
> meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch
>  create mode 100644 
> meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch
>  create mode 100644 
> meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch
>  create mode 100644 
> meta/recipes-support/ca-certificates/ca-certificates_20130610.bb
> 
> -- 
> 1.8.3.4
> 
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCHv3 0/2] Add ca-certificates recipe

2013-08-23 Thread Christopher Larson
From: Christopher Larson 

This is based on the meta-oe recipe, with enhancements, and prepopulates the
certificates for the nativesdk version, for later use in the
buildtools-tarball.

The following changes since commit 9b05c65450526522d7358d0c0901b594de546748:

  sstate: Fix the relative symlink replacement code (2013-08-23 16:59:04 +0100)

are available in the git repository at:

  https://github.com/kergoth/oe-core.git ca-certificates

Christopher Larson (2):
  ca-certificates: add recipe (version 20130610)
  nativesdk-ca-certificates: prepopulate ca-certificates.crt

 ...01-update-ca-certificates-remove-c-rehash.patch | 46 +++
 .../0002-update-ca-certificates-use-SYSROOT.patch  | 55 +
 .../ca-certificates/default-sysroot.patch  | 55 +
 .../ca-certificates/ca-certificates/sbindir.patch  | 20 +++
 .../ca-certificates/ca-certificates_20130610.bb| 69 ++
 5 files changed, 245 insertions(+)
 create mode 100644 
meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch
 create mode 100644 
meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch
 create mode 100644 
meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch
 create mode 100644 
meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch
 create mode 100644 
meta/recipes-support/ca-certificates/ca-certificates_20130610.bb

-- 
1.8.3.4

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core