]> code.ossystems Code Review - openembedded-core.git/commit
ca-certificates: add recipe (version 20130610)
authorChristopher Larson <chris_larson@mentor.com>
Fri, 23 Aug 2013 19:26:14 +0000 (12:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:26:00 +0000 (11:26 +0100)
commitad2851cf0abc2ab35e0f60c96d3142c29a07c8fc
treea7d99bfdf07f2c8a247eeb1206ae8ec2531a7cd0
parentd4f82500fb30e9e25b517e65c2bd72b3c2bad070
ca-certificates: add recipe (version 20130610)

We need this for certain nativesdk recipes, as we can't rely on the
certificate path or bundle path being the same across distros, and it's useful
in many cases on the target as well.

This is based on the 20130119 recipe from meta-oe, with the following changes:

- use the debian git repository to avoid vanishing sources
- obey our target paths
- default to a sysroot relative to the script location (make relocatable)
- define SUMMARY
- don't inherit autotools, this isn't an autotools package
- add MPL-2.0 to LICENSE, as that's the license of the certdata
- install the script man page
- use a native rather than cross recipe, as it's not bound in any way to the
  target system
- add nativesdk to bbclassextend, for use in SDKs

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-remove-c-rehash.patch [new file with mode: 0644]
meta/recipes-support/ca-certificates/ca-certificates/0002-update-ca-certificates-use-SYSROOT.patch [new file with mode: 0644]
meta/recipes-support/ca-certificates/ca-certificates/default-sysroot.patch [new file with mode: 0644]
meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch [new file with mode: 0644]
meta/recipes-support/ca-certificates/ca-certificates_20130610.bb [new file with mode: 0644]