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-native_0.9.8g.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-native_0.9.8g.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8g.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8g.bb b/recipes/openssl/openssl-native_0.9.8g.bb index 27f0169cf9..d567ae73f9 100644 --- a/recipes/openssl/openssl-native_0.9.8g.bb +++ b/recipes/openssl/openssl-native_0.9.8g.bb @@ -2,7 +2,7 @@ inherit pkgconfig native require openssl.inc -PR = "r1" +PR = "${INC_PR}.0" # This flag can contain target options (e.g -mfpu=neon for armv7-a systems) export FULL_OPTIMIZATION = " " |