All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] openssl-1.0.0d: use openssl.inc from meta-oe
@ 2011-08-16 13:21 Martin JaMa Jansa
  2011-08-16 14:45 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Martin JaMa Jansa @ 2011-08-16 13:21 UTC (permalink / raw)
  To: openembedded-devel

* full path was using openssl.inc from oe-core which doesn't have BBCLASSEXTEND and INC_PR

Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com>
---
 .../recipes-connectivity/openssl/openssl_1.0.0d.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb
index cd5408d..73c8df5 100644
--- a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb
+++ b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0d.bb
@@ -1,4 +1,4 @@
-require recipes-connectivity/openssl/openssl.inc
+require openssl.inc
 
 # For target side versions of openssl enable support for OCF Linux driver
 # if they are available.
-- 
1.7.6




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

end of thread, other threads:[~2011-08-16 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 13:21 [PATCH] openssl-1.0.0d: use openssl.inc from meta-oe Martin JaMa Jansa
2011-08-16 14:45 ` Khem Raj

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.