diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 23:19:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 23:19:27 +0000 |
commit | 5c0a06b85f07ea903d92eea77a1665799d476968 (patch) | |
tree | 2e1316022a3aa590a3694065d94bc34a5bbdf62c | |
parent | 441006cc6f921178cc13f9da76e5bcfee45d472a (diff) | |
download | poky-5c0a06b85f07ea903d92eea77a1665799d476968.tar.gz |
openssl: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/openssl/openssl-native_0.9.8g.bb | 14 | ||||
-rw-r--r-- | meta/packages/openssl/openssl_0.9.8g.bb | 2 |
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 @@ | |||
1 | inherit native | ||
2 | |||
3 | require openssl.inc | ||
4 | |||
5 | PR = "r2" | ||
6 | |||
7 | # This flag can contain target options (e.g -mfpu=neon for armv7-a systems) | ||
8 | export FULL_OPTIMIZATION = " " | ||
9 | export BUILD_OPTIMIZATION = " " | ||
10 | |||
11 | SRC_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" | |||
5 | SRC_URI += "file://debian.patch;patch=1 \ | 5 | SRC_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 | |||
9 | BBCLASSEXTEND = "native" | ||