summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-01-13 23:19:27 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-01-13 23:19:27 +0000
commit5c0a06b85f07ea903d92eea77a1665799d476968 (patch)
tree2e1316022a3aa590a3694065d94bc34a5bbdf62c /meta
parent441006cc6f921178cc13f9da76e5bcfee45d472a (diff)
downloadpoky-5c0a06b85f07ea903d92eea77a1665799d476968.tar.gz
openssl: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/openssl/openssl-native_0.9.8g.bb14
-rw-r--r--meta/packages/openssl/openssl_0.9.8g.bb2
2 files changed, 2 insertions, 14 deletions
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
index 31f333f9e2..0000000000
--- a/meta/packages/openssl/openssl-native_0.9.8g.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1inherit native
2
3require openssl.inc
4
5PR = "r2"
6
7# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
8export FULL_OPTIMIZATION = " "
9export BUILD_OPTIMIZATION = " "
10
11SRC_URI += "file://debian.patch;patch=1 \
12 file://configure-targets.patch;patch=1 \
13 file://shared-libs.patch;patch=1"
14
diff --git a/meta/packages/openssl/openssl_0.9.8g.bb b/meta/packages/openssl/openssl_0.9.8g.bb
index 73335f36b4..9abbbdce05 100644
--- a/meta/packages/openssl/openssl_0.9.8g.bb
+++ b/meta/packages/openssl/openssl_0.9.8g.bb
@@ -5,3 +5,5 @@ PR = "r10"
5SRC_URI += "file://debian.patch;patch=1 \ 5SRC_URI += "file://debian.patch;patch=1 \
6 file://configure-targets.patch;patch=1 \ 6 file://configure-targets.patch;patch=1 \
7 file://shared-libs.patch;patch=1" 7 file://shared-libs.patch;patch=1"
8
9BBCLASSEXTEND = "native"