diff options
author | Michael Smith <msmith@cbnco.com> | 2009-08-12 01:21:49 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-09-01 18:01:48 -0400 |
commit | af431dbe673e2135f912d07479e4b964f5583246 (patch) | |
tree | 1c5466b1441d8b97c3943731b8e10b328b6e1c1d /recipes/openssl/openssl_0.9.8j.bb | |
parent | a5c9970599cbfe15b776cbb57cb9b1b06fbdcb1c (diff) |
openssl.inc: fix packaging on x86_64; use INC_PR
openssl's makefile always installs to ${prefix}/lib, even if
libdir is ${prefix}/lib64. Move some files around to make it fit.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/openssl/openssl_0.9.8j.bb')
-rw-r--r-- | recipes/openssl/openssl_0.9.8j.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openssl/openssl_0.9.8j.bb b/recipes/openssl/openssl_0.9.8j.bb index 21450d2a24..bb9694f618 100644 --- a/recipes/openssl/openssl_0.9.8j.bb +++ b/recipes/openssl/openssl_0.9.8j.bb @@ -2,7 +2,7 @@ inherit pkgconfig require openssl.inc -PR = "r2" +PR = "${INC_PR}.0" export OE_LDFLAGS="${LDFLAGS}" |