All of lore.kernel.org
 help / color / mirror / Atom feed
* OpenSSL recipe Patch: Include the files not being shipped in any package
@ 2009-06-14  8:56 Kirtika Ruchandani
  2009-06-14 10:16 ` Phil Blundell
  0 siblings, 1 reply; 2+ messages in thread
From: Kirtika Ruchandani @ 2009-06-14  8:56 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hello,

I have added a line to the recipe to include the openssl.cnf and ca.sh/ca.pl
files in the ${PN}.
Patch attached herewith for openssl_0.9.8j.bb
Regards,

-- 
Kirtika Ruchandani
Maemo GSoC studen
Sophomore, CS&E @ IIT-Madras
IRC: rkirti
http://rkirti.wordpress.com

[-- Attachment #2: openssl-cnf.patch --]
[-- Type: text/x-diff, Size: 327 bytes --]

diff --git openssl/openssl_0.9.8j.bb openssl/openssl_0.9.8j.bb
index 21450d2..36105c5 100644
--- openssl/openssl_0.9.8j.bb
+++ openssl/openssl_0.9.8j.bb
@@ -12,3 +12,5 @@ SRC_URI += "file://configure-targets.patch;patch=1 \
             file://oe-ldflags.patch;patch=1"
 
 PARALLEL_MAKE = ""
+
+FILES_${PN} += "/usr/lib/ssl/*"

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: OpenSSL recipe Patch: Include the files not being shipped in any package
  2009-06-14  8:56 OpenSSL recipe Patch: Include the files not being shipped in any package Kirtika Ruchandani
@ 2009-06-14 10:16 ` Phil Blundell
  0 siblings, 0 replies; 2+ messages in thread
From: Phil Blundell @ 2009-06-14 10:16 UTC (permalink / raw)
  To: openembedded-devel

On Sun, 2009-06-14 at 14:26 +0530, Kirtika Ruchandani wrote:
> Hello,
> 
> I have added a line to the recipe to include the openssl.cnf and ca.sh/ca.pl
> files in the ${PN}.
> Patch attached herewith for openssl_0.9.8j.bb

Thanks for the patch.  Is this applicable to other openssl versions too?
If so, it might be better to put your change in openssl.inc rather than
in the version specific file.

p.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-14 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-14  8:56 OpenSSL recipe Patch: Include the files not being shipped in any package Kirtika Ruchandani
2009-06-14 10:16 ` Phil Blundell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.