openssl: create package for openssl configuration file
commit0869c4273fb5265a13ac57ab6ed42f4ebdcf37eb
authorchase maupin <chasemaupin03@gmail.com>
Fri, 17 Dec 2010 01:31:51 +0000 (17 01:31 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 20 Dec 2010 03:28:00 +0000 (19 19:28 -0800)
tree27558b8a9bea091012dd0c999f53d494e7960c30
parenta9b76adbde2b8388ae0caee146e488fe17a17caa
openssl: create package for openssl configuration file

* Add the openssl-conf package to the list of packages to
  be created.  This package contains the openssl.cnf file
  which is used by both the openssl executable in the
  openssl package and the libcrypto library.
* This is to avoid messages like:
    WARNING: can't open config file: /usr/lib/ssl/openssl.cnf
* When running "openssl req" to request and generate a certificate
  the command will fail without the openssl.cnf file being
  installed on the target system.
* Made this package an RRECOMMENDS for libcrypto since:
    * libcrypto is a RDEPENDS for the openssl package
    * Users can specify a configuration file at another
      location so it is not stricly required and many
      commands will work without it (with warnings)
* Bumped the PR

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/openssl/openssl.inc