]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Convert to BBCLASSEXTEND
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 13 Jan 2010 23:19:27 +0000 (23:19 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 13 Jan 2010 23:19:27 +0000 (23:19 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/openssl/openssl-native_0.9.8g.bb [deleted file]
meta/packages/openssl/openssl_0.9.8g.bb

diff --git a/meta/packages/openssl/openssl-native_0.9.8g.bb b/meta/packages/openssl/openssl-native_0.9.8g.bb
deleted file mode 100644 (file)
index 31f333f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-inherit native
-
-require openssl.inc
-
-PR = "r2"
-
-# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
-export FULL_OPTIMIZATION = " "
-export BUILD_OPTIMIZATION = " "
-
-SRC_URI += "file://debian.patch;patch=1 \
-            file://configure-targets.patch;patch=1 \
-            file://shared-libs.patch;patch=1"
-
index 73335f36b4e79ffc3184cfce9060bd90e8770fb2..9abbbdce0505ce9f4b5bc02984919c40630c85ab 100644 (file)
@@ -5,3 +5,5 @@ PR = "r10"
 SRC_URI += "file://debian.patch;patch=1 \
             file://configure-targets.patch;patch=1 \
             file://shared-libs.patch;patch=1"
+
+BBCLASSEXTEND = "native"