[oe-commits] Koen Kooi : openssl-native 0.9.8m: fix staging

git version control git at git.openembedded.org
Mon Mar 29 14:07:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 324f773851015f3396306e74b86696817254c1e8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=324f773851015f3396306e74b86696817254c1e8

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar 29 16:03:38 2010 +0200

openssl-native 0.9.8m: fix staging

---

 recipes/openssl/openssl-native_0.9.8m.bb |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/recipes/openssl/openssl-native_0.9.8m.bb b/recipes/openssl/openssl-native_0.9.8m.bb
index b17bb55..169f3ef 100644
--- a/recipes/openssl/openssl-native_0.9.8m.bb
+++ b/recipes/openssl/openssl-native_0.9.8m.bb
@@ -1,10 +1,10 @@
-inherit pkgconfig native
-
 require openssl.inc
 
+inherit pkgconfig native
+
 SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec"
 SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 # This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
 export FULL_OPTIMIZATION = " "
@@ -18,7 +18,4 @@ PARALLEL_MAKE = ""
 
 CFLAG += " -Wa,--noexecstack "
 
-do_install() {
-	:
-}
-
+NATIVE_INSTALL_WORKS = "1"





More information about the Openembedded-commits mailing list