diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:44:52 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:44:52 +0000 |
commit | 7377fc1cfebd48adb4033310112d51b16c4a14e0 (patch) | |
tree | 592dd64344d3b61b81834011374e0d3147fe8d69 /meta/packages/openssl | |
parent | 1cdaf69d922b47af366aae30425ec6fe4b800920 (diff) | |
download | poky-7377fc1cfebd48adb4033310112d51b16c4a14e0.tar.gz |
openssl: Remove uneeded library linking directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4083 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/openssl')
-rw-r--r-- | meta/packages/openssl/openssl.inc | 2 | ||||
-rw-r--r-- | meta/packages/openssl/openssl_0.9.7g.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/openssl/openssl.inc b/meta/packages/openssl/openssl.inc index 522b6fe289..c621371574 100644 --- a/meta/packages/openssl/openssl.inc +++ b/meta/packages/openssl/openssl.inc | |||
@@ -14,7 +14,7 @@ export CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}" | |||
14 | export CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}" | 14 | export CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}" |
15 | 15 | ||
16 | export DIRS = "crypto ssl apps" | 16 | export DIRS = "crypto ssl apps" |
17 | export EX_LIBS = "-lgcc -ldl -L${STAGING_LIBDIR}" | 17 | export EX_LIBS = "-lgcc -ldl" |
18 | export AS = "${CC} -c" | 18 | export AS = "${CC} -c" |
19 | 19 | ||
20 | PACKAGES =+ "libcrypto libssl" | 20 | PACKAGES =+ "libcrypto libssl" |
diff --git a/meta/packages/openssl/openssl_0.9.7g.bb b/meta/packages/openssl/openssl_0.9.7g.bb index 4af1fbfd48..cc9162c1cf 100644 --- a/meta/packages/openssl/openssl_0.9.7g.bb +++ b/meta/packages/openssl/openssl_0.9.7g.bb | |||
@@ -2,7 +2,7 @@ inherit pkgconfig | |||
2 | 2 | ||
3 | require openssl.inc | 3 | require openssl.inc |
4 | 4 | ||
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | SRC_URI += "file://debian.patch;patch=1 \ | 7 | SRC_URI += "file://debian.patch;patch=1 \ |
8 | file://armeb.patch;patch=1;pnum=0 \ | 8 | file://armeb.patch;patch=1;pnum=0 \ |